Menu

SAP Function Module WBBI_CHANGE_DATA_ANALYSE

Determine changed materials for assortment list and/or labeling

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module WBBI_CHANGE_DATA_ANALYSE (Determine changed materials for assortment list and/or labeling) is a standard Function Module in SAP ERP and is part of the function group WBBI within the package WBBC.

Technical Information

Function Module WBBI_CHANGE_DATA_ANALYSE
Short Text Determine changed materials for assortment list and/or labeling
Function Group WBBI
Package WBBC
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_I_CTRL LIKE WSL_CTRL Steuerungsfelder
PI_I_WDLS LIKE WDLS Status-Kopf-Zeile
PI_LABEL_ONLY LIKE WDL_FLAG-XFLAG Used only for labeling

Exporting Parameters

This function module does not define any EXPORTING parameters.

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
PE_T_CHNG_STAT LIKE WSL_CHNG_STAT Statistik zur Änderungsanalyse
PI_T_ARTNR LIKE WDL_ALW Selection list for materials
PI_T_BBS LIKE WDL_BBS Assortment owner / assortment list type / history
PI_T_STORE LIKE WDL_FIL Assortment owner
PI_T_TWBB LIKE TWBB Assortment list type

Exceptions

This function module does not define any Exceptions.