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

RFFMALV_CHECKS SAP ABAP INCLUDE - RFFMALVCHECKS







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


INCLUDES used within this REPORT RFFMALV_CHECKS

No INCLUDES are used within this REPORT code!


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_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING i_fikrs = u_fikrs i_actvt = l_actvt I_MSGTY = 'E'.

FM_AUTH_CHECK_VERSION CALL FUNCTION 'FM_AUTH_CHECK_VERSION' EXPORTING i_fikrs = u_fikrs i_versn = u_versn i_actvt = l_actvt I_MSGTY = 'E'.

FM_FIPEX_READ_SINGLE_DATA CALL FUNCTION 'FM_FIPEX_READ_SINGLE_DATA' EXPORTING i_fikrs = u_fikrs i_gjahr = u_gjahr i_fipex = u_fipex IMPORTING e_f_vfmpg = lf_vfmpg EXCEPTIONS OTHERS = 1.

FM_FICTR_READ_SINGLE CALL FUNCTION 'FM_FICTR_READ_SINGLE' EXPORTING i_fikrs = u_fikrs i_fictr = u_fictr i_gjahr = u_gjahr IMPORTING e_f_fmfctr = lf_fmfctr EXCEPTIONS OTHERS = 1.

FINCODE_READ CALL FUNCTION 'FINCODE_READ' EXPORTING ip_fikrs = u_fikrs ip_fincode = u_fonds IMPORTING f_fmfincode = lf_fmfincode EXCEPTIONS OTHERS = 1.

FM_AUTH_CHECK_HHM CALL FUNCTION 'FM_AUTH_CHECK_HHM' EXPORTING i_actvt = l_actvt i_fikrs = u_fikrs I_VERSN = u_versn I_AUTHGRP_FICTR = lf_fmfctr-augrp I_AUTHGRP_FIPEX = lf_vfmpg-augrp I_AUTHGRP_FONDS = l_augrp_fonds I_FICTR = lf_fmfctr-fictr I_FIPEX = lf_vfmpg-fipex I_FONDS = lf_fmfincode-fincode I_FLG_FONDS_SPACE = l_flg_fonds_space I_MSGTY = ' ' IMPORTING E_FLG_AUTH = c_result.



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