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 CACS25_PREPARE_TABLES (Erstellung der Tabellen für den Abrechnungsplanlauf) is a standard Function Module in SAP ERP and is part of the function group CACS25_SES_RUN within the package CACSS3.
Function Module | CACS25_PREPARE_TABLES |
Short Text | Erstellung der Tabellen für den Abrechnungsplanlauf |
Function Group | CACS25_SES_RUN |
Package | CACSS3 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
RUN_ID | TYPE | CACSBATCHID | Identifikationsnummer des Verarbeitungslaufs |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IO_SESHDIT | LIKE | CACS25_S_SES3 | View CACS25_V_SES3 | |
O_DOCHDM | LIKE | CACS00_S_DOCHDM | Provisionsbelegkopf (Metaobjekt) | |
O_DOCSEDT | LIKE | CACS00_DOCSEDT | Fälligkeitsdetails | |
O_DOCSEM | LIKE | CACS00_S_DOCSEM | Provisionsbeleg, Fälligkeiten (Meatobjekt) |
This function module does not define any Exceptions.