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 HR_ADDON_TABLES_CREATE (HR-Add-On: Füllen von Tabelleneinträgen) is a standard Function Module in SAP ERP and is part of the function group HR_ADDON within the package PCAL.
Function Module | HR_ADDON_TABLES_CREATE |
Short Text | HR-Add-On: Füllen von Tabelleneinträgen |
Function Group | HR_ADDON |
Package | PCAL |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_OCLAS | TYPE | T52B5-POTYP | Objektklasse | |
I_ONAME | TYPE | T52A0-ONAME | Objektname | |
I_OTYPE | TYPE | T52A0-OTYPE | Objekttyp | |
I_PROCL | TYPE | T52A0-PROCL | Programmklasse |
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 |
---|---|---|---|---|
T_COUNT_DELTA | LIKE | H99_ADDON_COUNTRIES | HR-Add-On : Countries in PE04 (Before-Image) | |
T_GRPRE_DELTA | LIKE | H99_ADDON_GROUPREASON | HR-Add-On: Grouping Reason in PE04 (Before Image) | |
T_ITYPE_DELTA | LIKE | H99_ADDON_INFOTYPES | HR-Add-On : Infotypen in PE04 (before image) | |
T_OPPAC_DELTA | LIKE | H99_ADDON_OPPARCOUNT | HR-Add-on : Zul. OperationParameter/Land in PE04 (BefImage) | |
T_OPPAR_DELTA | LIKE | H99_ADDON_OPPARAMETER | HR-Add-On: Oparation parameter in PE04 (before image) | |
T_PARAC_DELTA | LIKE | H99_ADDON_PARCOUNT | HR-Add-On : Parameterzul. für Länder in PE04 (before Image) | |
T_PARAM_DELTA | LIKE | H99_ADDON_PARAMETER | HR-Add-On : Parameter in PE04 (before image) | |
T_PARAV_DELTA | LIKE | H99_ADDON_PARAMVALUES | HR-Add-On : Parameter in PE04 (before image) |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NO_OPPAR_COUNT | Kein Land für Operation Parameter |
NO_UPDATE | Update auf Add-On Tabellen schlug fehl |