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

RCMS_RE_COR_FORMS SAP ABAP INCLUDE - Include RCMS_RE_COR_FORMS







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


Text pool values


Title: Include RCMS_RE_COR_FORMS


INCLUDES used within this REPORT RCMS_RE_COR_FORMS

INCLUDE: CMS_GENERAL_CONSTANTS.


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:

FKKCORR_DFKKCOH_GET_CORR call function 'FKKCORR_DFKKCOH_GET_CORR' exporting i_cotyp = l_cotyp i_cokey = l_cokey importing e_dfkkcoh = c_str_dfkkcoh * TABLES ** ET_DFKKCOD = * et_dfkkcodclust = t_dfkkcodclust[] exceptions not_found = 1 others = 2.

CMS_MAP_RE_GET_MLT call function 'CMS_MAP_RE_GET_MLT' exporting i_tab_re_guid = u_tab_obj_guid i_str_re_reqd_data = u_str_reqd_data importing e_tab_obj_hdr = c_tab_re_obj_hdr e_tab_obj_addr = c_tab_obj_address e_tab_main_obj = c_tab_main_obj e_tab_main_acs = c_tab_main_obj_accs e_tab_main_bp = c_tab_main_obj_bp e_tab_main_doc = c_tab_main_obj_doc e_tab_main_val = c_tab_main_val e_tab_main_lr = c_tab_main_lr e_tab_main_cst = c_tab_main_cst e_tab_obj_prt = c_tab_obj_prt e_tab_prt_acs = c_tab_prt_accs e_tab_prt_bp = c_tab_prt_bp e_tab_prt_doc = c_tab_prt_doc e_tab_prt_val = c_tab_prt_val e_tab_prt_lr = c_tab_prt_lr e_tab_prt_cst = c_tab_prt_cst e_tab_re_ins_data = c_tab_ins_data e_tab_re_ins_bp_data = c_tab_ins_bp e_tab_re_ins_doc_data = c_tab_ins_doc e_tab_main_lr_secb = c_tab_main_lr_secb e_tab_main_lr_sec2 = c_tab_main_lr_sec2 e_tab_prt_lr_secb = c_tab_prt_lr_secb e_tab_prt_lr_sec2 = c_tab_prt_lr_sec2 e_tab_re_sys_stat = c_tab_sys_stat e_tab_re_usr_stat = c_tab_usr_stat e_tab_notes = c_tab_notes e_tab_return = l_tab_return.

CMS_API_ADMINORG_GET_ADDRESS call function 'CMS_API_ADMINORG_GET_ADDRESS' exporting i_adminorg = l_adminorg * I_SUBTYPE = importing e_str_address = c_str_sender_addr e_tab_rc = l_tab_rc .



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