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

CMS_TEST_GETCOLLDETAILS_BY_RBL SAP ABAP INCLUDE - Example program: how to call the MAPIs to get all collateral details







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


Text pool values


Title: Example program: how to call the MAPIs to get all collateral details


INCLUDES used within this REPORT CMS_TEST_GETCOLLDETAILS_BY_RBL

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:

CMS_API_IF_CML_CMLKY_TO_CMSKY CALL FUNCTION 'CMS_API_IF_CML_CMLKY_TO_CMSKY' EXPORTING i_bukrs = comp_code i_ranl = contract_no i_product_category = product_category IMPORTING E_STR_RBL_SKY = l_str_rbl_lky.

CMS_MAP_CAG_GET_BY_RBL CALL FUNCTION 'CMS_MAP_CAG_GET_BY_RBL' EXPORTING i_str_rbl_lky = l_str_rbl_lky IMPORTING e_tab_cag_identfiers = l_tab_cag_identifiers * E_TAB_RC = .

CMS_MAP_CAG_GET_MLT CALL FUNCTION 'CMS_MAP_CAG_GET_MLT' EXPORTING i_tab_cag_guid = l_tab_cag_identifiers i_str_reqd_data = i_str_reqd_data IMPORTING e_tab_cag_basic_data = e_tab_cag_basic_data * E_TAB_CAG_ADMIN_DATA = * E_TAB_GUAR = * E_TAB_TRANSFER = * E_TAB_LCHG = * E_TAB_ASGMT_PLDG = * E_TAB_CAG_POR_DATA = * E_TAB_CAG_RULES_DATA = * E_TAB_CAG_RBL_DATA = e_tab_cag_chg_data = l_tab_cag_chg_data * E_TAB_CAG_BP_DATA = * E_TAB_CAG_DOC_DATA = * E_TAB_CAG_POR_BP_DATA = * E_TAB_CAG_REL_FROM = * E_TAB_CAG_REL_TO = * E_TAB_USR_STAT_DATA = * E_TAB_SYS_STAT_DATA = * E_TAB_CAG_SA = * E_TAB_CAG_BP_TRM = * E_TAB_CAG_EXP = * E_TAB_NOTES = * E_TAB_ASMT_VALUE = * E_TAB_PRIOR_CHARGES = * E_TAB_LENDING_VAL_GRT = * E_TAB_LENDING_LMT_GRT = * E_TAB_CAG_CALC_DET = * E_TAB_LTOV_RATIO_PR = * E_TAB_DIST_COLL_VALUE = * E_TAB_DIST_COLL_VAL_TO_REL = * E_TAB_DIST_COLL_VAL_FROM_REL = * E_TAB_FREE_COLLATERAL = * E_TAB_RETURN = .

CMS_MAP_AST_GET_MLT CALL FUNCTION 'CMS_MAP_AST_GET_MLT' EXPORTING i_tab_ast_guid = l_tab_ast_guid * I_STR_AST_REQD_DATA = * IMPORTING e_tab_ast_details = e_tab_ast_details * E_TAB_SAS_DETAILS = * E_TAB_AST_BP = * E_TAB_SAS_BP = * E_TAB_AST_SYS_STAT = * E_TAB_AST_USR_STAT = * E_TAB_RETURN = .

CMS_MAP_RE_GET_MLT CALL FUNCTION 'CMS_MAP_RE_GET_MLT' EXPORTING i_tab_re_guid = l_tab_realestate_guid * I_STR_RE_REQD_DATA = IMPORTING E_TAB_OBJ_HDR = e_tab_realestate * E_TAB_OBJ_ADDR = * E_TAB_MAIN_OBJ = * E_TAB_MAIN_ACS = * E_TAB_MAIN_BP = * E_TAB_MAIN_DOC = * E_TAB_MAIN_VAL = * E_TAB_MAIN_LR = * E_TAB_MAIN_CST = * E_TAB_OBJ_PRT = * E_TAB_PRT_ACS = * E_TAB_PRT_BP = * E_TAB_PRT_DOC = * E_TAB_PRT_VAL = * E_TAB_PRT_LR = * E_TAB_PRT_CST = * E_TAB_RE_INS_DATA = * E_TAB_RE_INS_BP_DATA = * E_TAB_RE_INS_DOC_DATA = * E_TAB_MAIN_LR_SECB = * E_TAB_MAIN_LR_SEC2 = * E_TAB_PRT_LR_SECB = * E_TAB_PRT_LR_SEC2 = * E_TAB_RE_SYS_STAT = * E_TAB_RE_USR_STAT = * E_TAB_NOTES = * E_TAB_RETURN = .

CMS_MAP_SEC_GET_MLT CALL FUNCTION 'CMS_MAP_SEC_GET_MLT' EXPORTING i_tab_sec_acc_guid = l_tab_securities_guid * I_STR_SEC_REQD_DATA = IMPORTING E_TAB_SEC_ACC = e_tab_security_acc * E_TAB_SEC_ACC_POS = * E_TAB_SEC_ACC_BP = * E_TAB_SEC_ACC_DOC = * E_TAB_SEC_SYS_STAT = * E_TAB_SEC_USR_STAT = * E_TAB_NOTES = * E_TAB_RETURN = .

CMS_MAP_MOV_GET_MLT CALL FUNCTION 'CMS_MAP_MOV_GET_MLT' EXPORTING i_tab_mov_get_pky = l_tab_movables_pky * I_STR_MOV_REQD_DATA = * IMPORTING E_TAB_ACR_DATA = e_tab_aircraft E_TAB_VEH_DATA = e_tab_vehicle E_TAB_DEV_DATA = e_tab_device E_TAB_BDL_DATA = e_tab_bundle E_TAB_SHP_DATA = e_tab_ship E_TAB_INV_DATA = e_tab_inventory E_TAB_OTH_OBJ_DATA = e_tab_otherobjects * E_TAB_BP_DATA = * E_TAB_DOC_DATA = * E_TAB_VAL_DATA = * E_TAB_ADDR_DATA = * E_TAB_PARTS_DATA = * E_TAB_INS_DATA = * E_TAB_INS_BP_DATA = * E_TAB_INS_DOC_DATA = * E_TAB_NOTES = * E_TAB_SYS_STAT = * E_TAB_USR_STAT = * E_TAB_RETURN = .

CMS_MAP_RIG_GET_MLT CALL FUNCTION 'CMS_MAP_RIG_GET_MLT' EXPORTING i_tab_rig_get_pky = * I_STR_RIG_REQD_DATA = IMPORTING E_TAB_CLM_DATA = e_tab_claim E_TAB_PAT_DATA = e_tab_patent E_TAB_LIF_INS_DATA = e_tab_insurance * E_TAB_LIF_PSN_DATA = * E_TAB_RIG_BP_DATA = * E_TAB_RIG_DOC_DATA = * E_TAB_RIG_VAL_DATA = * E_TAB_RIG_ADDR_DATA = * E_TAB_RIG_INS_DATA = * E_TAB_RIG_INS_BP = * E_TAB_RIG_INS_DOC = * E_TAB_NOTES = * E_TAB_SYS_STAT = * E_TAB_USR_STAT = * E_TAB_RETURN = .



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