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

RFFMKEVMX SAP ABAP Report -







RFFMKEVMX 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 RFFMKEVMX 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 RFFMKEVMX. "Basic submit
SUBMIT RFFMKEVMX AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMKEVMX 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_ADECK =
Selection Text: P_DECK =
Selection Text: P_D_FORM = Form Name Cover Pool
Selection Text: P_FIKRS = FM Area
Selection Text: P_LGJAHR = Fiscal Year
Selection Text: P_LSTAMM =
Selection Text: P_NACHTR =
Selection Text: P_SAPSC =
Selection Text: P_SCFORM = Form Name
Selection Text: P_SORT1 =
Selection Text: P_SORT2 =
Selection Text: P_UKNT =
Selection Text: P_VERSN =
Selection Text: P_V_ON = Display Version
Selection Text: P_WRITE =
Selection Text: S_BEZIRK =
Selection Text: S_BSAMT =
Selection Text: S_HHST = Commitment Item
Title:
Text Symbol: 063 =
Text Symbol: 064 =
Text Symbol: 065 =
Text Symbol: 066 =
Text Symbol: 067 =
Text Symbol: 068 =
Text Symbol: 069 = Surplus
Text Symbol: 070 = Cover Pool No.
Text Symbol: 071 = Description
Text Symbol: 072 =
Text Symbol: 073 =
Text Symbol: 074 = Number
Text Symbol: 075 = Description
Text Symbol: 076 =
Text Symbol: 077 =
Text Symbol: 078 =
Text Symbol: 062 =
Text Symbol: 010 =





Text Symbol: 011 = Value Restriction
Text Symbol: 012 = Expenditure
Text Symbol: 014 = Display
Text Symbol: 015 = Total
Text Symbol: 016 =
Text Symbol: 017 = Cover Pools
Text Symbol: 020 =
Text Symbol: 021 =
Text Symbol: 022 =
Text Symbol: 024 =
Text Symbol: 025 =
Text Symbol: 026 =
Text Symbol: 027 =
Text Symbol: 028 =
Text Symbol: 030 =
Text Symbol: 040 =
Text Symbol: 041 =
Text Symbol: 042 =
Text Symbol: 043 =
Text Symbol: 045 = Version
Text Symbol: 046 =
Text Symbol: 050 = No.
Text Symbol: 051 = Description
Text Symbol: 052 =
Text Symbol: 053 =
Text Symbol: 054 =
Text Symbol: 055 =
Text Symbol: 056 =
Text Symbol: 057 =
Text Symbol: 058 = Explanations
Text Symbol: 060 = Revenues
Text Symbol: 061 =
003 &9..................
002 Version &3..
001


INCLUDES used within this REPORT RFFMKEVMX

INCLUDE IHHPLTXT.
INCLUDE LKBPPEQU.
INCLUDE IHHPLDFPX.
INCLUDE IHHPLHVM.






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:

FM_FIPOS_GET_FROM_FIPEX call function 'FM_FIPOS_GET_FROM_FIPEX' exporting i_fipex = g_t_fmrkevm-hhstelle importing e_fipos = l_fipos exceptions input_error = 1 data_not_found = 2 others = 3.

FM_TEXT_TRANSFORM call function 'FM_TEXT_TRANSFORM' exporting i_flg_nofill = 'X' tables t_text_ein = l_t_in_text t_text_aus = l_t_out_text exceptions no_input_text = 1 others = 2.

FM_TEXT_TRANSFORM call function 'FM_TEXT_TRANSFORM' exporting i_flg_nofill = 'X' tables t_text_ein = l_t_in_text t_text_aus = l_t_out_text exceptions no_input_text = 1 others = 2.

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