CACS_COND_MIGRATION4 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 CACS_COND_MIGRATION4 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CACS_COND_KEYFIELDS_GET call function 'CACS_COND_KEYFIELDS_GET' EXPORTING i_tabname = t_cond_tab-kotab.
CACS_COND_SELECT_FROM_DB CALL FUNCTION 'CACS_COND_SELECT_FROM_DB' EXPORTING I_TABNAME = t_cond_tab-kotab LV_IND_CONTRACT = gv_ind_contr lV_STD_CONTRACT = GV_STD_CONTRACT lV_TECH_BEGIN = GV_TECH_BEGIN lV_TECH_END = GV_TECH_END lV_BUSI_BEGIN = GV_BUSI_BEGIN lV_BUSI_END = GV_BUSI_BEGIN lV_COND_APPLICATION = GV_COND_APPLICATION lV_CACS_APPLICATION = GV_CACS_APPLICATION lV_REMUN_AGREEMENT = GV_REMUN_AGREEMENT i_flg_migration = 'X' IMPORTING RELAT_KNUMH = lt_cacs_knumh TABLES T_MASTER = lt_cond_list_xl.
F4_STCAGR_ID_COND CALL FUNCTION 'F4_STCAGR_ID_COND' EXPORTING I_CTRTST_ID = lt_CACS_CTRTBU_CTRTST_ID I_APPL = lt_CACS_CTRTBU_APPL I_BUSI_TIME = lt_CACS_CTRTBU_BUSI_BEGIN I_TECH_TIME = lt_CACS_CTRTBU_TECH_BEGIN I_AGR_TYPE = '01' I_FLAG_REQUEST = ' ' TABLES T_AGREEMENTS = lt_CACS_STCAGR.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.