SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

RFCASH_HU_F01 SAP ABAP INCLUDE - Include RFCASH_HU_F01







RFCASH_HU_F01 is a standard ABAP INCLUDE 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 RFCASH_HU_F01 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 RFCASH_HU_F01. "Basic submit
SUBMIT RFCASH_HU_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT RFCASH_HU_F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include RFCASH_HU_F01


INCLUDES used within this REPORT RFCASH_HU_F01

No INCLUDES are used within this REPORT code!


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:

BAL_LOG_HDR_READ CALL FUNCTION 'BAL_LOG_HDR_READ' EXPORTING I_LOG_HANDLE = gv_log_handle IMPORTING E_STATISTICS = ls_stats.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid i_callback_pf_status_set = gv_set_pf_status i_callback_user_command = gv_user_command it_events = t_events[] i_tabname_header = 'GT_EXCRATE_HDR' i_tabname_item = 'GT_EXCRATE_ALV' * i_structure_name_header = 'IDCJ_RATE_ALV_HDR' * i_structure_name_item = 'IDCJ_RATE_ALV' is_keyinfo = ls_keyinfo i_save = 'A' * is_layout = l_layout it_fieldcat = lt_fieldcat[] is_variant = gv_variant * is_print = l_print TABLES t_outtab_header = gt_excrate_hdr t_outtab_item = gt_excrate_alv.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_internal_tabname = 'GT_EXCRATE_HDR' i_structure_name = 'IDCJ_RATE_ALV_HDR' CHANGING ct_fieldcat = ct_fieldcat[].

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_internal_tabname = 'GT_EXCRATE_ALV' i_structure_name = 'IDCJ_RATE_ALV' CHANGING ct_fieldcat = ct_fieldcat[].

BAL_LOG_HDR_READ CALL FUNCTION 'BAL_LOG_HDR_READ' EXPORTING I_LOG_HANDLE = gv_log_handle IMPORTING E_STATISTICS = ld_stats.

BAL_DSP_PROFILE_STANDARD_GET CALL FUNCTION 'BAL_DSP_PROFILE_STANDARD_GET' IMPORTING E_S_DISPLAY_PROFILE = l_display_profile.

BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY' EXPORTING * I_S_LOG_FILTER = * I_T_LOG_CONTEXT_FILTER = * I_S_MSG_FILTER = * I_T_MSG_CONTEXT_FILTER = * I_T_LOG_HANDLE = * I_T_MSG_HANDLE = I_S_DISPLAY_PROFILE = l_display_profile * I_AMODAL = ' ' EXCEPTIONS OTHERS = 1.

FI_MESSAGES_ALV CALL FUNCTION 'FI_MESSAGES_ALV' EXPORTING I_HEADLINE = text-044 * IS_VARIANT = h_variant * IS_LAYOUT = t_slis_layout_alv CHANGING IE_BHDGD = BHDGD.

BAL_LOG_CREATE call function 'BAL_LOG_CREATE' EXPORTING i_s_log = l_s_log IMPORTING E_LOG_HANDLE = gv_log_handle EXCEPTIONS LOG_HEADER_INCONSISTENT = 1 OTHERS = 2.

BAL_LOG_MSG_CUMULATE call function 'BAL_LOG_MSG_CUMULATE' exporting i_s_msg = l_s_msg * I_LOG_HANDLE = * importing * E_MSG_WAS_LOGGED = G_E_MSG exceptions log_not_found = 0 others = 1.

FI_MESSAGE_COLLECT CALL FUNCTION 'FI_MESSAGE_COLLECT' EXPORTING I_FIMSG = FIMSG I_XAPPN = ' ' EXCEPTIONS OTHERS = 01.

REUSE_ALV_EVENTS_GET call function 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 1 IMPORTING et_events = t_event[] EXCEPTIONS list_type_wrong = 1 others = 2.

REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.

REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_line.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = ls_variant "VARIANT i_save = 'A' IMPORTING es_variant = ls_variant EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = 'A' CHANGING cs_variant = ls_variant.

BAL_LOG_HDR_READ CALL FUNCTION 'BAL_LOG_HDR_READ' EXPORTING I_LOG_HANDLE = gv_log_handle IMPORTING E_STATISTICS = ls_stats.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = gv_repid I_CALLBACK_PF_STATUS_SET = gv_set_pf_status I_CALLBACK_USER_COMMAND = gv_user_command I_STRUCTURE_NAME = 'IDCJ_RATE_ALV_HDR' IT_FIELDCAT = lt_fieldcat[] I_SAVE = 'A' IT_EVENTS = t_events[] TABLES t_outtab = gt_excrate_hdr.



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