BAPI &?: BOR table parameter &1 is a changing parameter of FM &4
Message type: E = Error
Message class: S& - SBF_BAPI: Messages service BAPIs and Batman
Message number: 541
Message text: BAPI &?: BOR table parameter &1 is a changing parameter of FM &4
What causes this issue?
Each BOR parameter requires an equivalent type in the function module
What is checked here is:
If the parameter in the function module is IMPORT, it has to be IMPORT
in the BOR and one line only.
If the parameter in the function module is EXPORT, it has to be EXPORT
in the BOR and one line only.
If the parameter in the function module is type TABLE, it has to be
multi-line in the BOR.
CHANGING parameters are not allowed in the function module.
How to fix this error?
Change the parameter definitions accordingly - change the parameter
type from CHANGING to one of the BOR types, You might also have to make
a change in the BOR too.
Note that only incompatible changes can be made to BAPIs already
released and delivered.
Find out about enhancing or modifying BAPIs that have already been
delivered by calling the BAPI Explorer (<LS>Tools </>-> <LS>Business
Framework </>-> <LS>BAPI Explorer</>) and reading the project form
"Project to change an existing BAPI".
&FURTHER_HINTS&
For more information see the BAPI Programming Guide in the SAP Library
under CA-BFA.
Error message extract from SAP system. Copyright SAP SE.
Related Error Messages
S&540 BAPI &?: BOR table parameter &1 is an import parameter of FM &4
S&539 BAPI &1: Key field &2 is not a valid IMPORT parameter to BOR method
S&542 BAPI &?: Table parameter &1 is an exception parameter of FM &4
S&543 BAPI &?: Table parameter &1 of function module &4 is not defined