Menu

SAP Function Module RV_EXPORT_CONTROL

Gesetzlichen Kontrolle: Durchführung der Ges. Kontrolle für einen Beleg

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 RV_EXPORT_CONTROL (Gesetzlichen Kontrolle: Durchführung der Ges. Kontrolle für einen Beleg) is a standard Function Module in SAP ERP and is part of the function group V52E within the package VEI.

Technical Information

Function Module RV_EXPORT_CONTROL
Short Text Gesetzlichen Kontrolle: Durchführung der Ges. Kontrolle für einen Beleg
Function Group V52E
Package VEI
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DELIVERY_FLG LIKE ' ' Indicator : Call from Delivery
EXPORT_DATE_NEW LIKE VBAK-VDATU SY-DATUM Export Date : New
EXPORT_DATE_OLD LIKE VBAK-VDATU '00000000' Export Date : Old
I_LOG_LEVEL LIKE TVAK-EXCLG ' ' Kennzeichen : Ebene des zu sichernden Protok.
I_PROT_ACTIVE LIKE TVAK-EXDIA ' ' Kennzeichen : Protokoll ausgeben beim Sichern
ORDER_TYPE LIKE TVAK-VBTYP ' ' Indicator : SD Document Type
REDETERMINATION LIKE RVSEL-XFELD ' ' Indicator : New Determination
SIMUL_FLG LIKE ' ' Indicator : Simulation Modus

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_PROTOCOL LIKE Log flag:E_ANALY is not empty

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
E_ANALY LIKE VBEXAN Analysis Result from Export Control
E_XEMBK LIKE EMBKVB License Master: New
E_XVBEX LIKE VBEXVB SD Document: Export Data : New
E_YVBEX LIKE VBEXVB SD Document: Export Data : Old
I_XVBAP LIKE VBAPVB SD Document: Item Data : New
I_XVBEP LIKE VBEPVB Vertriebsbeleg: Einteilungen : Neu
I_XVBKD LIKE VBKDVB SD Document: Business Data : New
I_XVBPA LIKE VBPAVB SD Document: Partner Data : New
I_YVBAP LIKE VBAPVB SD Document: Item Data : Old
I_YVBEP LIKE VBEPVB Vertriebsbeleg: Einteilungen : Alt
I_YVBKD LIKE VBKDVB SD Document: Business Data : Old
I_YVBPA LIKE VBPAVB SD Document: Partner Data : Old

Exceptions

This function module does not define any Exceptions.