SAP Function Module RS_SCRP_GR_DDIC

Screenpainter: RFC für das Holen von Feldern aus dem Data Dictionary

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 RS_SCRP_GR_DDIC (Screenpainter: RFC für das Holen von Feldern aus dem Data Dictionary) is a standard Function Module in SAP ERP and is part of the function group SEUS within the package SCRP.

Technical Information

Function Module RS_SCRP_GR_DDIC
Short Text Screenpainter: RFC für das Holen von Feldern aus dem Data Dictionary
Function Group SEUS
Package SCRP
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FIELD_NAME LIKE SCR_RFC-FIELD_NAME (Generic) field name to table from Dictionary
LANGU LIKE SY-LANGU SY-LANGU Maintenance language
TABLE_NAME LIKE SCR_RFC-TABLE_NAME Table name from Dictionary

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
MESS_CODE LIKE SCR_RFC-MESS_CODE Message code in the form 'abbccc'
MESS_TEXT LIKE SCR_RFC-MESS_TEXT Message text

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
DFIELD LIKE SCR_DFIELD Fields that match with TABLE_NAME-FIELD_NAME

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
ILLEGAL_PARAMETERS Not executed: Wrong parameters