SAP Reports / Programs | Incentive and Commission Management (ICM)(ICM) SAP ICM

CACS_COND_MIGRATION4 SAP ABAP INCLUDE - CACSCONDMIGRATION4







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT CACS_COND_MIGRATION4. "Basic submit
SUBMIT CACS_COND_MIGRATION4 AND RETURN. "Return to original report after report execution complete
SUBMIT CACS_COND_MIGRATION4 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT CACS_COND_MIGRATION4

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



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 CACS_COND_MIGRATION4 or its description.