RLMOBLDL 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 RLMOBLDL 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 RLMOBLDL
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GET_VERIFY_DELV CALL FUNCTION 'GET_VERIFY_DELV' EXPORTING I_WHS_ID = WHS_ID I_DELV_ID = DELV_ID I_UPROF = USER_PRF IMPORTING O_WARNING = ISSUE_WARNING TABLES T_TO_HEADER_RECORD = TO_HEADER_TABLE EXCEPTIONS NO_RECORD_FOUND = 1 NOTHING_TO_CONFIRM = 2 TO_DOESNOT_MATCH = 3 DELV_DOESNOT_EXIST = 4 WRONG_DELV_TYPE = 5.
ENQUEUE_EVVBLKE CALL FUNCTION 'ENQUEUE_EVVBLKE' EXPORTING VBELN = DELIVERY_NUMBER EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.
SHP_SD_ORDER_ENQUEUE CALL FUNCTION 'SHP_SD_ORDER_ENQUEUE' CHANGING ct_key_try = lt_key_to_lock ct_key_failed = lt_key_unlockable EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.