SAP Reports / Programs | Public Sector Management | Funds Management | Budgeting(PSM-FM-BCS-BU) SAP PSM

RFFMBSDERIBOPREDEF SAP ABAP Report - Add Predefined Steps to Strategy for Deriving Budget Objects







RFFMBSDERIBOPREDEF 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 environment for deriving the availability control object...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 RFFMBSDERIBOPREDEF 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

FMBSDERIBOPREDEF - Add predefined steps (BSAC)


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 RFFMBSDERIBOPREDEF. "Basic submit
SUBMIT RFFMBSDERIBOPREDEF AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMBSDERIBOPREDEF 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. Parent of Commitment Item
Selection Text: P_STEP02 = D Det. top node of commitm. item
Selection Text: P_STEP03 = D Det. parent of funds center
Selection Text: P_STEP04 = D Det. top node of funds center
Title: Add Predefined Steps to Strategy for Deriving Budget Objects
Text Symbol: 001 = Select Predefined Steps for the Derivation of Budget Addresses
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 RFFMBSDERIBOPREDEF

INCLUDE: IFMBSCON,


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_applclass i_subclass = con_subclass i_strategy_id = con_abadrstratid i_env = u_abadrenv EXCEPTIONS no_entry = 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 RFFMBSDERIBOPREDEF or its description.