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

RFFMKHHSX SAP ABAP Report - documentation and ABAP source code







RFFMKHHSX 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 RFFMKHHSX 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 RFFMKHHSX. "Basic submit
SUBMIT RFFMKHHSX AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMKHHSX 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_NAME = File Name
Selection Text: P_FILE =
Selection Text: P_BERICH =
Title:
Text Symbol: 023 =
Text Symbol: 022 =
Text Symbol: 021 =
Text Symbol: 020 = Description
Text Symbol: 012 =
Text Symbol: 011 =
Text Symbol: 010 =
Text Symbol: 006 =
Text Symbol: 005 =
Text Symbol: 004 =
Text Symbol: 003 =
Text Symbol: 002 =
Text Symbol: 001 =
004
003
002
001


INCLUDES used within this REPORT RFFMKHHSX

INCLUDE LKBPPEQU.


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.

FM_HH_FICTR_DETERMINE call function 'FM_HH_FICTR_DETERMINE' exporting ip_fikrs = s_fikrs-low ip_gjahr = p_gjahr importing op_hh_fictr = s_fictr-low exceptions not_found = 1 others = 2.

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = gv_repid i_structure_name = gc_str is_layout = gs_layout it_fieldcat = gt_fieldcat it_events = gt_events tables t_outtab = gt_outtab.

GUI_DOWNLOAD call function 'GUI_DOWNLOAD' exporting * BIN_FILESIZE = filename = uc_filename filetype = 'ASC' * APPEND = ' ' * WRITE_FIELD_SEPARATOR = ' ' * HEADER = '00' * TRUNC_TRAILING_BLANKS = ' ' * WRITE_LF = 'X' * COL_SELECT = ' ' * COL_SELECT_MASK = ' ' * IMPORTING * FILELENGTH = tables data_tab = g_t_file exceptions file_write_error = 1 no_batch = 2 gui_refuse_filetransfer = 3 invalid_type = 4 no_authority = 5 unknown_error = 6 header_not_allowed = 7 separator_not_allowed = 8 filesize_not_allowed = 9 header_too_long = 10 dp_error_create = 11 dp_error_send = 12 dp_error_write = 13 unknown_dp_error = 14 access_denied = 15 dp_out_of_memory = 16 disk_full = 17 dp_timeout = 18 file_not_found = 19 dataprovider_exception = 20 control_flush_error = 21 others = 22.

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = gv_repid i_structure_name = gc_str is_layout = gs_layout it_fieldcat = gt_fieldcat it_events = gt_events tables t_outtab = gt_outtab.

FM_SIGN_GET_FOR_EXPENDITURE call function 'FM_SIGN_GET_FOR_EXPENDITURE' importing e_sign = g_flg_expsign e_sign_revenues = g_flg_revsign.

FM00_CHECK_ISPS call function 'FM00_CHECK_ISPS' importing e_kom_activ = g_flg_komm.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = gc_str changing ct_fieldcat = xt_fieldcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.

REUSE_ALV_EVENTS_GET call function 'REUSE_ALV_EVENTS_GET' exporting i_list_type = 0 importing et_events = xt_events.

REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = gt_list_top_of_page.



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