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
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.
Title: Include RFCASH_HU_F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFCASH_HU_F01 - Include RFCASH_HU_F01 RFCASH_HU_F00 - Include RFCASH_HU_F00 RFCASH_HU_AVP_TOP - Include RFCASH_HU_AVP_TOP RFCASH_HU_AVP_SEL_SCR - Include RFCASH_HU_AVP_SEL_SCR RFCASH_HU_AVP - Exchange Rate Calculation for Cash Journal (Hungary) RFCASH_HU_AVP - Exchange Rate Calculation for Cash Journal (Hungary)