RFGMAVC_OVERVIEWF01 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 RFGMAVC_OVERVIEWF01 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 RFGMAVC_OVERVIEWF01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
G_TABLE_SELECT_WITH_CURSOR CALL FUNCTION 'G_TABLE_SELECT_WITH_CURSOR' EXPORTING i_tabname = l_table_name i_selection = p_l_t_sel i_aggregation = 'X' CHANGING c_t_data =
EXCEPTIONS invalid_selection = 1 invalid_table = 2 internal_error = 3 foreign_lock = 4 OTHERS = 5.
GM_GET_BDGT_VALIDITY_DATES CALL FUNCTION 'GM_GET_BDGT_VALIDITY_DATES' EXPORTING i_grant_nbr = p_grant_nbr i_bdgt_phase = '3' i_bdgt_vldty_nbr = p_bdgt_vldty_nbr i_release_status = 'R' IMPORTING e_from_date = l_from_date e_to_date = l_to_date.
GM_GET_SPONSORED_CLASS_SINGLE CALL FUNCTION 'GM_GET_SPONSORED_CLASS_SINGLE' EXPORTING i_sponsored_class = p_class IMPORTING e_gmspclass = l_f_gmspclass 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.
RFGMAVC_OVERVIEWF01 - Include RFGMAVC_OVERVIEWF01 RFGMAVC_OVERVIEW - AVC Overview for Grants Management Dimensions RFGMAVC_OVERVIEW - AVC Overview for Grants Management Dimensions RFGMAVC_CALL_GMAVCOVRW_OVERALL - Report RFGMAVC_CALL_GMAVCOVRW_OVERALL RFGMAVC_CALL_GMAVCOVRW_OVERALL - Report RFGMAVC_CALL_GMAVCOVRW_OVERALL RFGMAVC_CALL_GMAVCOVRW_ANNUAL - Report RFGMAVC_CALL_GMAVCOVRW_ANNUAL