RLMOBCSU 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 RLMOBCSU 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 RLMOBCSU
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CONFIRM_SU CALL FUNCTION 'CONFIRM_SU' EXPORTING I_LGNUM = WHS_ID I_SU_ID = SU_TABLE-LENUM I_SCREEN_TYPE = SCREEN_TYPE TABLES T_CONF_ITEMS = TMP_ITEMS T_CONF_HEADER = TMP_HEADER EXCEPTIONS SU_NOT_CONF = 01 TO_ITEM_PROBLEM = 02 TRANSACTION_ERROR = 03 AUTHORIZATION_ERROR = 04 SYSTEM_ERROR = 05 WRONG_CONF_PARAMS = 06 NO_2STEP = 07 NOTHING_TO_CONFIRM = 08 SU_OF_MORE_THAN_1_TO = 09.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
V51P_GET_HEADER_DATA CALL FUNCTION 'V51P_GET_HEADER_DATA' IMPORTING es_header51 = ls_header51.
V51P_FILL_GT CALL FUNCTION 'V51P_FILL_GT' EXPORTING IS_HEADER51 = ls_header51.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'. "n_866101
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.