The Function Module HR_CH_PAL_GET_CREATE_CATEG_ID (Eindeutige Kategorie ID mit langem Schlüssel bestimmen/anlegen) is a standard Function Module in SAP ERP and is part of the function group RPCT within the package PB02.
Function Module | HR_CH_PAL_GET_CREATE_CATEG_ID |
Short Text | Eindeutige Kategorie ID mit langem Schlüssel bestimmen/anlegen |
Function Group | RPCT |
Package | PB02 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IV_CATEG_ID_LONG_KEY | TYPE | CHAR50 | Langer Schlüssel der Kategorie ID |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EV_CATEG_ID | TYPE | HRPAD_PAL_CATEG_ID | Kategorie ID, die unter dem langen Schlüssel registriert ist | |
EV_SW_NEW_CATEG | TYPE | BOOLE_D | 'X', falls Kategorie ID noch nicht registriert war |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.