SAP Reports / Programs

RFFMAVCDERIAOPREDEF SAP ABAP Report - Add Predefined Steps to Strategy for Deriving Control Objects







RFFMAVCDERIAOPREDEF is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program provides you with a list of predefined steps ("function calls") that you can import into your strategy for deriving availability control objects...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 RFFMAVCDERIAOPREDEF 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

FMAVCDERIAOPREDEF - Add predefined steps (AFMA)


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 RFFMAVCDERIAOPREDEF. "Basic submit
SUBMIT RFFMAVCDERIAOPREDEF AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMAVCDERIAOPREDEF VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_RULE = D Derivation strategy
Selection Text: P_STEP01 = D Det. Superior Commitment Item
Selection Text: P_STEP02 = D Det. Top Node of Commt Item
Selection Text: P_STEP03 = D Det. Superior Funds Center
Selection Text: P_STEP04 = D Det. Top Node of Funds Center
Title: Add Predefined Steps to Strategy for Deriving Control Objects
Text Symbol: 001 = Select Predefined Steps for the Derivation of Availability Control Objects
Text Symbol: 002 = Select a Derivation Strategy
Text Symbol: 003 = The predefined steps were successfully added to the derivation strategy.
Text Symbol: 004 = No steps were selected.


INCLUDES used within this REPORT RFFMAVCDERIAOPREDEF

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 = p_appl i_subclass = p_subcl i_strategy_id = p_strat i_env = p_rule EXCEPTIONS no_entry = 1 OTHERS = 2.

BUBAS_STRAT_CHECK_NEW_ENV * CALL FUNCTION 'BUBAS_STRAT_CHECK_NEW_ENV' * EXPORTING * i_appl = p_appl * i_subclass = p_subcl * i_strategy_id = p_strat * CHANGING * c_env = p_rule * EXCEPTIONS * invalid_value = 1 * OTHERS = 2.

ABADR_STRATEGY_STEP_DELETE CALL FUNCTION 'ABADR_STRATEGY_STEP_DELETE' EXPORTING i_appl = key-appl i_subclass = key-subclass i_strategy_id = key-strategy_id i_env = key-env i_step_no = l_step_no.

DD_DTEL_GET CALL FUNCTION 'DD_DTEL_GET' EXPORTING langu = '*' roll_name = l_rollname TABLES dd04t_tab_a = l_t_dd04t.

BUBAS_STRAT_SHOW_ALL_ENV CALL FUNCTION 'BUBAS_STRAT_SHOW_ALL_ENV' EXPORTING i_appl = p_appl i_subclass = p_subcl i_strategy_id = p_strat i_flg_no_diag_for_one_entry = space i_flg_suppress_id = 'X' i_dynpprog = l_repid i_dynpnr = l_dynnr i_dynprofield = 'P_RULE'.



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 RFFMAVCDERIAOPREDEF or its description.