RFMCA_FPF_STATUS_ANALYSE 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_STATUS_ANALYSE 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.
Selection Text: PS_REPAI = Repair
Selection Text: PS_TYPE = Check Type
Title: Analyse Form Bundle Status
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FMCA_RETURN_STATUS_READ CALL FUNCTION 'FMCA_RETURN_STATUS_READ' EXPORTING iv_return_id = ls_dfmca_return-case_guid IMPORTING et_status_no_text = lt_status_crm EXCEPTIONS error_occurred = 1 OTHERS = 2.
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'PS_TYPE' values = lt_values.
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_STATUS_ANALYSE - Analyse Form Bundle Status RFMCA_FPF_STATUS_ANALYSE - Analyse Form Bundle Status RFMCA_FPF_INDPR_UPDATE - Update Status Fields on Form Bundle Header RFMCA_FPF_INDPR_UPDATE - Update Status Fields on Form Bundle Header RFMCA_FPF_IMG_OPEN - Display IMG for Form Processing Framework RFMCA_FPF_IMG_OPEN - Display IMG for Form Processing Framework