Fonction SAP BAPI_TEM_EXPOSURE_CHANGE - Change Exposure

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
EXPOSURE BAPI_TEM_EXPOS_CHANGE u 232 BAPI: Create Exposure in Exposure Management
EXPOSUREID BAPI5115-EXPOSURE_ID C 32 Exposure ID
EXPOSUREORIGIN BAPI5115-EXPOSURE_ORIGIN C 5 Exposure Origin
EXPOSUREX BAPI_TEM_EXPOS_CHANGEX u 18 BAPI-Selection Structure: Change FX-Exposure in Exposure Management
LOGSYSTEM BAPI5115-LOG_SYSTEM C 10 Logical System
TESTRUN BAPI5115-TESTRUN C 1 Switch to Simulation Mode for Write BAPIs

Paramètre Reférence Long. Facultatif Description
RETURN BAPIRET2 548 Return Table

Functionality
The values for a raw exposure can be changed.

Description
Change values of data for a raw exposure.
Refer to the relevant data element documentation in the ABAP Dictionaryfor information about the individual parameter fields.

Description
A parameter for transferring the external exposure ID for the BAPImethods of the business object Raw Exposure in Exposure Management(BUS5115).
This parameter implements the key field of the business object with thesame name.

Description
A parameter for transferring origin information for the BAPI methods ofthe business object Raw Exposure in Exposure Management (BUS5115).
This parameter implements the key field of the business object with thesame name.

Description
Fields that are selected with an 'X' are to be copied from thecorresponding structure EXPOSURE into the system.

Description
A parameter for transferring the logical system for the BAPI methods ofthe business object Raw Exposure in Exposure Management (BUS5115).
This parameter implements the key field of the business object with thesame name.

Description
Used to check the instance details before the object instance isactually created in the database. The creation of the object instance isonly simulated and the data is not updated.
The following values are possible:
' ' (no value)
No value means that the update takes place. This is the standard settingand corresponds to the normal expectations of the calling program.
'X'
This value means that this BAPI is called in simulation mode only andthat no update takes place during the call.

Description
Compare the documentation on the parameter with the same name withCREATE-BAPI.