RCP_DEFEXPL_SET_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 RCP_DEFEXPL_SET_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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' TABLES xmsg = gt_protocol EXCEPTIONS file_not_found = 1 wrong_call = 2 OTHERS = 3.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG'.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
DB_COMMIT * CALL FUNCTION 'DB_COMMIT'.
DB_COMMIT * CALL FUNCTION 'DB_COMMIT'.
RCP301_RECIPES_READ CALL FUNCTION 'RCP301_RECIPES_READ' EXPORTING i_data_scenario = rcp31_gsc_read_scenario-update i_valfrom = rcp31_date-min i_valto = rcp31_date-max it_key = lt_key * I_FLG_RANGE_INDEP = ' ' is_entity_flags = ls_entity_flags * I_FLG_AUTH_F4 = ' ' * I_FLG_LANGUAGE = ' ' IMPORTING et_rcp = xt_rcp et_pst = xt_pst et_rel_frm = xt_rel_frm et_error = lt_error et_no_auth = lt_no_auth EXCEPTIONS error = 1 OTHERS = 2.
FRML181_CHECK_END_FRML_RCP CALL FUNCTION 'FRML181_CHECK_END_FRML_RCP' EXPORTING i_level = ic_frml_level-lors i_valdat = lv_valfrom it_rcp_frml = lt_rcp_frml[] IMPORTING * e_guid_rcp = e_guid_stage_sub e_frml_recn = x_frml_recn EXCEPTIONS api_error = 1 no_unique_end_formula = 2 no_outputs = 3 OTHERS = 4.
FRML181_CHECK_END_FRML_RCP CALL FUNCTION 'FRML181_CHECK_END_FRML_RCP' EXPORTING i_level = ic_frml_level-lom i_valdat = lv_valfrom it_rcp_frml = lt_rcp_frml[] IMPORTING * e_guid_rcp = e_guid_stage_mat e_frml_recn = x_frml_recn EXCEPTIONS api_error = 1 no_unique_end_formula = 2 no_outputs = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.