Menu

SAP Function Module CACS_CSB_HANDLE_INFOS01

Prov.: Daten zwischen FG austauschen

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 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.

Technical Information

Function Module CACS_CSB_HANDLE_INFOS01
Short Text Prov.: Daten zwischen FG austauschen
Function Group CACS_CTRTBDL
Package CACSCB
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_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 (-' ')

Exporting Parameters

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

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
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

Exceptions

This function module does not define any Exceptions.