ICMS_COLL_SHEET_PRINTF01 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_COLL_SHEET_PRINTF01 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: Form Routines : Collateral Sheet
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CMS_API_MSG_COL_SET CALL FUNCTION 'CMS_API_MSG_COL_SET' EXPORTING i_tab_msg = c_tab_rc.
CMS_API_MSG_COL_SHOW CALL FUNCTION 'CMS_API_MSG_COL_SHOW' EXPORTING I_TAB_MSG = u_tab_rc * I_FLG_SHOW_MODE = * IMPORTING * E_MAX_MSG_SEVERITY = .
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = text-007 * DIAGNOSE_OBJECT = ' ' TEXT_QUESTION = text-008 TEXT_BUTTON_1 = text-009 * ICON_BUTTON_1 = ' ' TEXT_BUTTON_2 = text-010 * ICON_BUTTON_2 = ' ' DEFAULT_BUTTON = '1' DISPLAY_CANCEL_BUTTON = ' ' * USERDEFINED_F1_HELP = ' ' START_COLUMN = 25 START_ROW = 6 * POPUP_TYPE = IMPORTING ANSWER = l_answer * TABLES * PARAMETER = EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2 .
CMS_ANL_CAG_RBL_GET CALL FUNCTION 'CMS_ANL_CAG_RBL_GET' EXPORTING * I_TAB_CAG_GUID = I_TAB_RBL_SKY = u_tab_rbl_sky IMPORTING E_TAB_CAG_RBL = l_tab_cag_rbl E_TAB_RC = c_tab_rc .
CMS_API_IR_GET_LIST CALL FUNCTION 'CMS_API_IR_GET_LIST' EXPORTING I_TAB_BP = l_tab_bp2 IMPORTING E_TAB_SKY = l_tab_rbl_sky e_tab_rc = c_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_COLL_SHEET_PRINTF01 - Form Routines : Collateral Sheet ICMS_CAG_VLDT_01_TOP - *******TOP INCLUDE********* ICMS_CAG_VLDT_01F31 - Include ICMS_CAG_VLDT_01F31 ICMS_CAG_VLDT_01F30 - Include ICMS_CAG_VLDT_01F30 ICMS_CAG_VLDT_01F29 - Form on_load_of_program ICMS_CAG_VLDT_01F28 - Form on_selection_screen