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

RFFMKVBU SAP ABAP Report -







RFFMKVBU 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 RFFMKVBU 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 RFFMKVBU. "Basic submit
SUBMIT RFFMKVBU AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMKVBU 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: S_UAB =
Selection Text: S_BUCH =
Selection Text: P_WRITE =
Selection Text: P_V_ON = Display Version
Selection Text: P_VERSN = Version
Selection Text: P_VARNT =
Selection Text: P_SCFORM = Form Name
Selection Text: P_SAPSC =
Selection Text: P_LINE =
Selection Text: P_GJAHR = Plan Year
Selection Text: P_FIPEX =
Selection Text: P_FIKRS =
Selection Text: P_AN_NR =
Selection Text: P_AN_BZ =
Title:
Text Symbol: 020 = Total
Text Symbol: 014 =
Text Symbol: 012 =
Text Symbol: 010 =
004
003
002
001


INCLUDES used within this REPORT RFFMKVBU

INCLUDE IFIFMCON_BOOL.
INCLUDE IHHPLTXT.


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:

FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING IP_FIKRS = P_FIKRS importing f_fm01 = l_fm01.

BUKRS_GET_FROM_FIKRS *?call function 'BUKRS_GET_FROM_FIKRS' *? exporting *? ip_fikrs = p_fikrs *? tables *? t_t001 = i_t001.

FM_FIPEX_READ_SINGLE_DATA * call function 'FM_FIPEX_READ_SINGLE_DATA' * exporting * i_fikrs = p_fikrs * i_gjahr = p_gjahr * i_varnt = p_varnt * i_fipex = p_fipex.

CONVERSION_EXIT_FIPEX_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_FIPEX_OUTPUT' EXPORTING INPUT = SY-TVAR4 IMPORTING OUTPUT = SY-TVAR4 EXCEPTIONS OTHERS = 1.

COST_ALLOCATION_INFO_KAMERAL CALL FUNCTION 'COST_ALLOCATION_INFO_KAMERAL' EXPORTING IP_FIKRS = P_FIKRS IP_GJAHR = P_GJAHR IP_SORTKRT = L_SORTKRT IP_TOP_FIPEX = P_FIPEX IP_VARNT = P_VARNT IP_VERSN = P_VERSN TABLES T_SN_INFORMATION = L_T_SN_INFO EXCEPTIONS OTHERS = 1.

FM_F4_FOR_COMMITMENT_ITEM CALL FUNCTION 'FM_F4_FOR_COMMITMENT_ITEM' EXPORTING I_FIKRS = P_FIKRS * I_FIPOS = ' ' I_FIPEX = L_FIPEX I_GJAHR = P_GJAHR * I_FLG_POST_ONLY = ' ' * I_MCID = ' ' IMPORTING * e_fipos = E_FIPEX = L_FIPEX.

FMRP_AUTHORITY_ROLE CALL FUNCTION 'FMRP_AUTHORITY_ROLE' EXPORTING I_USNAME = sy-uname I_SELOBJECT = l_sel_object IMPORTING E_OLD = l_auth_o E_AUTH_ON = l_auth.

FMRP_AUTHORITY_CHECK CALL FUNCTION 'FMRP_AUTHORITY_CHECK' EXPORTING I_FMAUTH_KONTO = l_t_FMAUTH_KONTO I_FIKRS = u_fikrs I_GJAHR = u_gjahr IMPORTING E_FMAUTH_KONTO = l_t_e_FMAUTH_KONTO.

FM_AUTH_CHECK_FM_AREA call function 'FM_AUTH_CHECK_FM_AREA' exporting i_fikrs = p_fikrs i_actvt = con_auth_show i_msgty = 'E'.

FM_AUTH_CHECK_VERSION call function 'FM_AUTH_CHECK_VERSION' exporting i_fikrs = p_fikrs i_versn = p_versn i_actvt = con_auth_show i_msgty = 'E'.



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