The transaction COMM_PROD_RECATEG (Recategorize Products) is a standard transaction in SAP ERP and is part of the package COM_PRODUCT_CATEGORY_UI. It is a Report Transaction and is connected to screen 1000 of program COM_PRODUCT_RECATEG_NEW.
Transactions in SAP ERP are used to execute functionality by calling programs, function modules,
object methods or other transactions. Their transaction code is entered by the user in the action
box of the SAP Gui, but they can be also executed from ABAP programs with the CALL
TRANSACTION
command. ABAP developers distinguish between several types of transactions.
All types of transactions can be created by using the ABAP workbench object navigator (transaction SE80) or with the dedicated maintenance transaction SE93. Below, a summary of technical data for this transaction can be found.
Transaction | COMM_PROD_RECATEG |
Short Text | Recategorize Products |
Package | COM_PRODUCT_CATEGORY_UI |
Transaction Type | Report Transaction |