RFFMFG_EDIT_INCL 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_EDIT_INCL 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: Include RFFMFG_EDIT_INCL
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FM_ALV_LAYOUT CALL FUNCTION 'FM_ALV_LAYOUT' CHANGING C_F_LAYOUT = l_f_layout.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = l_repid i_callback_pf_status_set = 'PF_STATUS_SET_ALVEDIT' I_STRUCTURE_NAME = con_alvedit-out IS_LAYOUT = l_f_LAYOUT IT_FIELDCAT = l_t_fcat IS_VARIANT = l_f_variant I_DEFAULT = con_on I_SAVE = l_save i_screen_start_column = 20 i_screen_start_line = 4 i_screen_end_column = l_box_len i_screen_end_line = 6 IMPORTING es_exit_caused_by_user = l_exit_by_user TABLES t_outtab = g_t_alvedit EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
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_EDIT_INCL - Include RFFMFG_EDIT_INCL RFFMFG_DERIVE_YRCL_F4_BUDGEF01 - Include RFFMFG_DERIVE_YRCL_F4_BUDGEF01 RFFMFG_DERIVE_YRCL - BL Yearend FM account assignment deriv. using CO-PA Derivation Tool RFFMFG_DERIVE_YRCL - BL Yearend FM account assignment deriv. using CO-PA Derivation Tool RFFMFG_DERIVE_FIELDMOVEMENT - FM Federal Government BL account derivation using BC derivation tool RFFMFG_DERIVE_FIELDMOVEMENT - FM Federal Government BL account derivation using BC derivation tool