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
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.
Title: Include RLMOBLSU
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.