Menu

SAP Function Module TWGVT_CHECK_CHANGE

Check-Change für Layoutbezeichnungen

The Function Module TWGVT_CHECK_CHANGE (Check-Change für Layoutbezeichnungen) is a standard Function Module in SAP ERP and is part of the function group WLYC within the package WWMI.

Technical Information

Function Module TWGVT_CHECK_CHANGE
Short Text Check-Change für Layoutbezeichnungen
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_twgvt_new sortiert
PI_OLD_TABLE_SORTED TYPE XFELD SPACE Kennzeichen pi_t_twgvt_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, ob neue Sätze ungleich alten Sätzen

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
PE_T_TWGVT_DEL LIKE TWGVT zu löschende Sätze
PE_T_TWGVT_INS LIKE TWGVT einzufügende Sätze
PE_T_TWGVT_UPD LIKE TWGVT abzuändernde Sätze
PI_T_TWGVT_NEW LIKE TWGVT neuer Stand
PI_T_TWGVT_OLD LIKE TWGVT alter Stand

Exceptions

This function module does not define any Exceptions.