Fonction SAP BAPI_TEM_EXPOSURE_CREATE - Create Exposures

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
EXPOSURE BAPI_TEM_EXPOS_CREATE u 232 BAPI: Create Exposure in Exposure Management
EXPOSUREID_IN BAPI5115-EXPOSURE_ID C 32 Exposure ID
EXPOSUREORIGIN_IN BAPI5115-EXPOSURE_ORIGIN C 5 Exposure Origin
LOGSYSTEM_IN BAPI5115-LOG_SYSTEM C 10 Logical System
TESTRUN BAPI5115-TESTRUN C 1 Switch to Simulation Mode for Write BAPIs

Paramètre Reférence Type Long. Description
RETURNEXPOSUREID BAPI5115-EXPOSURE_ID C 32 Exposure ID
RETURNEXPOSUREORIGIN BAPI5115-EXPOSURE_ORIGIN C 5 Exposure Origin
RETURNLOGSYSTEM BAPI5115-LOG_SYSTEM C 10 Logical System

Paramètre Reférence Long. Facultatif Description
RETURN BAPIRET2 548 Return Parameter(s)

Functionality
A raw exposure can be recreated.

Description
If this method is returned to the calling program due to a success, thisparameter contains the external exposure ID of the newly created rawexposure.
This field is initial in the case of errors.

Description
If this method is returned to the calling program due to a success, thisparameter contains the origin information of the newly created rawexposure.
This field is initial in the case of errors.

Description
If this method is returned to the calling program due to a success, thisparameter contains information about the logical system from which thenewly created raw exposure derives.
This field is initial in the case of errors.

Description
A parameter for transferring the values of the exposure 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.
For currency and country the SAP format dominates the format inaccordance with ISO.

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
If the method is returned to the calling program due to an error, thisparameter contains the corresponding error number and error text. Inaddition, the following error message is displayed in the first row ofthe table: "BAPI processing was terminated". The message belongs to themessage class TEM_MESSAGES_IN and has the number 001. There is at leastone other error message in the table.
If the method is completed without errors, the following success messageis displayed in the first row of the table: "BAPI was executedsuccessfully". The message belongs to the message class TEM_MESSAGES_INand has the number 002. There can be other messages in the table.