SAP Reports / Programs | Public Sector Management | Grants Management | Budgeting and Availability Control(PSM-GM-GTE-BU) SAP PSM

RFGMAVCCUSTDEF SAP ABAP Report - Customizing Check for Availability Control (Grants Management)







RFGMAVCCUSTDEF is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program checks whether all default Customizing settings are present in the current client, which are mandatory to run the active availability control in Funds Management...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFGMAVCCUSTDEF into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

GMAVCCUSTDEF - Check AVC Customizing (GM)


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RFGMAVCCUSTDEF. "Basic submit
SUBMIT RFGMAVCCUSTDEF AND RETURN. "Return to original report after report execution complete
SUBMIT RFGMAVCCUSTDEF VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Customizing Check for Availability Control (Grants Management)
Text Symbol: TP1 = Profile
Text Symbol: TP0 = Tolerance Profiles (Templates)
Text Symbol: T03 = Check of Standard AVC Customizing for Client &
Text Symbol: T02 = Please select the source client for the standard Customizing
Text Symbol: T01 = You are currently working in an SAP system!
Text Symbol: ST1 = Status
Text Symbol: S01 = Data Source
Text Symbol: S00 = Availability Control Data Sources
Text Symbol: M03 = Not defined in source client &
Text Symbol: M02 = Copied to client &
Text Symbol: M01 = Already defined in client &
Text Symbol: L01 = Ledger
Text Symbol: L00 = Availability Control Ledgers
Text Symbol: FL1 = Customizing of availability control contains errors.
Text Symbol: FL0 = Customizing of availability control successfully checked.
Text Symbol: EV1 = Event
Text Symbol: EV0 = Availability Control Events
Text Symbol: DS1 = Strategy
Text Symbol: DS0 = Standard Derivation Strategies
Text Symbol: AG1 = Act. Group
Text Symbol: AG0 = Activity Groups


INCLUDES used within this REPORT RFGMAVCCUSTDEF

INCLUDE: IBUAVCCON,


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

BUBAS_READ_TABADRH CALL FUNCTION 'BUBAS_READ_TABADRH' EXPORTING i_appl = con_gmavc_strat_appl i_subclass = con_gmavc_strat_subclass i_strategy_id = l_f_strategy-strategy_id i_env = l_f_strategy-env i_client = sy-mandt EXCEPTIONS no_entry = 1 OTHERS = 2.

BUBAS_STRAT_COPY_ENV CALL FUNCTION 'BUBAS_STRAT_COPY_ENV' EXPORTING i_appl = con_gmavc_strat_appl i_subclass = con_gmavc_strat_subclass i_strategy_id = l_f_strategy-strategy_id i_env_source = l_f_strategy-env i_env_target = l_f_strategy-env i_client_source = g_source_client i_client_target = sy-mandt EXCEPTIONS error_env = 1 OTHERS = 2.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RFGMAVCCUSTDEF or its description.