Menu

SAP Function Module MM_ARRANG_COND_TYPE_CALC_RULE

Konditionsart im Kalkulationsschema lesen, ggf. Schema einlesen

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 MM_ARRANG_COND_TYPE_CALC_RULE (Konditionsart im Kalkulationsschema lesen, ggf. Schema einlesen) is a standard Function Module in SAP ERP and is part of the function group WNI8 within the package WBON.

Technical Information

Function Module MM_ARRANG_COND_TYPE_CALC_RULE
Short Text Konditionsart im Kalkulationsschema lesen, ggf. Schema einlesen
Function Group WNI8
Package WBON
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CALC_RULE LIKE T683-KALSM Calculation schema
CALC_RULE_FOR_SETTLEMENT TYPE C 'X' Indicator: settlement schema
COND_TYPE LIKE T683S-KSCHL Condition type
GET_CALE_RULE_ENTRIES TYPE C SPACE Make calculation schema available
KAPPL LIKE T683-KAPPL Application
KVEWE LIKE T683-KVEWE 'A' Usage (default prices - 'A')

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_KZWIW LIKE T683S-KZWIW Subtotal for condition type
E_T683S LIKE T683S Entry in calculation schema for condition type

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ERROR_MESSAGES LIKE ARRANG_ERR List of error messages
T_T683S LIKE T683S Calculation schema data

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
COND_TYPE_NOT_IN_CALC_RULE Schema does not contain condition type
ERROR_CALC_RULE_CHECK Error checking condition types, subtotals
INVALID_CALC_RULE Calculation schema does not exist