SAP Reports / Programs | Product Lifecycle Management | Recipe Management | Recipe(PLM-RM-REC) SAP PLM

RCP_DEFEXPL_SET_FORMS SAP ABAP INCLUDE - RCPDEFEXPLSETFORMS







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


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


INCLUDES used within this REPORT RCP_DEFEXPL_SET_FORMS

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:

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.



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