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 RHPQ_T77BX_PARTICIPATION_INS (Book attendance function) is a standard Function Module in SAP ERP and is part of the function group RHPQ_T77BX within the package PPDP.
Function Module | RHPQ_T77BX_PARTICIPATION_INS |
Short Text | Book attendance function |
Function Group | RHPQ_T77BX |
Package | PPDP |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BEGDA | LIKE | HRP1000-BEGDA | Start date | |
ENDDA | LIKE | HRP1000-ENDDA | End date | |
EPLAN_OBJID | LIKE | HRP1000-OBJID | ID of development plan | |
PERS_OTYPE | LIKE | HRP1000-OTYPE | Person type | |
PERS_SOBID | LIKE | HRP1001-SOBID | ID of person | |
PLVAR | LIKE | HRP1000-PLVAR | Plan version | |
STATION_OTYPE | LIKE | HRP1000-OTYPE | Object type of item | |
STATION_SOBID | LIKE | HRP1001-SOBID | Item ID |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BEGDA | LIKE | HRP1000-BEGDA | Start date | |
ENDDA | LIKE | HRP1000-ENDDA | End date |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
CANCELED | Action was terminated |
DATA_MISSING | Insufficient data to execute function |
NOTHING_TO_DO | Nothing to do - no database changes required! |
NOT_POSSIBLE | Execution not possible |
NO_AUTHORITY | No authorization |