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

RFFMKHPL SAP ABAP Report - documentation and ABAP source code







RFFMKHPL 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 RFFMKHPL into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FMKO_RFFMKHPL - Budget plan


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 RFFMKHPL. "Basic submit
SUBMIT RFFMKHPL AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMKHPL 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_SCFORM = Form Name
Selection Text: P_DISVAR = D .


INCLUDES used within this REPORT RFFMKHPL

INCLUDE IFFMKHPLTOP.
INCLUDE IFMKDEFDATA.
INCLUDE: RKASMAWF.
INCLUDE IFMRKHPLSEL.
INCLUDE IFMRKFMAA.
INCLUDE IFMRKHPLINIT.
INCLUDE IFMRKHPLSSCR.


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:

FMKBO_SET_TITLE CALL FUNCTION 'FMKBO_SET_TITLE' EXPORTING repid = sy-repid variant = sy-slset IMPORTING title1 = l_title1 title2 = l_title2 title3 = l_title3 title4 = l_title4 EXCEPTIONS no_variant = 1 OTHERS = 2.

FMRP_AUTHORITY_LIST_ITEMS CALL FUNCTION 'FMRP_AUTHORITY_LIST_ITEMS'.

FMRP_UT_GET_SELECTIONS CALL FUNCTION 'FMRP_UT_GET_SELECTIONS' EXPORTING i_report_name = g_repid i_dialog = 'X' TABLES i_t_selfields = g_t_selfields.

FMKBO_READ_CFIELDS CALL FUNCTION 'FMKBO_READ_CFIELDS' EXPORTING repid = g_repid ref_struct = con_struct var_rep = vari-variant cfield = selfield-fieldname show_data = 'X' f_data = g_t_itab IMPORTING f_fmcobjc = l_f_fmcobjc tcfield = l_t_cfield TABLES t_data_col = g_t_itab_col t_data_col_ret = l_t_fmrkhpl_col EXCEPTIONS no_variant = 1 no_calculate = 2 OTHERS = 3.

FM_FIPOS_GET_FROM_FIPEX CALL FUNCTION 'FM_FIPOS_GET_FROM_FIPEX' EXPORTING i_fipex = g_t_itab-fipex IMPORTING e_fipos = l_fipos EXCEPTIONS input_error = 1 data_not_found = 2 OTHERS = 3.

SSF_FUNCTION_MODULE_NAME CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME' EXPORTING formname = p_scform IMPORTING fm_name = sm_call_form EXCEPTIONS no_form = 1 no_function_module = 2 OTHERS = 3.

FMKBO_GET_DYN_PERFORM CALL FUNCTION 'FMKBO_GET_DYN_PERFORM' EXPORTING repid = g_repid var_rep = u_variant dperg = u_event IMPORTING dpprog = l_dpprog dpform = l_dpform EXCEPTIONS dublicate_entries = 1 no_matching_entries = 2 no_valid_event = 3 OTHERS = 4.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = g_repid TABLES selection_table = c_t_selcrit EXCEPTIONS not_found = 1 no_report = 2 OTHERS = 3.

FMKBO_GET_DYN_PERFORM CALL FUNCTION 'FMKBO_GET_DYN_PERFORM' EXPORTING repid = g_repid var_rep = u_variant dperg = u_event IMPORTING dpprog = l_dpprog dpform = l_dpform EXCEPTIONS dublicate_entries = 1 no_matching_entries = 2 no_valid_event = 3 OTHERS = 4.

FMRKF_INIT CALL FUNCTION 'FMRKF_INIT' EXPORTING i_gjahr = u_gjahr i_t_keyfigs = l_t_keyfigs[].

FMRP_UT_GET_SELLINE CALL FUNCTION 'FMRP_UT_GET_SELLINE' EXPORTING i_report_name = g_repid TABLES sel_field = l_t_sel_field e_t_listheader = l_t_list_top_of_page.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING i_logo = l_logo it_list_commentary = l_t_list_top_of_page.

FM_FYC_SCHEDMAN_INIT CALL FUNCTION 'FM_FYC_SCHEDMAN_INIT' EXPORTING i_repid = g_repid i_wfitem = wf_witem i_wflist = wf_wlist IMPORTING e_f_schedman_key = g_f_schedman_key.

FM_FYC_SCHEDMAN_CLOSE CALL FUNCTION 'FM_FYC_SCHEDMAN_CLOSE' EXPORTING i_f_schedman_key = g_f_schedman_key i_wfitem = wf_witem i_wfokey = wf_okey i_aplstat = g_aplstat i_cnt_obj = l_f_lines.



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