SAP Reports / Programs | Logistics Execution | Mobile data entry(LE-MOB) SAP LE

RLMOBLSU SAP ABAP INCLUDE - Include RLMOBLSU







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


Text pool values


Title: Include RLMOBLSU


INCLUDES used within this REPORT RLMOBLSU

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:

LOCK_SU CALL FUNCTION 'LOCK_SU' EXPORTING I_LGNUM = WHS_ID I_LENUM = SU_ID I_UPROF = USER_PRF I_DOCNUM = DOCNUM IMPORTING O_ANOTHER_USER = ANOTHER_USER O_WARNING = ISSUE_WARNING TABLES T_HEADERS = TO_HEADER_TABLE T_ITEMS = TO_ITEMS_TABLE EXCEPTIONS NO_SU = 01 TO_LINES_NE_LEIN_LINES = 02 INTERNAL_ERROR = 03 SU_IS_LOCKED = 04 BIN_IS_LOCKED = 05 WRONG_WHS_ID = 06 NO_AUTHORITY = 07 TO_IS_LOCKED = 08 TO_IS_CONFIRMED = 09 TR_IS_LOCKED = 10 PSCH_IS_LOCKED = 11 DLVR_IS_LOCKED = 12 MORE_THAN1_TOS = 13 NOTHING_TO_CONFIRM = 14 ERROR_MESSAGE = 99.

RF_SW_LEIN_READ CALL FUNCTION 'RF_SW_LEIN_READ' EXPORTING I_LENUM = su_id IMPORTING EL_LEIN = lt_lein.

DEQUEUE_ELLQUAX CALL FUNCTION 'DEQUEUE_ELLQUAX' EXPORTING LGNUM = whs_id LENUM = su_id LGTYP = lt_lein-lgtyp LGPLA = lt_lein-lgpla.

RF_SW_T331_READ CALL FUNCTION 'RF_SW_T331_READ' EXPORTING I_LGNUM = SELECTED_ITEMS_TABLE-LGNUM I_LGTYP = SELECTED_ITEMS_TABLE-VLTYP I_STEIN = 'B' I_LENVW = CON_X EXCEPTIONS NO_ENTRY_FOUND = 01.



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