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 HRHAP_DOC_NOTES_READ (Appraisal Document - Read Notes) is a standard Function Module in SAP ERP and is part of the function group HRHAP_IF_DOC_NOTES within the package PAOC_HAP_DOCUMENT_IF.
Function Module | HRHAP_DOC_NOTES_READ |
Short Text | Appraisal Document - Read Notes |
Function Group | HRHAP_IF_DOC_NOTES |
Package | PAOC_HAP_DOCUMENT_IF |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PLAN_VERSION | TYPE | HAP_PLAN_VERSION | Plan Version | |
S_APPRAISAL_ID | TYPE | HAP_S_APPRAISAL_ID | Appraisal ID | |
S_DOC_PROCESSING | TYPE | HAP_S_DOC_PROCESSING | Document: Processing | |
S_HEADER_STATUS | TYPE | HAP_S_HEADER_STATUS | Kopfteil - Status | |
T_BODY_CELLS | TYPE | HAP_T_BODY_CELLS | Body - Cells (if the History flag should be interpreted correct) | |
T_BODY_COLUMNS | TYPE | HAP_T_BODY_COLUMNS | Body - Columns | |
T_BODY_ELEMENTS | TYPE | HAP_T_BODY_ELEMENTS | Body - Elements |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
S_RETURN | TYPE | BAL_S_MSG | Application Log: Message Data | |
T_BODY_CELL_NOTES | TYPE | HAP_T_BODY_CELL_NOTES | Body - Cell Notes | |
T_SAPSCRIPT_THEAD | TYPE | HAP_T_SAPSCRIPT_THEAD | SAPSCRIPT: Header Information |
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.