ICMS_BCM_CGP_ACG_DISPLAY_INF07 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 ICMS_BCM_CGP_ACG_DISPLAY_INF07 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 ICMS_BCM_CGP_ACG_DISPLAY_INF07
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CMS_API_BPF_GET_BY_CATEGORYID CALL FUNCTION 'CMS_API_BPF_GET_BY_CATEGORYID' EXPORTING i_categoryid = con_bpf_borrower IMPORTING e_tab_bpf = l_tab_bpf e_tab_rc = l_tab_rc.
CMS_API_IR_GET_LIST CALL FUNCTION 'CMS_API_IR_GET_LIST' EXPORTING * I_MAX_ROWS = * I_TAB_CRDSYS = * I_TAB_PRD_CLASS = i_tab_bp = l_tab_bp * I_TAB_PRODUCT = * I_TAB_ORG_UNIT = * I_TAB_CURRENCY = * I_ACCESSMODE = IMPORTING e_tab_sky = l_tab_sky e_tab_rc = l_tab_rc.
CMS_API_ACG_GET_BY_CRITERIA CALL FUNCTION 'CMS_API_ACG_GET_BY_CRITERIA' EXPORTING i_str_acg_criteria = l_str_acg_criteria IMPORTING e_tab_acg_guid = l_tab_acg_guid * E_TAB_RC = l_tab_rc .
CMS_API_ACG_GET CALL FUNCTION 'CMS_API_ACG_GET' EXPORTING i_acg_guid = l_wrk_acg_guid-acg_guid i_flg_lock = ' ' IMPORTING e_str_acg = l_str_acg * E_STR_ACG_PROPOSAL = * E_TAB_ACG_CRITERIA = * E_TAB_RC = .
CMS_API_CURR_CONV CALL FUNCTION 'CMS_API_CURR_CONV' EXPORTING i_original_curr = l_str_acg-currency i_original_amt = l_str_acg-amount i_result_curr = p_curr * I_RATE_TYPE = 'M' * I_CONV_DATE = SY-DATUM IMPORTING e_conv_amt = l_str_acg-amount * E_RATE = e_tab_rc = l_tab_rc.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ICMS_BCM_CGP_ACG_DISPLAY_INF07 - Include ICMS_BCM_CGP_ACG_DISPLAY_INF07 ICMS_BCM_CGP_ACG_DISPLAY_INF06 - Include ICMS_BCM_CGP_ACG_DISPLAY_INF06 ICMS_BCM_CGP_ACG_DISPLAY_INF05 - Include ICMS_BCM_CGP_ACG_DISPLAY_INF05 ICMS_BCM_CGP_ACG_DISPLAY_INF04 - Include ICMS_BCM_CGP_ACG_DISPLAY_INF04 ICMS_BCM_CGP_ACG_DISPLAY_INF03 - Include ICMS_BCM_CGP_ACG_DISPLAY_INF03 ICMS_BCM_CGP_ACG_DISPLAY_INF02 - Include RCMS_BCM_CGP_ACG_DISPLAY_ONF01