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 C12N_KEY_PARAMETER_SET (Schlüsselparameter setzen) is a standard Function Module in SAP ERP and is part of the function group C12N within the package CBUI.
Function Module | C12N_KEY_PARAMETER_SET |
Short Text | Schlüsselparameter setzen |
Function Group | C12N |
Package | CBUI |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_AENNR | TYPE | ESEAENNR | Änderungsnummer | |
I_DISTSUBID | TYPE | ESESUBID | Spezifikation | |
I_EHSDOCCAT | TYPE | ESEEHDOKAR | Dokumentart des EH&S-Berichtswesens | |
I_INITIATOR | TYPE | CVDEINIT | Initiator eines Versandauftrags | |
I_INTVERSION | TYPE | ESEREPVERS | Berichtsversion | |
I_LANGU | LIKE | SY-LANGU | SY-LANGU | R/3-System, aktuelle Sprache |
I_REPVALDAT | LIKE | SY-DATUM | Gültigkeitsdatum des Berichts | |
I_SBGVID | TYPE | ESELDEPID | SPACE | Berichtsgenerierungsvariante |
I_SUBID | TYPE | ESESUBID | SPACE | Spezifikation |
I_VALDAT | LIKE | SY-DATUM | SY-DATUM | Gültigkeitsdatum |
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 |
---|---|---|---|---|
E_CVDDP_TAB | LIKE | CVDDP | Schlüsselparameterwerte | |
E_CVDDP_VALUES_TAB | LIKE | CVDDP | Importarameterwerte | |
E_MESSAGES_TAB | LIKE | BALMI | Anwendungs-Log: Schnittstelle für APPL_LOG_WRITE_MESSAGES |
This function module does not define any Exceptions.