SAP Reports / Programs | Logistics - General | Logistics Basic Data | Material Groups(LO-MD-MG) SAP LO

RWWCATM1 SAP ABAP Report - Define areas of responsibility for a Category Manager







RWWCATM1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RWWCATM1 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

WCM1 - Define CM area of responsibility


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RWWCATM1. "Basic submit
SUBMIT RWWCATM1 AND RETURN. "Return to original report after report execution complete
SUBMIT RWWCATM1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: BEREICH = Area of responsibility
Selection Text: BET = Site Hierarchy View
Selection Text: DATUM = Responsible from
Selection Text: NAME = Area description
Selection Text: USER = Person responsible
Selection Text: WG = Material group hierarchy view
Title: Define areas of responsibility for a Category Manager
Text Symbol: 012 = The consequences of this reclassification are being checked
Text Symbol: 011 = MG
Text Symbol: 010 = Objects for the area of responsibility are being selected
Text Symbol: 009 = CPR
Text Symbol: 008 = GM
Text Symbol: 007 = VAR
Text Symbol: 006 = MAT
Text Symbol: 004 = Plants selected!
Text Symbol: 003 = Classes
Text Symbol: 002 = Plnts
Text Symbol: 001 = Selections for area of responsibility
Text Symbol: 102 = Display with material
Text Symbol: 103 = Assignment of responsibility
Text Symbol: 104 = Performance param.
Text Symbol: 200 = Leaving the application.
Text Symbol: 201 = Do you want to save first?
Text Symbol: 202 = Exit query
Text Symbol: 216 = has already been defined for this
Text Symbol: 215 = An area of responsibility
Text Symbol: 214 = Warning
Text Symbol: 213 = Do you want to continue anyway?
Text Symbol: 212 = responsibility was already defined.
Text Symbol: 211 = for which an area of
Text Symbol: 210 = This selection contains objects
Text Symbol: 209 = Simulation
Text Symbol: T03 = Object
Text Symbol: T02 = Objects
Text Symbol: T01 = Tree struct.
Text Symbol: M00 = X
Text Symbol: L02 = Name
Text Symbol: L01 = Plnt





Text Symbol: F01 = Specification
Text Symbol: 402 = Use the mySAP portal solution for CM.
Text Symbol: 401 = This transaction is obsolete!
Text Symbol: 400 = Warning
Text Symbol: 301 = Plants
Text Symbol: 300 = Mat. groups
Text Symbol: 221 = change version
Text Symbol: 220 = For this date there is already a
Text Symbol: T10 = Performance query
Text Symbol: T09 = Do you want to continue anyway?
Text Symbol: T08 = have made can take a long time!
Text Symbol: T07 = The result of the selection you
Text Symbol: T06 = Reclassification
Text Symbol: T05 = Class description
Text Symbol: T04 = Class
Text Symbol: 217 = person in charge.
Text Symbol: 100 = Selections for area of responsibility
Text Symbol: 014 = The where-used list is being formatted
Text Symbol: 013 = The log is being formatted


INCLUDES used within this REPORT RWWCATM1

INCLUDE CATMAFOR.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

POPUP_TO_DISPLAY_TEXT CALL FUNCTION 'POPUP_TO_DISPLAY_TEXT' EXPORTING TITEL = TEXT-400 TEXTLINE1 = TEXT-401 TEXTLINE2 = TEXT-402 START_COLUMN = 25 START_ROW = 6 EXCEPTIONS OTHERS = 0.

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING P_STATUS = H_PF_STATUS TABLES P_EXCLUDE = H_EXCLUDE EXCEPTIONS OTHERS = 1.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = TEXT-010.

RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING CALLBACK_PROGRAM = 'RWWCATM1' CALLBACK_USER_COMMAND = 'HANDLE_TREE_COMMANDS' CALLBACK_TEXT_DISPLAY = ' ' CALLBACK_COLOR_DISPLAY = ' ' STATUS = 'IMPLICIT' CHECK_DUPLICATE_NAME = '1' COLOR_OF_LINK = '1' COLOR_OF_NODE = '4' LOWER_CASE_SENSITIVE = ' ' MODIFICATION_LOG = ' ' NODE_LENGTH = 30 TEXT_LENGTH = 75 TEXT_LENGTH1 = 0 TEXT_LENGTH2 = 0 RETURN_MARKED_SUBTREE = 'X' SCREEN_START_COLUMN = 0 SCREEN_START_LINE = 0 SCREEN_END_COLUMN = 0 SCREEN_END_LINE = 0 SUPPRESS_NODE_OUTPUT = ' ' IMPORTING F15 = E_F15.

RS_TREE_GET_CURRENT_NODE CALL FUNCTION 'RS_TREE_GET_CURRENT_NODE' IMPORTING NODE_INFO = H_NODE_INFO EXCEPTIONS OTHERS = 1.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = TEXT-014.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING DEFAULTOPTION = 'J' DIAGNOSETEXT1 = TEXT-200 * DIAGNOSETEXT2 = ' ' * DIAGNOSETEXT3 = ' ' TEXTLINE1 = TEXT-201 * TEXTLINE2 = ' ' TITEL = TEXT-202 * START_COLUMN = 25 * START_ROW = 6 IMPORTING ANSWER = H_ANSWER EXCEPTIONS OTHERS = 1.

USER_EXISTS CALL FUNCTION 'USER_EXISTS' EXPORTING BNAME = H_USER CLIENT = SY-MANDT EXCEPTIONS USER_DONT_EXIST = 1 USER_EXISTS = 2 OTHERS = 3.

POPUP_TO_CONFIRM_WITH_MESSAGE





CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING DEFAULTOPTION = 'N' DIAGNOSETEXT1 = TEXT-210 DIAGNOSETEXT2 = TEXT-211 DIAGNOSETEXT3 = TEXT-212 TEXTLINE1 = TEXT-213 * TEXTLINE2 = ' ' TITEL = TEXT-214 * START_COLUMN = 25 * START_ROW = 6 IMPORTING ANSWER = H_ANSWER EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING DEFAULTOPTION = 'N' DIAGNOSETEXT1 = TEXT-215 DIAGNOSETEXT2 = TEXT-216 DIAGNOSETEXT3 = TEXT-217 TEXTLINE1 = TEXT-213 * TEXTLINE2 = ' ' TITEL = TEXT-214 * START_COLUMN = 25 * START_ROW = 6 IMPORTING ANSWER = H_ANSWER EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING DEFAULTOPTION = 'N' DIAGNOSETEXT1 = TEXT-T07 DIAGNOSETEXT2 = TEXT-T08 * DIAGNOSETEXT3 = ' ' TEXTLINE1 = TEXT-T09 * TEXTLINE2 = ' ' TITEL = TEXT-T10 * START_COLUMN = 25 * START_ROW = 6 IMPORTING ANSWER = H_ANSWER EXCEPTIONS OTHERS = 1.

ENQUEUE_E_WTREE CALL FUNCTION 'ENQUEUE_E_WTREE' EXPORTING MODE_WTREE = 'E' MANDT = SY-MANDT KLART = VB_KLART VERSION = BEREICH * WTREE_ID = * X_KLART = ' ' * X_VERSION = ' ' * X_WTREE_ID = ' ' * _SCOPE = '2' * _WAIT = ' ' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RWWCATM1 or its description.