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 CACS_CSB_HANDLE_INFOS01 (Prov.: Daten zwischen FG austauschen) is a standard Function Module in SAP ERP and is part of the function group CACS_CTRTBDL within the package CACSCB.
Function Module | CACS_CSB_HANDLE_INFOS01 |
Short Text | Prov.: Daten zwischen FG austauschen |
Function Group | CACS_CTRTBDL |
Package | CACSCB |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_AMEM_ALLCBDL_REQU | TYPE | BOOLE-BOOLE | ' ' | Aktualgedächtnis für CACS_ALLCBDL benötigt? (Ja:' X', Nein:' ') |
I_AMEM_CTRTBDL_REQU | TYPE | BOOLE-BOOLE | ' ' | Aktualgedächtnis für CACS_CTRTBDL benötigt? (Ja:' X', Nein:' ') |
I_MEM_ALLCBDL_REQU | TYPE | BOOLE-BOOLE | ' ' | Gesamtgedächtnis für CACS_ALLCBDL benötigt? (Ja:' X', Nein:' ') |
I_MEM_CTRTBDL_REQU | TYPE | BOOLE-BOOLE | ' ' | Gesamtgedächtnis für CACS_CTRTBDL benötigt? (Ja:' X', Nein:' ') |
I_SAVE_ACTIVE | TYPE | BOOLE-BOOLE | ' ' | Datenelement zur Domäne BOOLE: TRUE (-'X') und FALSE (-' ') |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_CACS_S_CSBD | TYPE | CACS_S_CSBD | Vertragsbündel: Arbeitsstruktur |
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 |
---|---|---|---|---|
T_AMEM_CACS_ALLCBDL | LIKE | CACS_S_ALLCBDL_UPDT | Wie Tabelle CACS_ALLCBDL plus Statusinformationen | |
T_AMEM_CACS_CTRTBDL | LIKE | CACS_S_CTRTBDL_UPDT | Wie Tabelle CACS_CTRTBDL plus Statusinformationen | |
T_MEM_CACS_ALLCBDL | LIKE | CACS_S_ALLCBDL_UPDT | Wie Tabelle CACS_ALLCBDL plus Statusinformationen | |
T_MEM_CACS_CTRTBDL | LIKE | CACS_S_CTRTBDL_UPDT | Wie Tabelle CACS_CTRTBDL plus Statusinformationen |
This function module does not define any Exceptions.