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 MASTERIDOC_CREATE_DLPREBATES (POS-Schnittstelle: IDOC-Sätze für Aktionsrabatte selektieren und schreiben) is a standard Function Module in SAP ERP and is part of the function group WPDA within the package WPOS.
Function Module | MASTERIDOC_CREATE_DLPREBATES |
Short Text | POS-Schnittstelle: IDOC-Sätze für Aktionsrabatte selektieren und schreiben |
Function Group | WPDA |
Package | WPOS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PI_DATUM_AB | LIKE | WPSTRUC-DATUM | Anfang des Betrachtungs- oder Selektionsbereichs | |
PI_DATUM_BIS | LIKE | WPSTRUC-DATUM | Ende des Betrachtungs- oder Selektionsbereichs | |
PI_DLDLFDNR | LIKE | WDLSP-LFDNR | Lfd.-Nr. der Positionszeile für Statusverfolgung | |
PI_DLDNR | LIKE | WDLS-DLDNR | Downloadnummer für Statusverfolgung | |
PI_FILIA | LIKE | T001W-WERKS | Werk | |
PI_FILIA_CONST | LIKE | WPFILCONST | POS-Schnittstelle: Allgemeine Filialkonstanten für Download | |
PI_LOESCHEN | LIKE | WPSTRUC-MODUS | ' ' | 'X': sel.Daten löschen, ' ': sel. Daten übertrag |
PI_MODE | LIKE | WPSTRUC-MODUS | 'I': Initialisierung, 'A': Direkte Anforderung | |
PI_VKORG | LIKE | WPSTRUC-VKORG | Verkaufsorganisation | |
PI_VTWEG | LIKE | WPSTRUC-VTWEG | Vertriebsweg | |
PI_WAKH | TYPE | WAKH | Aktionskopfdaten-WWS |
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 |
---|---|---|---|---|
PX_SEGMENT_COUNTER | LIKE | WDLSP-ANSEG | Anzahl Segmente |
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PIT_PROMREBKEY | LIKE | WPPROMREB3 | POS-Schnittstelle: Objekttabelle Nr. 3 für Aktionsrabatte | |
PIT_WAKR | LIKE | WAKR | Aktionsrabatte | |
PIT_WORKDAYS | LIKE | WPWORKDAYS | POS-Schnittstelle: Tabelle der Arbeitstage |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
DOWNLOAD_EXIT | Es sind Fehler beim Download aufgetreten |