CACSCONDMOD01 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 CACSCONDMOD01 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_CHECK_NEW_CONTRACT * CALL FUNCTION 'CACS_COND_CHECK_NEW_CONTRACT' * IMPORTING * E_NEW_CONTRACT = LV_FLG_NEW_CONTRACT.
CACS_COND_CHECK_NEW_CONTRACT * CALL FUNCTION 'CACS_COND_CHECK_NEW_CONTRACT' * IMPORTING * e_flg_new_entries = gv_flg_new_entries_in_tc.
CACS_COND_SET_FLAG_NEW_ENTRIES * CALL FUNCTION 'CACS_COND_SET_FLAG_NEW_ENTRIES' * EXPORTING * i_flg_new_entries = ' '.
CACS_COND_GET_TREE_FROM_MEMORY CALL FUNCTION 'CACS_COND_GET_TREE_FROM_MEMORY' TABLES T_TREE = GT_TREE.
CACS_COND_LOAD_DATA_BASE_TC * call function 'CACS_COND_LOAD_DATA_BASE_TC' * tables * t_tc_line = gt_line * t_tree = gt_tree * t_column = lt_column * changing * p_cnt_keyfields = lv_cnt_keyfield.
CACS_COND_GET_ACTIVITY CALL FUNCTION 'CACS_COND_GET_ACTIVITY' IMPORTING E_ACTIVITY = GV_ACTIVITY.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CACSCONDMOD01 - documentation and ABAP source code CACSCONDMIGVERS05 - Migration of Performance-Related Remuneration CACSCONDMIGVERS05 - Migration of Performance-Related Remuneration CACSCONDF03 - FDU: Zentraler Geschäftspartner CACSCONDF02 - FDU: Zentraler Geschäftspartner CACSCONDF01 - FDU: Zentraler Geschäftspartner