RFFMFG_ARP_PRCS_IMPLEMENTATION 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 RFFMFG_ARP_PRCS_IMPLEMENTATION 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: Processing Imlementation
FORM CHECK_INCLUDE_LINE
FORM CHECK_INCLUDE_COND
No SAP DATABASE tables are accessed within this REPORT code!
FMFG_TRADE_ID_GET CALL FUNCTION 'FMFG_TRADE_ID_GET' EXPORTING i_kunnr = customer_flag_t-kunnr IMPORTING e_trade_id = l_trade_id.
FMFG_FEDERAL_FLG_GET CALL FUNCTION 'FMFG_FEDERAL_FLG_GET' EXPORTING i_trade_id = l_trade_id IMPORTING e_federal_flg = customer_flag_t-vbund_flg.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFMFG_ARP_PRCS_IMPLEMENTATION - Processing Imlementation RFFMFG_ARP_FLAG_MAP - Flag Map RFFMFG_ARP_EXTR_IMPLEMENTATION - Extractor Implementation RFFMFG_ARP_EXTRACTOR_INTERFACE - Extractor Interface RFFMFG_ARP_DISPLAY_CHOICES - Include RFFMFG_ARP_DISPLAY_CHOICES RFFMFG_ARP_DISPLAY - Display (Output) Implementation