Fonction SAP BAPI_TEM_EXPOSURE_DELETE - Delete Exposure

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
EXPOSUREID BAPI5115-EXPOSURE_ID C 32 Exposure ID
EXPOSUREORIGIN BAPI5115-EXPOSURE_ORIGIN C 5 Exposure Origin
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 Parameter(s)

Functionality
A raw exposure is deleted.

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
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 inCREATE-BAPI.