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

RLL10010 SAP ABAP Report - Display Warehouse Documents







RLL10010 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to display data from the database table LSEG...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 RLL10010 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

LX44 - Inward and outward movements


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 RLL10010. "Basic submit
SUBMIT RLL10010 AND RETURN. "Return to original report after report execution complete
SUBMIT RLL10010 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: BDATU = Creation Date
Selection Text: MATNR = Material Number
Selection Text: P_VARI = Layout
Title: Display Warehouse Documents
Text Symbol: 100 = Program Parameters


INCLUDES used within this REPORT RLL10010

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:

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = SAV_SY_REPID I_STRUCTURE_NAME = 'LSEG' IS_LAYOUT = LAYOUT IT_EXCLUDING = GT_EXTAB[] I_DEFAULT = 'X' I_SAVE = 'A' IS_VARIANT = VARIANT * >>>>>>>>>> begin of insertion HP_318150 >>>>>>>>>> i_buffer_active = 'X' * <<<<<<<<<< end of insertion HP_318150 <<<<<<<<<< TABLES T_OUTTAB = I_LSEG EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING IS_VARIANT = I_VARIANT I_SAVE = 'A' IMPORTING ES_VARIANT = E_VARIANT EXCEPTIONS NOT_FOUND = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING I_SAVE = 'A' CHANGING CS_VARIANT = C_VARIANT EXCEPTIONS WRONG_INPUT = 1 NOT_FOUND = 2 PROGRAM_ERROR = 3 OTHERS = 4.



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