Menu

SAP Function Module RSS_TEMPLATE_CHECK

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 RSS_TEMPLATE_CHECK () is a standard Function Module in SAP ERP and is part of the function group RSSG within the package SBIG.

Technical Information

Function Module RSS_TEMPLATE_CHECK
Short Text
Function Group RSSG
Package SBIG
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_META_OBJECT LIKE
I_PROGRAM_CLASS TYPE RSSG_PCLAS BW generation tool: Program class for generated programs
I_TEMPLATE LIKE TRDIR-NAME Template

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_ERROR_LINE LIKE SY-TABIX Line number of syntax error
E_ERROR_MESSAGE TYPE RSSG_MESSAGE Error message
E_T_GENERATOR_CODE TYPE RSSG_T_CODELINE Obsolete
E_T_MODEL_CODE TYPE RSSG_T_MODEL_SOURCE Obsolete
E_UCCHECK TYPE UCCHECK Flag, if unicode check was performed

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
INTERNAL_ERROR Internal Error
TEMPLATE_NOT_FOUND
TEMPLATE_SYNTAX_ERROR