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 HRPY_PROCESS_WAIT_VIEW (Anzeige und Pflege von Wartepunkten) is a standard Function Module in SAP ERP and is part of the function group HRST3 within the package PCPM.
Function Module | HRPY_PROCESS_WAIT_VIEW |
Short Text | Anzeige und Pflege von Wartepunkten |
Function Group | HRST3 |
Package | PCPM |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IMP_DYNPOR_INFOS | TYPE | PAY_PM_DYNPRO_INFO_TAB | Tabelle mit informationen über Dynpors | |
IMP_MESSAGE | TYPE | HRPLOG_MSG | Struktur für T100-Meldungen im Abrechnungsprotokoll | |
IMP_MODUS | TYPE | CHAR4 | 'DISP' | Nicht näher def. Bereich, evtl. für Patchlevels verwendbar |
IMP_STEPID | TYPE | STEPID | Identifikatior eines Schritts im Processmodell |
This function module does not define any EXPORTING parameters.
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CHN_UCOMM | TYPE | SYUCOMM | Bildschirmbilder, Funktionscode, der PAI ausgelöst hat | |
CHN_WAIT_FLT | TYPE | PAY_PM_WAIT_FLT_VAL | Filterwert für Wartepunkte | |
CHN_WAIT_TEXT | TYPE | CUS_TEXT | Kundenerweiterung: Text |
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.