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 WSII_P_HEAD_REASON_REV_F4_GET (SAP Retail Store II: List-Box für Storno bereitstellen) is a standard Function Module in SAP ERP and is part of the function group WSII_HEAD within the package WOST.
Function Module | WSII_P_HEAD_REASON_REV_F4_GET |
Short Text | SAP Retail Store II: List-Box für Storno bereitstellen |
Function Group | WSII_HEAD |
Package | WOST |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PI_IX_REAREV_F4 | TYPE | SY-STEPL | Dynpros, Index der aktuellen Tabellenzeile | |
PI_REASON_REV | TYPE | WSII_REAREV_F4-REASON_REV | Grund für Storno oder Umkehrbuchung |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PE_REAREV_F4 | TYPE | WSII_REAREV_F4 | SAP Retail Store: Return-Struktur für Fehler | |
PE_REAREV_F4_EOF | TYPE | WSRS_HNDL-XFIELD | Feld zum Ankreuzen | |
PE_RETURN | TYPE | WSRS_RETURN | SAP Retail Store: Return-Struktur für Fehler |
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 |
---|---|---|---|---|
PE_T_REAREV_F4 | LIKE | WSII_REAREV_F4 | SAP Retail Store II: Grund für Storno Selektions-Box Hilfe | |
PE_T_REAREV_F4_CTXT | LIKE | SAVWCTXT | ALE/Web (ITS) Kontext-Format |
This function module does not define any Exceptions.