RFMCA_FPF_FORMBUNDLE_CHANGE is a standard Executable ABAP Report 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 RFMCA_FPF_FORMBUNDLE_CHANGE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FMCAFPFCP - Copy a Form Bundle
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.
Selection Text: P_FBNUM = D .
Selection Text: P_XBRFM = Copy BRF Messages
Selection Text: P_XNOTE = Copy Notes
Selection Text: P_XSTAT = Copy Status
Title: Copy a Form Bundle
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FMCA_RETURN_COPY CALL FUNCTION 'FMCA_RETURN_COPY' EXPORTING ix_brf_msg = p_xbrfm ix_notes = p_xnote ix_status = p_xstat iv_fbnum = p_fbnum IMPORTING ev_fbnum = gv_fbnum EXCEPTIONS invalid_input = 1 error_occurred = 2.
FMCA_RETURN_READ_BY_ID CALL FUNCTION 'FMCA_RETURN_READ_BY_ID' EXPORTING iv_fbnum = gv_fbnum IMPORTING es_return = gs_fmca_return et_forms = gt_forms et_formdata = lt_formdata EXCEPTIONS return_not_found = 1 input_error = 2 no_auth = 3 error_occurred = 4.
ENQUEUE_EPSRETURN CALL FUNCTION 'ENQUEUE_EPSRETURN' EXPORTING case_guid = gs_fmca_return-return_id EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid i_callback_user_command = 'USER_COMMAND' i_grid_title = lv_gridtitle it_fieldcat = lt_fcat it_event_exit = lt_event_exit TABLES t_outtab = gt_form_data_new EXCEPTIONS program_error = 1 OTHERS = 2.
DEQUEUE_EPSRETURN CALL FUNCTION 'DEQUEUE_EPSRETURN' EXPORTING case_guid = gs_fmca_return-return_id.
FMCA_RETURN_UPDATE CALL FUNCTION 'FMCA_RETURN_UPDATE' EXPORTING it_returns = lt_return it_forms = gt_forms it_formdata = lt_formdata EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFMCA_FPF_FORMBUNDLE_CHANGE - Copy a Form Bundle RFMCA_FPF_FORMBUNDLE_CHANGE - Copy a Form Bundle RFMCA_EMGPA_CUSTOMIZE - Grantor: Customizing Alternative Business Partners for Payments (EMGPA RFMCA_EMGPA_CUSTOMIZE - Grantor: Customizing Alternative Business Partners for Payments (EMGPA RFMCA_COV_TREE - Include RFMCA_COV_TREE RFMCA_COV_TABO - Include for Tabstrip Control Output Module (Gen.)