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 HRCM_SURVEY_DATA_GET (Lesen der 'Stelle aus Umfrage' über Infotyp 0001) is a standard Function Module in SAP ERP and is part of the function group HRCMP00GENERAL within the package PCMP.
Function Module | HRCM_SURVEY_DATA_GET |
Short Text | Lesen der 'Stelle aus Umfrage' über Infotyp 0001 |
Function Group | HRCMP00GENERAL |
Package | PCMP |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
KEY_DATE | LIKE | SY-DATUM | Start date of split period | |
OBJID | LIKE | PLOG-OBJID | Object identity | |
OTYPE | LIKE | PLOG-OTYPE | Object`s type (sem.: PLSTE or CLASS) | |
PLVAR | LIKE | PLOG-PLVAR | Plan variant | |
SUBTY | LIKE | PLOG-SUBTY | SPACE | Corresponding subtype |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
JCODE | TYPE | P_JCODE | Job code for survey | |
JCODE_TEXT | TYPE | P_LTEXT | Job code text | |
MABAS | TYPE | P_MABAS | Average base salary per survey job | |
MAB_FR | TYPE | CMP_FREQU | Corrensponding time unit | |
MAB_FR_TEXT | LIKE | T710FT-FQTXT | Corresponding time unit text | |
MAB_WS | LIKE | T710S-CURCY | Corresponding currency | |
SUBTY_TEXT | TYPE | SUTEXT | Survey text |
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 |
---|---|
NO_ACTIVE_PLVAR | No active plan variant found |
NO_DATA_FOUND | No IT1051 found |
NO_FREQU_TEXT | No frequency text found |
NO_JCODE_TEXT | No salary survey text found |
READ_ERR_710S | Error read T710s |