Fonction SAP BAPI_CMS_INS_CREATE - BAPI : Create Insurance

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
ADMIN_DATA BAPICMS_STR_OMS_ORGUNIT_CRT u 66 X BAPI : Organizational Units and Bank area.
ASSET_DATA BAPICMS_STR_INS_AST_CRT u 296 X BAPI : Structure for asset details
CATEGORY BAPICMS_STR_INS_PKY_SKY-CATEGORY C 6 Object Category
COMMON_DATA BAPICMS_STR_INS_COMMON_CRT u 207 X BAPI: Rights Common Data
INSURANCE_DATA BAPICMS_STR_LIF_INS_CRT u 408 X BAPI : Life insurance data
INSURANCE_TYPE BAPICMS_STR_INS_PKY_SKY-TYPE C 6 Insurance Type
PROCESSEXTENSION BAPI_CMS_STR_CENTRAL-PROCESSEXTENSION C 1 X Flag: Execute Customer Extensions (BAdIs) in BAPI
TESTRUN BAPI_CMS_STR_CENTRAL-TESTRUN C 1 X Switch to Simulation Session for Write BAPIs

Paramètre Reférence Type Long. Description
INSURANCE_IDENTIFIER BAPICMS_STR_RIG_IDENTIFIER_GET-RIG_IDENTIFIER C 32 BAPI : Insurance primary key and secondary key
INSURANCE_KEYS BAPICMS_STR_INS_PKY_SKY u 52 BAPI : Insurance primary key and secondary key

Paramètre Reférence Long. Facultatif Description
BUSINESS_PARTNERS BAPICMS_STR_OMS_BP_CRT 64 X BAPI : Structure for Business Partner Link details
DOCUMENTS BAPICMS_STR_OMS_DOC_CRT 114 X BAPI : Structure for Document Service Link details
INSURED_PERSON_DATA BAPICMS_STR_INS_PERSON_CRT 128 X BAPI : Insured persons data
NOTES BAPICMS_STR_OMS_NOTES_CRT 162 X BAPI : Structure for Notes created on Movables
RETURN BAPIRET2 548 X Return Parameter
SYSTEM_STATUS BAPICMS_STR_INS_SYS_STAT_CRT 5 X System status
VALUES_DATA BAPICMS_STR_OMS_VALUES_CRT 76 X BAPI : Structure for Value service link details

Description
If this parameter is set, the method will only be executed in the testrun. All checks are then carried out, without an entry being made in thedatabase.
This is used for write BAPIs to check the entries for the objectinstance in the database before actually creating the instance. Theobject instance is not actually created, merely simulated, and the datais not written to the database (updated).

Value range
' ' (no value)
No value means that the database is updated. This is the default settingand corresponds to the expectations of the calling program.
'X'
This value means that the BAPI is called in simulation mode and that nodata is written to the database.