SAP Reports / Programs | Financial Services | Collateral Management System(FS-CMS) SAP FS

RCMS_EXTRACT_CML_COLLATERAL SAP ABAP Report - Extract collaterals from CML system as idocs







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


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 RCMS_EXTRACT_CML_COLLATERAL. "Basic submit
SUBMIT RCMS_EXTRACT_CML_COLLATERAL AND RETURN. "Return to original report after report execution complete
SUBMIT RCMS_EXTRACT_CML_COLLATERAL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_LOGSYS = Logical System
Selection Text: P_RFC = RFC destination
Title: Extract collaterals from CML system as idocs


INCLUDES used within this REPORT RCMS_EXTRACT_CML_COLLATERAL

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:

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 .



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