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
Below is a list of transaction codes which are relevant to this SAP report
GMAVCCUSTDEF - Check AVC Customizing (GM)
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: 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
INCLUDE: IBUAVCCON,
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFGMAVCCUSTDEF - Customizing Check for Availability Control (Grants Management) RFGMAVCCUSTDEF - Customizing Check for Availability Control (Grants Management) RFGMAR_GENERAL_INCL - Include RFGMAR_GENERAL_INCL RFGMARTT_GENERAL_INCL - Include RFGMARTT_GENERAL_INCL RFGMARTTWR - Archiving GM Total Records - Write Program RFGMARTTWR - Archiving GM Total Records - Write Program