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

RFFMKSSN SAP ABAP Report -







RFFMKSSN 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 RFFMKSSN 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 RFFMKSSN. "Basic submit
SUBMIT RFFMKSSN AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMKSSN 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_UA =
Selection Text: P_GJAHR = Plan Year
Selection Text: P_FIPEX =
Selection Text: P_FIKRS =
Selection Text: P_AMT =
Title:
Text Symbol: 024 =
Text Symbol: 023 =
Text Symbol: 022 =
Text Symbol: 021 =
Text Symbol: 020 =
Text Symbol: 012 =
Text Symbol: 011 =
Text Symbol: 010 =
Text Symbol: 002 =
Text Symbol: 001 =
004
003
002
001


INCLUDES used within this REPORT RFFMKSSN

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 importing f_fm01 = l_fm01.

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_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.

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.

DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = l_progname dynumb = '1000' * TRANSLATE_TO_UPPER = ' ' tables dynpfields = l_t_dynpfields exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 others = 9.

CONVERSION_EXIT_FIPEX_INPUT call function 'CONVERSION_EXIT_FIPEX_INPUT' exporting input = l_snfipex importing output = l_snfipex exceptions others = 1.

HELP_VALUES_GET_WITH_TABLE call function 'HELP_VALUES_GET_WITH_TABLE' importing select_value = l_vfipex tables fields = l_t_fields valuetab = l_t_value exceptions field_not_in_ddic = 1 more_then_one_selectfield = 2 no_selectfield = 3 others = 4.

CONVERSION_EXIT_FIPEX_INPUT call function 'CONVERSION_EXIT_FIPEX_INPUT' exporting input = l_efipex importing output = l_efipex 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 RFFMKSSN or its description.