SAP Reports / Programs | Public Sector Management | Funds Management | Information system(PSM-FM-IS) SAP PSM

RFFMKBVSX SAP ABAP Report -







RFFMKBVSX is a standard Executable ABAP Report 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 RFFMKBVSX into the relevant SAP transactions such as SE38 or SE80


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 RFFMKBVSX. "Basic submit
SUBMIT RFFMKBVSX AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMKBVSX 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_FIKRS =
Selection Text: P_HHST =
Selection Text: P_LGJAHR = Fiscal Year
Selection Text: P_LSTAMM =
Selection Text: P_PLAN = Plan Year
Selection Text: P_VERSN =
Selection Text: P_VERS_V =
Selection Text: S_BEZIRK =
Selection Text: S_BSAMT =
Selection Text: S_HHST =
Selection Text: S_SFICTR =
Selection Text: S_SFPOS =
Title:
Text Symbol: 800 =
Text Symbol: 300 =
Text Symbol: 200 =
Text Symbol: 100 = Funds Center
Text Symbol: 081 =
Text Symbol: 080 =
Text Symbol: 075 =
Text Symbol: 074 = Number
Text Symbol: 073 =
Text Symbol: 072 =
Text Symbol: 071 =
Text Symbol: 070 =
Text Symbol: 010 =
Text Symbol: 011 =
Text Symbol: 012 =
Text Symbol: 040 =
Text Symbol: 041 =
Text Symbol: 042 =
Text Symbol: 045 = Version
Text Symbol: 050 =
Text Symbol: 051 =
Text Symbol: 055 =
Text Symbol: 056 =
Text Symbol: 057 =





Text Symbol: 058 = Explanations
Text Symbol: 060 =
Text Symbol: 061 =
Text Symbol: 062 =
Text Symbol: 063 =
Text Symbol: 064 =
Text Symbol: 065 =
Text Symbol: 066 =
Text Symbol: 067 =
Text Symbol: 068 =
Text Symbol: 069 =
002
001


INCLUDES used within this REPORT RFFMKBVSX

INCLUDE IHHPLGL0.
INCLUDE IHHPLTXT.
INCLUDE LKBPPEQU.
INCLUDE IHHPLDFPX.


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:

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = l_t_restriction.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = 'RFFMKBVSX' TABLES selection_table = seltab.

FM_REPORT_TITLE_SET CALL FUNCTION 'FM_REPORT_TITLE_SET' EXPORTING i_title = l_text.

FM_SELECTION_CRITERIA_PRINT CALL FUNCTION 'FM_SELECTION_CRITERIA_PRINT' EXPORTING i_report_name = 'RFFMKBVSX' xfeld = ' ' EXCEPTIONS OTHERS = 1.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = 'RFFMKBVSX' TABLES selection_table = seltab.

FM_REPORT_TITLE_SET CALL FUNCTION 'FM_REPORT_TITLE_SET' EXPORTING i_title = l_text.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = 'RFFMKBVSX' TABLES selection_table = seltab.

FREE_SELECTIONS_RANGE_2_EX CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_EX' EXPORTING field_ranges = l_t_segments IMPORTING expressions = c_t_texpr.

FM_SIGN_GET_FOR_EXPENDITURE CALL FUNCTION 'FM_SIGN_GET_FOR_EXPENDITURE' IMPORTING e_sign = g_flg_expsign e_sign_revenues = g_flg_revsign.

FM00_CHECK_ISPS CALL FUNCTION 'FM00_CHECK_ISPS' IMPORTING e_kom_activ = g_flg_komm.








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