RLMOBPRF 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 RLMOBPRF 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 RLMOBPRF
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
PERFORMANCE_START CALL FUNCTION 'PERFORMANCE_START' EXPORTING I_PERSONAL_NO = PERSONAL_NUMBER TABLES T_HEADERS = TO_HEADER_TABLE.
PERFORMANCE_END CALL FUNCTION 'PERFORMANCE_END' TABLES T_HEADERS = TO_HEADER_TABLE EXCEPTIONS TIME_CONV_ERROR = 01.
L_USER_DATA_GET * CALL FUNCTION 'L_USER_DATA_GET' * EXPORTING * I_UNAME = SY-UNAME * TABLES * t_XUSER = XUSER * EXCEPTIONS * NO_ENTRY_FOUND = 0.
L_RFMON_USER_UPDATE CALL FUNCTION 'L_RFMON_USER_UPDATE' EXPORTING IV_WKQU = XUSER_OLD EXCEPTIONS UPDATE_FAILED = 01.
L_RFMON_USER_UPDATE CALL FUNCTION 'L_RFMON_USER_UPDATE' EXPORTING IV_WKQU = XUSER_NEW EXCEPTIONS UPDATE_FAILED = 1.
RF_SW_LRF_WKQU_READ CALL FUNCTION 'RF_SW_LRF_WKQU_READ' EXPORTING I_LGNUM = WHS_ID * I_BNAME = * I_QUEUE = * I_STATU = I_DOCNUM = DOCNUM I_MODE = 6 TABLES EV_LRF_WKQU = TB_LRF_WKQU * CHANGING * O_LRF_WKQU = EXCEPTIONS NO_ENTRY_FOUND = 1 NO_PARAMETERS_FOUND = 2 FUNCTION_NOT_EXIST = 3 * OTHERS = 4 .
L_RFMON_USER_UPDATE CALL FUNCTION 'L_RFMON_USER_UPDATE' EXPORTING IV_WKQU = TB_LRF_WKQU EXCEPTIONS UPDATE_FAILED = 01.
RF_SW_T300_SINGLE_READ CALL FUNCTION 'RF_SW_T300_SINGLE_READ' EXPORTING KZRFB = SPACE T300_LGNUM = P_WHS_ID EXCEPTIONS NOT_FOUND = 01.
RF_SW_T346_READ CALL FUNCTION 'RF_SW_T346_READ' EXPORTING IV_LGNUM = P_WHS_ID IV_QUEUE = P_QUEUE IMPORTING SV_T346 = T346 EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
ZERO_CHECK
L_READ_QUANTS_PER_BIN CALL FUNCTION 'L_READ_QUANTS_PER_BIN' EXPORTING I_LGNUM = TO_ITEMS_TABLE-LGNUM I_LGTYP = TO_ITEMS_TABLE-VLTYP I_LGPLA = TO_ITEMS_TABLE-VLPLA TABLES ET_LQUA = LT_LQUA.
LAGP_SINGLE_READ CALL FUNCTION 'LAGP_SINGLE_READ' EXPORTING LAGP_LGNUM = LS_LQUA-LGNUM LAGP_LGTYP = LS_LQUA-LGTYP LAGP_LGPLA = LS_LQUA-LGPLA IMPORTING WLAGP = LS_LAGP EXCEPTIONS NOT_FOUND = 1.
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 RLMOBPRF or its description.