Menu

SAP Function Module RPY_PROGRAM_TRFM_R2

Transformation R/3-Program in R/2-Program

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 RPY_PROGRAM_TRFM_R2 (Transformation R/3-Program in R/2-Program) is a standard Function Module in SAP ERP and is part of the function group STFM within the package SEUX.

Technical Information

Function Module RPY_PROGRAM_TRFM_R2
Short Text Transformation R/3-Program in R/2-Program
Function Group STFM
Package SEUX
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
APPL_CLAS LIKE TRDIR-CLAS ' ' R/2-Anwendungsklasse
OCCURS_DYN LIKE TRDIR-OCCURS ' ' R/2-Occursparameter dynamisch
R3_STRUCTURE LIKE RPY_PROG Programmstruktur R/3
RLOAD LIKE TRDIR-RLOAD ' ' R/2-Ladephase erwünscht
SQL_ALLOWED LIKE TRDIR-SQLX ' ' R/2-SQL-erlaubt
SQL_VAR_MANDANT LIKE TRDIR-VARCL ' ' R/2-SQL mit variablem Mandanten

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
R2_STRUCTURE LIKE R2PRO Ergebnisstruktur R/2

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.