Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.
Bei amazon.de ansehen →The Function Module HR_READ_INFOTYPE_0027 (Spezieller Lesebaustein fuer IT0027 (Kostenverteilung)) is a standard Function Module in SAP ERP and is part of the function group HR_IT0027_READ within the package PBAS.
Function Module | HR_READ_INFOTYPE_0027 |
Short Text | Spezieller Lesebaustein fuer IT0027 (Kostenverteilung) |
Function Group | HR_IT0027_READ |
Package | PBAS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BEGDA | LIKE | PRELP-BEGDA | Beginndatum | |
ENDDA | LIKE | PRELP-ENDDA | Endedatum | |
INFTY | LIKE | PRELP-INFTY | Infotyp | |
PERNR | LIKE | PRELP-PERNR | Personalnummer/Bewerbernummer | |
RAW_DATA | TYPE | FLAG | SPACE | X' - keine Daten einmischen, 0027 direkt lesen. |
SUBTY | LIKE | PRELP-SUBTY | '01' | gewünschter Subtyp |
TCLAS | LIKE | PSPAR-TCLAS | Transaktionsklasse (Person, Bewerber) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
SUBRC | LIKE | SY-SUBRC | Returncode |
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 |
---|---|---|---|---|
P0027 | TYPE | P0027 | (abgemischte) Kostenzuordnungsinformationen |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
INFTY_NOT_FOUND | Infotyp existiert nicht |
INTERNAL_ERROR | Interner Fehler. Sollte nie vorkommen! |