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 HRSP_DET_AVAIL_ABREV (Aufsuchen eines Bereitschaftskürzels) is a standard Function Module in SAP ERP and is part of the function group RHEI within the package PP08.
Function Module | HRSP_DET_AVAIL_ABREV |
Short Text | Aufsuchen eines Bereitschaftskürzels |
Function Group | RHEI |
Package | PP08 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BEGUZ | LIKE | P2004-BEGUZ | Beginnuhrzeit | |
DATUM | TYPE | BEGDA | Gültigkeitsbeginn | |
DIENSTGR | LIKE | T77ED-DIENSTGR | Einsatzgruppe zu Organisationseinheiten | |
ENDUZ | LIKE | P2004-ENDUZ | Endeuhrzeit | |
PERNR | TYPE | PERNR_D | Personalnummer | |
READ_SHIFT_ABBREVIATIONS | TYPE | BOOLE_D | 'X' | Keep shift abbreviations for availabilities |
STNBY | LIKE | P2004-STNBY | Subtyp fuer Bereitschaft | |
TPROG | LIKE | P2004-TPROG | Tagesarbeitszeitplan | |
VARIA | LIKE | P2004-VARIA | Variante eines Tagesarbeitszeitplans |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ABREV | LIKE | T77ED-DIENSTE | Einsatzkürzel für die Personaleinsatzplanung | |
E_BEGUZ | LIKE | T77ED-DIENST_VON | Bereitschaftsbeginn | |
E_ENDUZ | LIKE | T77ED-DIENST_BIS | Bereitschaftsende | |
RETURN_CODE | LIKE | SY-SUBRC | Rückgabe, Approximationsgrad | |
TEXT | LIKE | T77ET-DIENST_TXT | Einsatzbezeichnung |
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 |
---|---|---|---|---|
I_T77ED | LIKE | T77ED_MORE | Erw. Übergabestruktur zur T77ED mit Texten und Kennzeichen. |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
TABLE_EMPTY | i_t77ed nicht gefüllt |