Menu

SAP Function Module IBOFVT_CHECK_VARTABLE

IBase: Merkmale

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 IBOFVT_CHECK_VARTABLE (IBase: Merkmale) is a standard Function Module in SAP ERP and is part of the function group IBOFVT within the package CMTIB.

Technical Information

Function Module IBOFVT_CHECK_VARTABLE
Short Text IBase: Merkmale
Function Group IBOFVT
Package CMTIB
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DIALOG_CURSOR LIKE DD03D-FIELDNAME SPACE Feldname
DIALOG_MODE LIKE SY-BINPT 'X' Batch-Input, Programm läuft unter Batch Input
DIALOG_STEPL LIKE SY-STEPL 0 Dynpros, Index der aktuellen Tabellenzeile
INIT_MESSAGE_DATA LIKE SY-BINPT 'X' Batch-Input, Programm läuft unter Batch Input
LANGU LIKE SY-LANGU SY-LANGU R/3-System, aktuelle Sprache
VTNAM TYPE VTNAM Merkmalname
X_MESS_TYPE LIKE SY-MSGTY 'E' Nachrichten, Nachrichtentyp

Exporting Parameters

This function module does not define any EXPORTING parameters.

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.