Menu

SAP Function Module CBRC_LIB2_KEY_FIELDS_COLLECT

Überwachte Schlüsselfelder aufsammeln

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 CBRC_LIB2_KEY_FIELDS_COLLECT (Überwachte Schlüsselfelder aufsammeln) is a standard Function Module in SAP ERP and is part of the function group CBRC_LIB2 within the package CBRC.

Technical Information

Function Module CBRC_LIB2_KEY_FIELDS_COLLECT
Short Text Überwachte Schlüsselfelder aufsammeln
Function Group CBRC_LIB2
Package CBRC
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_FLG_CONFIRMED TYPE ESEBOOLE FALSE boolsche Variable (X-true, --false, space-unknown)
I_PRPL_DEL_TAB TYPE CCRCTT_PRPL Tabellentyp zu CCRCT_PR
I_PRPL_INS_TAB TYPE CCRCTT_PRPL Tabellentyp zu CCRCT_PR
I_PRPL_UPD_TAB TYPE CCRCTT_PRPL Tabellentyp zu CCRCT_PR
I_PR_DEL_TAB TYPE CCRCTT_PR Tabellentyp zu CCRCT_PRPL
I_PR_INS_TAB TYPE CCRCTT_PR Tabellentyp zu CCRCT_PRPL
I_PR_UPD_TAB TYPE CCRCTT_PR Tabellentyp zu CCRCT_PRPL
I_PUPL_DEL_TAB TYPE CCRCTT_PUPL Tabellentyp zu CCRCT_PUPL
I_PUPL_INS_TAB TYPE CCRCTT_PUPL Tabellentyp zu CCRCT_PUPL
I_PUPL_UPD_TAB TYPE CCRCTT_PUPL Tabellentyp zu CCRCT_PUPL
I_PU_DEL_TAB TYPE CCRCTT_PU Tabellentyp zu CCRCT_PU
I_PU_INS_TAB TYPE CCRCTT_PU Tabellentyp zu CCRCT_PU
I_PU_UPD_TAB TYPE CCRCTT_PU Tabellentyp zu CCRCT_PU
I_SOPL_DEL_TAB TYPE CCRCTT_SOPL Tabellentyp zu CCRCT_SOPL
I_SOPL_INS_TAB TYPE CCRCTT_SOPL Tabellentyp zu CCRCT_SOPL
I_SOPL_UPD_TAB TYPE CCRCTT_SOPL Tabellentyp zu CCRCT_SOPL
I_SO_DEL_TAB TYPE CCRCTT_SO Tabellentyp zu CCRCT_SO
I_SO_INS_TAB TYPE CCRCTT_SO Tabellentyp zu CCRCT_SO
I_SO_UPD_TAB TYPE CCRCTT_SO Tabellentyp zu CCRCT_SO

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.