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

RL2STK00 SAP ABAP Report - Evaluation of Groups for 2-Step Picking and Update Status







RL2STK00 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 RL2STK00 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

LX39 - Evaluation Reference No. for 2-S.Pck


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 RL2STK00. "Basic submit
SUBMIT RL2STK00 AND RETURN. "Return to original report after report execution complete
SUBMIT RL2STK00 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Evaluation of Groups for 2-Step Picking
Selection Text: ANZEIGE = Display Result of Evaluation
Selection Text: DATUM = Creation date
Selection Text: LGNUM = Warehouse Number
Selection Text: PROTO = Display Log
Selection Text: RBTYP = Reference Document Category
Selection Text: REFNR = Group
Title: Evaluation of Groups for 2-Step Picking and Update Status
Text Symbol: 001 = Totals Information
Text Symbol: 002 = Number of Evaluated Groups
Text Symbol: 003 = Number of Groups Already Evaluated
Text Symbol: 004 = Number of Incorrect Groups
Text Symbol: 010 = Detailed Information About Groups with Errors
Text Symbol: 013 = Text
Text Symbol: 014 = Message Text


INCLUDES used within this REPORT RL2STK00

INCLUDE MLLVSFLD.
INCLUDE MLLVSKON.


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:

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL' EXCEPTIONS OTHERS = 1.

L_2_STEP_PICKING_DISP_VIEW_REF CALL FUNCTION 'L_2_STEP_PICKING_DISP_VIEW_REF' EXPORTING I_LGNUM = LGNUM I_REFNR = IT311_SEL-REFNR * I_VARIANT = EXCEPTIONS REFNR_NO_FOUND = 1 REFNR_DOCUMENTS_NO_FOUND = 2 NO_RELEVANT_FOR_2STEP_PICKING = 3 OTHERS = 4.

L_2_STEP_PICKING_DISP_VIEW_ALL CALL FUNCTION 'L_2_STEP_PICKING_DISP_VIEW_ALL' EXPORTING I_LGNUM = LGNUM * I_VARIANT = TABLES T_T311 = IT311_SEL EXCEPTIONS REFNR_NO_FOUND = 1 REFNR_DOCUMENTS_NO_FOUND = 2 NO_RELEVANT_FOR_2STEP_PICKING = 3 OTHERS = 4.

L_MESSAGE_AUFBEREITEN CALL FUNCTION 'L_MESSAGE_AUFBEREITEN' EXPORTING I_MESS = LMESS IMPORTING O_TEXT = MESSAGE_TEXT.

L_2_STEP_QUANTITY_REMOVAL CALL FUNCTION 'L_2_STEP_QUANTITY_REMOVAL' EXPORTING I_LGNUM = P_T311-LGNUM I_REFNR = P_T311-REFNR TABLES * t_tritem = itbpos * t_delitem = idelpos T_TOTAL = IKUMUL EXCEPTIONS REFNR_NO_FOUND = 1 REFNR_DOCUMENTS_NO_FOUND = 2 NO_RELEVANT_FOR_2STEP_PICKING = 3 ITEM_FOR_REMOVAL_NOT_FOUND = 4 OTHERS = 99.

ENQUEUE_ELT311E CALL FUNCTION 'ENQUEUE_ELT311E' EXPORTING LGNUM = P_LGNUM REFNR = P_REFNR EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = lv_repid I_CALLBACK_PF_STATUS_SET = 'SET_PF_STATUS_PROT' I_CALLBACK_TOP_OF_PAGE = 'TOP_OF_PAGE_PROT' I_GRID_TITLE = lv_title IT_FIELDCAT = lt_fieldcat[] TABLES T_OUTTAB = GT_ERROR EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.



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