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

RFFMKSAU SAP ABAP Report -







RFFMKSAU 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 RFFMKSAU 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 RFFMKSAU. "Basic submit
SUBMIT RFFMKSAU AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMKSAU 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_VERSN = Version
Selection Text: P_VARNT =
Selection Text: P_SALDST =
Selection Text: P_SALDPO =
Selection Text: P_RE =
Selection Text: P_PLAN =
Selection Text: P_LINE =
Selection Text: P_LFD =
Selection Text: P_LEN = Column Width
Selection Text: P_GJAHR = Plan Year
Selection Text: P_FIPEX =
Selection Text: P_FIKRS =
Selection Text: P_COL =
Selection Text: P_BSAMT =
Title:
Text Symbol: 025 =
Text Symbol: 024 =
Text Symbol: 023 =
Text Symbol: 022 =
Text Symbol: 021 =
Text Symbol: 020 =
Text Symbol: 014 =
Text Symbol: 013 = Output Fields
Text Symbol: 012 =
Text Symbol: 011 =
Text Symbol: 010 =
Text Symbol: 003 =
Text Symbol: 002 =
Text Symbol: 001 =
004
003
002
001


INCLUDES used within this REPORT RFFMKSAU

INCLUDE IFIFMCON_BOOL.


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:

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

FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING IP_FIKRS = P_FIKRS.

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.

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 R_VFIPEX = S_BUCH R_VFICTR = S_UAB EXCEPTIONS OTHERS = 1.

FM_LEDNR_GET_FROM_FIKRS CALL FUNCTION 'FM_LEDNR_GET_FROM_FIKRS' EXPORTING I_FIKRS = p_fikrs IMPORTING E_FM01 = g_f_fm01.

CONVERSION_EXIT_FIPEX_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_FIPEX_OUTPUT' EXPORTING INPUT = L_TITLE_FIPEX IMPORTING OUTPUT = L_TITLE_FIPEX EXCEPTIONS OTHERS = 1.

FM_FMZUBSP_ASSIGN_READ_MULTIPL CALL FUNCTION 'FM_FMZUBSP_ASSIGN_READ_MULTIPL' EXPORTING I_FIKRS = U_FIKRS I_VARNT = '000' I_GJAHR = U_GJAHR I_FICTR = L_T_SPALTEN_BUF-FICTR TABLES R_FIPEX = L_R_FIPEX T_FMZUBSP = L_T_FMZUBSP EXCEPTIONS NO_MASTER_DATA = 1 OTHERS = 2.

FM_PPLAN_GET_FROM_FIKRS_GJAHR * CALL FUNCTION 'FM_PPLAN_GET_FROM_FIKRS_GJAHR' * EXPORTING * I_FIKRS = U_FIKRS * I_GJAHR = U_GJAHR * IMPORTING * E_PPLAN = L_PPLAN * EXCEPTIONS * PPLAN_NOT_FOUND = 1 * OTHERS = 2.

CONVERSION_EXIT_FIPEX_INPUT CALL FUNCTION 'CONVERSION_EXIT_FIPEX_INPUT' EXPORTING INPUT = C_FIPEX IMPORTING OUTPUT = C_FIPEX EXCEPTIONS OTHERS = 1.

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