RCMS_EXTRACT_CML_COLLATERAL is a standard Executable ABAP Report 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 RCMS_EXTRACT_CML_COLLATERAL 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.
Selection Text: P_LOGSYS = Logical System
Selection Text: P_RFC = RFC destination
Title: Extract collaterals from CML system as idocs
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = 100 * TEXT = ' ' .
FVD_MD_CMS_API_COLLAT_GET_LIST CALL FUNCTION 'FVD_MD_CMS_API_COLLAT_GET_LIST' destination p_rfc IMPORTING ET_COLLATERALS_KEY = lt_coll_list.
FVD_RFC_COLLATERALS_GETDETAIL CALL FUNCTION 'FVD_RFC_COLLATERALS_GETDETAIL' destination p_rfc EXPORTING COLLATERALID = wa_coll_lst-RSICHER IMPORTING POLICY = ls_POLICY LOAN = ls_LOAN STOCK = ls_STOCK USERFIELDS = ls_USERFIELDS * ERROR = ERROR TABLES EXPIRYDATA = lT_EXPIRYDATA PARTNER = lT_PARTNER ARRANGEMENT = lT_ARRANGEMENT ARRANGEMENTPARTNER = l_tab_arrpart RETURN = lt_RETURN.
CMS_MIG_CML_COLL_GET_IDOC_OUT CALL FUNCTION 'CMS_MIG_CML_COLL_GET_IDOC_OUT' EXPORTING COLLATERALID = wa_coll_lst-RSICHER * OBJ_TYPE = * SERIAL_ID = '0' TABLES ETEXPIRYDATA = lt_EXPIRYDATA ETPARTNER = lt_PARTNER ETARRANGEMENT = lt_ARRANGEMENT ETPOLICY = lt_policy ETLOAN = lt_loan ETSTOCK = lt_stock ETUSERFIELDS = lt_userfields RECEIVERS = lt_rec * COMMUNICATION_DOCUMENTS = * APPLICATION_OBJECTS = EXCEPTIONS ERROR_CREATING_IDOCS = 1 OTHERS = 2 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RCMS_EXTRACT_CML_COLLATERAL - Extract collaterals from CML system as idocs RCMS_EXTRACT_CML_COLLATERAL - Extract collaterals from CML system as idocs RCMS_DISPLAY_OVERVIEW - Collateral Overview RCMS_DISPLAY_OVERVIEW - Collateral Overview RCMS_CREATE_CHGPTR_FOR_CONST - Create change pointers for entities in constellation RCMS_CREATE_CHGPTR_FOR_CONST - Create change pointers for entities in constellation