The Function Module WBAR_ALLOC_TBL_BY_MERCH_CAT (Aufteiler suchen nach Warengruppe, Warengruppe ersetzen) is a standard Function Module in SAP ERP and is part of the function group WBAR within the package WAUF.
Function Module | WBAR_ALLOC_TBL_BY_MERCH_CAT |
Short Text | Aufteiler suchen nach Warengruppe, Warengruppe ersetzen |
Function Group | WBAR |
Package | WAUF |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_FUNCTION_CONTROL | TYPE | C | 1:read 2:read/out 3: read/replace 4:read/out/rep | |
I_MERCH_CAT_NEW | LIKE | T023-MATKL | Warengruppe mit der gelesen werden soll | |
I_MERCH_CAT_OLD | LIKE | T023-MATKL | neue Warengruppe (ersetzt die alte) |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
T_ALLOC_ITEMS | LIKE | AUPO | Aufteilerpositonen | |
T_MATERIALS | LIKE | PRE03 | Struktur Material Vorstep |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ALLOC_ITEM_LOCKED | Aufteiler ist gesperrt |
ERROR_ENQUEUEING_ALLOC_TABLE | Datenbankfehler beim Sperren Aufteiler |
ERROR_READING_ALLOC_TABLE | Datenbankfehler beim Lesen Aufteilerposition |
FUNCTION_CONTROL_INVALID | I_FUNCTION_CONTROL hat falschen Wert |
MERCH_CAT_EQUAL | Warengruppen sind gleich |
MERCH_CAT_NEW_INITIAL | Warengruppe NEU ist nicht gefüllt |
MERCH_CAT_OLD_INITIAL | Warengruppe ALT ist nicht gefüllt |
NO_ALLOC_ITEMS_FOUND | keine Positionen zur Warengruppe gefunden |