The Function Module CACS00_DOCUMENT_CREATE (Provisionsfall anlegen und Beleg erzeugen) is a standard Function Module in SAP ERP and is part of the function group CACS00_DOCUMENT within the package CACSDO.
Function Module | CACS00_DOCUMENT_CREATE |
Short Text | Provisionsfall anlegen und Beleg erzeugen |
Function Group | CACS00_DOCUMENT |
Package | CACSDO |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IFLG_MASS_PROCESS | TYPE | BOOLEAN_FLG | SPACE | Massenverarbeitung? (siehe Doku) |
IFLG_SIMULATION | TYPE | CACSSIMULATION | 'X' | Prozeß soll im Simulationsmodus durchgeführt werden |
I_APPL_VERSION | TYPE | CACSGENVERSION | Version der generierten Anwendung |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_QUERY_FOR_DISPLAY | TYPE | CACSMSGFILTER | Verwendeter Nachrichtenfilter | |
FLG_ERROR | TYPE | CACSCASEERROR | KnZ: ProvFall inkonsistent (X-Fehler, ' '- ok) | |
FLG_REJECTED | TYPE | CACSCASEREJECT | KnZ: ProvFall abgelehnt (X-abgelehnt, ' '- angenommen) |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
C_DOC_RANGE_HANDLE | LIKE | INRI-NRRANGENR | SPACE | Handle für Belegnummernkreis |
I_DOC_HEAD | LIKE | CACS00_DOCHD | Kopf des Prov.belegs |
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_DOC_REMDETAIL | LIKE | CACS00_DOCDT | Prov.: Detailpositionen zu Vergütungszeilen | |
I_DOC_REMUNERATION | LIKE | CACS00_DOCRE | Vergütungen des Prov. | |
I_DOC_SETTLEMENT | LIKE | CACS00_DOCSE | Fälligkeiten für die Abrechnung | |
I_DOC_VALUATION | LIKE | CACS00_DOCVA | Bewertungen des Prov.belegs |
This function module does not define any Exceptions.