SAP Reports / Programs | Logistics Execution | Warehouse Management(LE-WM) SAP LE

RLLL0000 SAP ABAP Report - Warehouse activity monitor: Overview of all critical objects







RLLL0000 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is the actual warehouse activity monitor report...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

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


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 RLLL0000. "Basic submit
SUBMIT RLLL0000 AND RETURN. "Return to original report after report execution complete
SUBMIT RLLL0000 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: S07LGTYP = Storage type
Selection Text: S06LGTYP = Storage type
Selection Text: S05LGTYP = Storage type
Selection Text: S03BWLVS = Movement type
Selection Text: S02BWLVS = Movement type
Selection Text: S01VLTYP = Source storage type
Selection Text: S01NLTYP = Destination storage type
Selection Text: S01BWLVS = Movement type
Selection Text: OBJ07ANZ = Display
Selection Text: OBJ06ANZ = Display
Selection Text: OBJ05ANZ = Display
Selection Text: OBJ04ANZ = Display
Selection Text: OBJ03ANZ = Display
Selection Text: OBJ02ANZ = Display
Selection Text: OBJ01ANZ = Display
Title: Warehouse activity monitor: Overview of all critical objects
Text Symbol: S07 = Critical stocks in production
Text Symbol: S06 = Stock in interim storage types
Text Symbol: S05 = Negative stocks
Text Symbol: S04 = Open deliveries
Text Symbol: S03 = Open posting change documents
Text Symbol: S02 = Open transfer requirements
Text Symbol: S01 = Unconfirmed transfer orders
Text Symbol: 009 = Warehouse monitor sub-objects
Text Symbol: 008 = Warehouse complex
Text Symbol: 007 = Whse monitor object
Text Symbol: 006 = Determine data again
Text Symbol: 005 = Continue anyway?
Text Symbol: 004 = Determining data again will take up time
Text Symbol: 002 = Whse number
Text Symbol: 001 = Critical processes


INCLUDES used within this REPORT RLLL0000

No INCLUDES are used within this REPORT code!


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:

RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' * EXPORTING * INSERT_ID = '000000' * RELATIONSHIP = ' ' TABLES NODETAB = P_IT_NODE EXCEPTIONS TREE_FAILURE = 1 ID_NOT_FOUND = 2 WRONG_RELATIONSHIP = 3 ERROR_MESSAGE = 4 OTHERS = 5.

RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING CALLBACK_PROGRAM = REPID CALLBACK_USER_COMMAND = 'HANDLE_USER_COMMAND' CALLBACK_TEXT_DISPLAY = 'HANDLE_TEXT_DISPLAY' * CALLBACK_MOREINFO_DISPLAY = CALLBACK_COLOR_DISPLAY = 'LEGENDE' * CALLBACK_TOP_OF_PAGE = * CALLBACK_GUI_STATUS = STATUS = 'IMPLICIT' * CHECK_DUPLICATE_NAME = '1' * color_of_node = '4' * color_of_mark = '3' * color_of_link = '1' * COLOR_OF_MATCH = '5' * LOWER_CASE_SENSITIVE = ' ' * MODIFICATION_LOG = ' ' * NODE_LENGTH = 30 * TEXT_LENGTH = 75 * TEXT_LENGTH1 = 0 * TEXT_LENGTH2 = 0 * RETURN_MARKED_SUBTREE = ' ' * SCREEN_START_COLUMN = 0 * SCREEN_START_LINE = 0 * SCREEN_END_COLUMN = 0 * SCREEN_END_LINE = 0 * SUPPRESS_NODE_OUTPUT = ' ' * LAYOUT_MODE = ' ' * USE_CONTROL = STREE_USE_LIST IMPORTING F15 = FUNKTIONSTASTE_F15 EXCEPTIONS OTHERS = 0.

RS_TREE_ADD_NODE CALL FUNCTION 'RS_TREE_ADD_NODE' EXPORTING NEW_NAME = P_NEW_NAME INSERT_ID = P_NODE_ID RELATIONSHIP = P_RELTYPE * LINK = ' ' NEW_TYPE = P_NEW_TYPE DISPLAY_ATTRIBUTES = TREEATTR IMPORTING NEW_ID = P_NEW_ID NODE_INFO = P_NEW_NODE EXCEPTIONS ID_NOT_FOUND = 1 ERROR_MESSAGE = 2 OTHERS = 3.

RS_TREE_SET_NODE CALL FUNCTION 'RS_TREE_SET_NODE' EXPORTING NODE_INFO = P_NODE EXCEPTIONS ID_NOT_FOUND = 1 ERROR_MESSAGE = 2 OTHERS = 3.

RS_TREE_GET_NODE CALL FUNCTION 'RS_TREE_GET_NODE' EXPORTING NODE_ID = P_NODE_ID IMPORTING NODE_INFO = P_NODE EXCEPTIONS ID_NOT_FOUND = 1 ERROR_MESSAGE = 2 OTHERS = 3.

RS_TREE_GET_CURRENT_NODE CALL FUNCTION 'RS_TREE_GET_CURRENT_NODE' IMPORTING NODE_INFO = P_CURRENT_NODE EXCEPTIONS ERROR_MESSAGE = 1 OTHERS = 2.

RS_TREE_DELETE_NODE CALL FUNCTION 'RS_TREE_DELETE_NODE' EXPORTING NODE_ID = P_NODE_ID WITHOUT_ROOT = 'X' EXCEPTIONS ID_NOT_FOUND = 1 ERROR_MESSAGE = 2 OTHERS = 3.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING * DEFAULTOPTION = 'Y' TEXTLINE1 = TEXT-004 TEXTLINE2 = TEXT-005 TITEL = TEXT-006 * START_COLUMN = 25 * START_ROW = 6 * CANCEL_DISPLAY = 'X' IMPORTING ANSWER = ANSWER EXCEPTIONS OTHERS = 0.

HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING DOKCLASS = CON_DOKCLASS_DE * DOKLANGU = SY-LANGU DOKNAME = DOKNAME * DOKTITLE = ' ' * CALLED_BY_PROGRAM = ' ' * CALLED_BY_DYNP = ' ' * CALLED_FOR_TAB = ' ' * CALLED_FOR_FIELD = ' ' * CALLED_FOR_TAB_FLD_BTCH_INPUT = ' ' * MSG_VAR_1 = ' ' * MSG_VAR_2 = ' ' * MSG_VAR_3 = ' ' * MSG_VAR_4 = ' ' * CALLED_BY_CUAPROG = ' ' * CALLED_BY_CUASTAT = TABLES LINKS = LINKS EXCEPTIONS OBJECT_NOT_FOUND = 1 SAPSCRIPT_ERROR = 2 OTHERS = 3.

ENQUEUE_ELLLREP CALL FUNCTION 'ENQUEUE_ELLLREP' EXPORTING MODE_LLREP = 'E' MANDT = SY-MANDT LGNUM = P_LGNUM LOBID = P_LOBID * X_LGNUM = ' ' * X_LOBID = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL' * EXPORTING * _SYNCHRON = ' ' EXCEPTIONS OTHERS = 0.



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 RLLL0000 or its description.