Menu

SAP Function Module CMS_MAP_INS_CREATE

Create an Insurance

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

The Function Module CMS_MAP_INS_CREATE (Create an Insurance) is a standard Function Module in SAP ERP and is part of the function group CMS_MAP_INS within the package CMS_OMS_RIG.

Technical Information

Function Module CMS_MAP_INS_CREATE
Short Text Create an Insurance
Function Group CMS_MAP_INS
Package CMS_OMS_RIG
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_FLG_TESTRUN TYPE CMS_DTE_FLG_TESTRUN_MAP Indiacates that it is a test-run
I_INS_CATEGORY TYPE CMS_DTE_OMS_OBJ_CAT Object Category
I_INS_TYP TYPE CMS_DTE_INS_TYPE Insurance Type
I_STR_AST_DATA TYPE CMS_STR_INS_AST_MAP_CRT Insurance - asset data
I_STR_LIF_INS_DATA TYPE CMS_STR_LIF_INS_MAP_CRT Life insurance data
I_STR_ORG_UNIT_DATA TYPE CMS_STR_OMS_ORG_UNIT_MAP Organization units data
I_TAB_INS_BP TYPE CMS_TAB_OMS_BP_MAP_CRT OMS - Business partner data
I_TAB_INS_DOC TYPE CMS_TAB_OMS_DOC_MAP_CRT OMS - Document data
I_TAB_INS_NOTES TYPE CMS_TAB_INS_NOTES_CRT_MAP Text lines
I_TAB_INS_VAL TYPE CMS_TAB_OMS_VAL_MAP_CRT Value data
I_TAB_LIF_INS_PSN_DATA TYPE CMS_TAB_INS_PERSON_MAP_CRT Insured persons data
I_TAB_SYSTEM_STATUS TYPE CMS_TAB_INS_SYS_STAT_MAP_CRT System statuses
I_TAB_USER_STATUS TYPE CMS_TAB_USR_STAT_MAP_CRT User Status

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_STR_INS_PKY_SKY TYPE CMS_STR_INS_PKY_SKY_MAP_CRT Insurance primary key and secondary key
E_TAB_RETURN TYPE BAPIRET2_T Return parameter table

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.