RCMS_START_LIQ is a standard Executable ABAP Report 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 RCMS_START_LIQ into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CMS_LIQ_01 - Create Liquidation
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: Start BDT for Application Object: CMSL
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CMS_UI_LIQ_LIST_BY_OBJ_LKY *call function 'CMS_UI_LIQ_LIST_BY_OBJ_LKY' * exporting * i_str_obj_lky = l_str_obj_lky.
BUS_CONTROL_MAIN * call function 'BUS_CONTROL_MAIN' * exporting * i_objap = 'CMSL' * i_aktyp = l_aktyp * i_action = l_action * i_xinit = ' ' ** I_XSAVE = 'X' ** I_XUPDTASK = 'X' ** I_APPLI_CALL = 'ACG' * i_varnr = 'LIQ0' ** I_OTITL = ** I_VARTP_START = 'ACG0' ** I_SICHT_START = 'ACG100' ** I_XARCHIVE = ' ' ** I_XMAIN = ' ' ** I_XHELP = ' ' ** IMPORTING ** E_STATE = ** E_STATE_FCODE = ** E_HANDLE = ** E_CHASHLP = * tables ** T_RLTYP = ** T_RLTGR = ** T_SICHT = * t_appli = l_tab_appli * t_fldvl = l_tab_fldval ** T_SCRSEL = ** T_MSG = ** EXCEPTIONS ** EXCEPTION_OCCURED = 1 ** OTHERS = 2 * .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RCMS_START_LIQ - Start BDT for Application Object: CMSL RCMS_START_LIQ - Start BDT for Application Object: CMSL RCMS_START_INS_SRV_TOP - Include RCMS_START_INS_TOP RCMS_START_INS_SRV_SET_TITLO01 - Include RCMS_START_INS_SET_TITLEO01 RCMS_START_INS_SRV_SET_STATO01 - Include RCMS_START_INS_SET_STATUSO01 RCMS_START_INS_SRV_PRCSOK_CI01 - Include RCMS_START_INS_PROCESS_OK_CI01