Menu

SAP Function Module CVDS_GET_ORIGINALS

Originale im ALE-Fall aus dem Quellsystem holen

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

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 CVDS_GET_ORIGINALS (Originale im ALE-Fall aus dem Quellsystem holen) is a standard Function Module in SAP ERP and is part of the function group CVALE within the package CV.

Technical Information

Function Module CVDS_GET_ORIGINALS
Short Text Originale im ALE-Fall aus dem Quellsystem holen
Function Group CVALE
Package CV
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
PF_WAITTIME LIKE SY-INDEX 60 Wait in (n-Times)
PS_DRAW LIKE DRAW Dokumentendaten
PS_IDOC_CONTRL LIKE EDIDC Kontrollsatz des IDOC´s

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
PF_FILENAME1 LIKE DRAW-FILEP (Neue) Datei 1
PF_FILENAME2 LIKE DRAW-FILEP (Neue) Datei 2

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
PT_DRAO1 LIKE DRAO Datei 1 als Tabelle
PT_DRAO2 LIKE DRAO Datei 2 als Tabelle
PT_DRAOZ LIKE DRAOZ Zusatzfiles (1 & 2) als Tabelle
PT_DRAZ LIKE DRAZ Zusatzfiles (1 und 2)

Exceptions

This function module does not define any Exceptions.