Menu

SAP Function Module CACS00_SETTL_CONTRACT_CALC

Provisionsabrechnung - Abrechnung Vertrag

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module CACS00_SETTL_CONTRACT_CALC (Provisionsabrechnung - Abrechnung Vertrag) is a standard Function Module in SAP ERP and is part of the function group CACS00_SETTLEMENT within the package CACSPY.

Technical Information

Function Module CACS00_SETTL_CONTRACT_CALC
Short Text Provisionsabrechnung - Abrechnung Vertrag
Function Group CACS00_SETTLEMENT
Package CACSPY
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_CLOSE TYPE C Mark. ob abschließende Abrechnung
I_POSTEDATETYPE TYPE C Mark.welches Buchungsdatum zu nehmen ist
I_PROVSUP TYPE C Mark. ob vorläufig/unterperiodisch
I_STATUS TYPE CACSSTATUS Status des Provisionsobjekts
I_TEST TYPE C Mark. ob es testlauf ist.
I_WHEN TYPE CACSTIMESTAMP Stichtag

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_STATUS TYPE CACSSTATUS Status des Provisionsobjekts

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
I_CTRTBU LIKE CACS_CTRTBU Verträge die abzurechnen sind
I_STM LIKE TCACS_STMTY Abrechnungsarten
I_STMTY LIKE Abrechnungsarten die abzurechnen sind

Exceptions

This function module does not define any Exceptions.