Menu

SAP Function Module CMS_API_INS_CALCULATION

Calculation for insurance premium and rates

Unsere Literaturempfehlung

SAP-Änderungs- und Transportmanagement: Architektur und Wartung der SAP-Systemlandschaft

Das Standardwerk zum Änderungs- und Transportmanagement in der 4. Auflage! In diesem Buch finden Sie alle Informationen, die Sie zum Planen, Implementieren und Warten von Systemlandschaften benötigen. Sie lernen die Grundlagen und die Bedienung aller relevanten Werkzeuge und erhalten detaillierte Anleitungen zur Änderungs- und Transportverwaltung. Diese Neuauflage berücksichtigt Neuerungen in den Bereichen SAP NetWeaver AS Java und Development Infrastructure, CTS+, SAP Solution Manager und Enhancement Packages. Bringen Sie ihr Wissen auf den neuesten Stand!

Bei amazon.de ansehen →

The Function Module CMS_API_INS_CALCULATION (Calculation for insurance premium and rates) is a standard Function Module in SAP ERP and is part of the function group CMS_API_INS within the package CMS_OMS_RIG.

Technical Information

Function Module CMS_API_INS_CALCULATION
Short Text Calculation for insurance premium and rates
Function Group CMS_API_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_INSUR_CURR TYPE CMS_DTE_INS_CURR Insurance Currency
I_INSUR_PREMIUM TYPE CMS_DTE_INS_PRM Insurance Premium
I_INSUR_PRM_CURR TYPE CMS_DTE_INS_CURR Insurance Currency
I_INSUR_PRM_IND TYPE CMS_DTE_IND_INS_PRM Indicator for insurance premium
I_INSUR_PRM_RT TYPE CMS_DTE_INS_PRM_RT Premium Rate
I_INSUR_SUM TYPE CMS_DTE_INS_SUM Insurance Sum
I_INSUR_TAX_AMT TYPE CMS_DTE_INS_TAX_AMT Insurance tax amount
I_INSUR_TAX_CURR TYPE CMS_DTE_INS_TAX_CURR Tax Currency
I_INSUR_TAX_IND TYPE CMS_DTE_IND_INS_TAX Indicator for insurance tax
I_INSUR_TAX_RT TYPE CMS_DTE_INS_TAX_RT Insurance tax rate (in %)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_INSUR_PREMIUM TYPE CMS_DTE_INS_PRM Insurance Premium
E_INSUR_PRM_CURR TYPE CMS_DTE_INS_CURR Insurance Currency
E_INSUR_PRM_RT TYPE CMS_DTE_INS_PRM_RT Premium Rate
E_INSUR_TAX_AMT TYPE CMS_DTE_INS_TAX_AMT Insurance tax amount
E_INSUR_TAX_CURR TYPE CMS_DTE_INS_TAX_CURR Tax Currency
E_INSUR_TAX_RT TYPE CMS_DTE_INS_TAX_RT Insurance tax rate (in %)

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.