RFFMCCAVC_REINITF01 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 RFFMCCAVC_REINITF01 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 RFFMCCAVC_REINITF01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SMLG_GET_DEFINED_SERVERS CALL FUNCTION 'SMLG_GET_DEFINED_SERVERS' EXPORTING grouptype = 'S' groupname = u_server_group TABLES instances = l_t_instances EXCEPTIONS invalid_group_type = 1 no_instances_found = 2 OTHERS = 3.
FMCCAVC_CHECK_ALDNR_FOR_FMCC CALL FUNCTION 'FMCCAVC_CHECK_ALDNR_FOR_FMCC' EXPORTING i_aldnr = l_f_aldnr-aldnr EXCEPTIONS no_avc_ledger = 1 no_fmcc_ledger = 2 OTHERS = 3.
FMCCAVC_RECON_ALDNR_REINIT CALL FUNCTION 'FMCCAVC_RECON_ALDNR_REINIT' EXPORTING i_company_code = p_bukrs i_fiscyear = p_gjahr i_r_hkont = l_r_hkont i_flg_refresh_index = p_clindx i_flg_test_run = p_test i_flg_parallel_proc = p_rfcprc i_server_group = p_rfcgrp i_max_task_no = p_maxprc IMPORTING e_db_records = g_total_db_records e_nbr_packets = g_total_nbr_packets CHANGING c_t_aldnr = g_t_aldnr c_log_handle = g_log_handle EXCEPTIONS recon_abort = 1 OTHERS = 2.
BAL_DSP_TXT_MSG_READ CALL FUNCTION 'BAL_DSP_TXT_MSG_READ' EXPORTING i_langu = sy-langu i_msgid = l_f_message-msg-msgid i_msgno = l_f_message-msg-msgno i_msgv1 = l_f_message-msg-msgv1 i_msgv2 = l_f_message-msg-msgv2 i_msgv3 = l_f_message-msg-msgv3 i_msgv4 = l_f_message-msg-msgv4 IMPORTING e_message_text = l_f_message-msg_txt.
BAL_DSP_TXT_MSG_READ CALL FUNCTION 'BAL_DSP_TXT_MSG_READ' EXPORTING i_langu = sy-langu i_msgid = l_f_message-msg-msgid i_msgno = l_f_message-msg-msgno i_msgv1 = l_f_message-msg-msgv1 i_msgv2 = l_f_message-msg-msgv2 i_msgv3 = l_f_message-msg-msgv3 i_msgv4 = l_f_message-msg-msgv4 IMPORTING e_message_text = l_f_message-msg_txt.
BAL_DSP_TXT_MSG_READ CALL FUNCTION 'BAL_DSP_TXT_MSG_READ' EXPORTING i_langu = sy-langu i_msgid = l_f_message-msg-msgid i_msgno = l_f_message-msg-msgno i_msgv1 = l_f_message-msg-msgv1 i_msgv2 = l_f_message-msg-msgv2 i_msgv3 = l_f_message-msg-msgv3 i_msgv4 = l_f_message-msg-msgv4 IMPORTING e_message_text = l_f_message-msg_txt.
BAL_LOG_HDR_READ CALL FUNCTION 'BAL_LOG_HDR_READ' EXPORTING i_log_handle = g_log_handle IMPORTING e_statistics = l_f_statistics.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = l_repid i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND' i_callback_top_of_page = 'TOP_OF_GRID' i_callback_html_top_of_page = 'HTML_TOP_OF_GRID' i_background_id = l_background_id i_grid_title = l_grid_title is_layout = l_f_layout it_fieldcat = l_t_fieldcat[] i_save = 'X' is_variant = l_f_variant i_html_height_top = '30' TABLES t_outtab = g_t_alv_header EXCEPTIONS program_error = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFMCCAVC_REINITF01 - Include RFFMCCAVC_REINITF01 RFFMCCAVC_REINIT - Re-Initialize Cash Control Ledgers (CC) RFFMCCAVC_REINIT - Re-Initialize Cash Control Ledgers (CC) RFFMCCAVC_OVERVIEW_LISTTOP - RFFMCCAVCOVERVIEWLISTTOP RFFMCCAVC_OVERVIEW_LISTS0 - RFFMCCAVCOVERVIEWLISTS0 RFFMCCAVC_OVERVIEW_LISTO01 - RFFMCCAVCOVERVIEWLISTO01