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
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: Include RCMS_RE_COR_FORMS
INCLUDE: CMS_GENERAL_CONSTANTS.
No SAP DATABASE tables are accessed within this REPORT code!
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 .
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_RE_COR_FORMS - Include RCMS_RE_COR_FORMS RCMS_REORGANIZE_TABLES_TMP_F02 - RCMSREORGANIZETABLESTMPF02 RCMS_REORGANIZE_TABLES_TMP_F01 - RCMSREORGANIZETABLESTMPF01 RCMS_REORGANIZE_TABLES_TMP - RCMSREORGANIZETABLESTMP RCMS_REORGANIZE_TABLES_TMP - RCMSREORGANIZETABLESTMP RCMS_RBL_SYNCHRONIZER - Report RCMS_RBL_SYNCHRONIZER