Menu

SAP Function Module TWGLVT_CHECK_CHANGE

Check-Change für Layoutbereichstexte

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 TWGLVT_CHECK_CHANGE (Check-Change für Layoutbereichstexte) is a standard Function Module in SAP ERP and is part of the function group WLYC within the package WWMI.

Technical Information

Function Module TWGLVT_CHECK_CHANGE
Short Text Check-Change für Layoutbereichstexte
Function Group WLYC
Package WWMI
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
PI_NEW_TABLE_SORTED TYPE XFELD SPACE Kennzeichen pi_t_twglvt_new sortiert
PI_OLD_TABLE_SORTED TYPE XFELD SPACE Kennzeichen pi_t_twglvt_old sortiert

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
PE_CHANGED LIKE SY-DATAR Kennzeichen für Änderung

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
PE_T_TWGLVT_DEL LIKE TWGLVT zu löschende Sätze
PE_T_TWGLVT_INS LIKE TWGLVT einzufügende Sätze
PE_T_TWGLVT_UPD LIKE TWGLVT abzuändernde Sätze
PI_T_TWGLVT_NEW LIKE TWGLVT neuer Stand
PI_T_TWGLVT_OLD LIKE TWGLVT alter Stand

Exceptions

This function module does not define any Exceptions.