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

RFFMKBHH SAP ABAP Report - documentation and ABAP source code







RFFMKBHH 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 RFFMKBHH 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 RFFMKBHH. "Basic submit
SUBMIT RFFMKBHH AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMKBHH 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_PGJAHR = Fiscal Year
Selection Text: P_SCFORM = Form Name
Selection Text: S_PERIO = Period
Selection Text: P_DISVAR = D .
Text Symbol: 081 = Fiscal Year


INCLUDES used within this REPORT RFFMKBHH

INCLUDE IFMKDEFDATA.
INCLUDE IHHPLDYH.
INCLUDE IFFMKBHH_ALV.
INCLUDE FMKF_CONST.
INCLUDE: RKASMAWF.
INCLUDE IFMRKBUD.
INCLUDE IFMRKOBI.
INCLUDE IFMRKFMAA.
INCLUDE IFMRKOUT.


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:

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = l_t_restriction.

FMKBO_SET_VARIANT CALL FUNCTION 'FMKBO_SET_VARIANT' EXPORTING repid = g_repid uname = sy-uname IMPORTING variant = g_variant f_fmcobjh = g_f_fmcobjh EXCEPTIONS no_variant = 1 variant_not_existent = 2 no_variant_set = 3 OTHERS = 4.

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.

FMKBO_SET_SELECTIONS CALL FUNCTION 'FMKBO_SET_SELECTIONS' EXPORTING ref_struct = con_struct gjahr = p_pgjahr layout = p_disvar fixvar = p_fixvar TABLES s_vo_by = s_vo_by s_sv_by = s_sv_by s_wr_by = s_wr_by s_gj_by = s_gj_by s_gn_by = s_gn_by s_wr_to = s_wr_to s_ba_to = s_ba_to s_vo_to = s_vo_to s_gn_to = s_gn_to CHANGING fmsg_fmf = fmsg_fmf pertot = p_pertot.

FMKBO_DYN_LOOP CALL FUNCTION 'FMKBO_DYN_LOOP' EXPORTING repid = g_repid ref_struct = con_struct variant = vari-variant TABLES t_data = g_t_itab t_data_col = g_t_itab_col t_fmcobjc = g_t_fmcobjc.

FMKBO_ALV_LIST CALL FUNCTION 'FMKBO_ALV_LIST' EXPORTING repid = g_repid ref_struct = con_struct variant = vari-variant layout = p_disvar background_id = g_background_id t_events = g_t_events checkbox = 'X' grid = 'X' TABLES t_data = g_t_itab.

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.

FMRP_AUTHORITY_LIST_ITEMS CALL FUNCTION 'FMRP_AUTHORITY_LIST_ITEMS'.

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_fmrkbhh_col EXCEPTIONS no_variant = 1 no_calculate = 2 OTHERS = 3.

FMKO_READ_ITEMS CALL FUNCTION 'FMKO_READ_ITEMS' EXPORTING repid = g_repid ref_struct = con_struct cfield = selfield-fieldname fipex = g_t_itab-fipex fictr = g_t_itab-fictr fonds = g_t_itab-fonds gjahr = p_gjahr.

FMRKF_KEYFIGURES_GET CALL FUNCTION 'FMRKF_KEYFIGURES_GET' EXPORTING i_f_data = u_f_data i_datatype = u_tabname IMPORTING e_t_keyfigs = l_t_keyfigs.

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