RLMOBCTO 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 RLMOBCTO 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 RLMOBCTO
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CONFIRM_TO CALL FUNCTION 'CONFIRM_TO' EXPORTING I_LGNUM = WHS_ID I_1CONF = IND_CONF " 1ST STEP I_HU_CONF_FLG = HU_CONF_FLG "for pick&pack I_HU_FOR_TO = CONV_HU_ID I_PACK_MAT_FOR_TO = CONV_mat_ID I_SCREEN_TYPE = SCREEN_TYPE TABLES T_TO_ITEMS = TO_ITEMS_TABLE T_TO_HEADER = TO_HEADER_TABLE BULK_CONF = BULK_CONF EXCEPTIONS TO_CONFIRMED = 01 TO_DOESNT_EXIST = 02 ITEM_CONFIRMED = 03 ITEM_SUBSYSTEM = 04 ITEM_DOESNT_EXIST = 05 ITEM_WITHOUT_ZERO_STOCK_CHECK = 06 ITEM_WITH_ZERO_STOCK_CHECK = 07 ITEM_SU_BULK_STORAGE = 08 ITEM_NO_SU_BULK_STORAGE = 09 FOREIGN_LOCK = 10 WRONG_IND_OR_QUANTITIES = 11 WRONG_QUANTITY = 12 DOUBLE_LINES = 13 KZDIF_WRONG = 14 NO_DIFFERENCE = 15 NO_NEGATIVE_QUANTITIES = 16 WRONG_ZERO_STOCK_CHECK = 17 SU_NOT_FOUND = 18 NO_STOCK_ON_SU = 19 SU_WRONG = 20 TOO_MANY_SU = 21 NOTHING_TO_DO = 22 NO_UNIT_OF_MEASURE = 23 XFELD_WRONG = 24 UPDATE_WITHOUT_COMMIT = 25 NO_AUTHORITY = 26 LQNUM_MISSING = 27 CHARG_MISSING = 28 NO_SOBKZ = 29 NO_CHARG = 30 INTERNAL_ERROR = 31 EMPTY_HEADER = 32 EMPTY_ITEMS = 33 NO_2STEP = 34 WRONG_HU_CONFIGURATION = 35.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
L_SAPLL03A_INIT_INT CALL FUNCTION 'L_SAPLL03A_INIT_INT'. "n_892718
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.