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

IFIFMCHA_SHOW_LIST SAP ABAP INCLUDE - IFIFMCHASHOWLIST







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


INCLUDES used within this REPORT IFIFMCHA_SHOW_LIST

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:

FM_FYC_PROGRESS_INDICATE CALL FUNCTION 'FM_FYC_PROGRESS_INDICATE' EXPORTING i_status = 'L'.

FM_CHAA_LIST_TOP_PREPARE CALL FUNCTION 'FM_CHAA_LIST_TOP_PREPARE' EXPORTING i_cnt_obj = l_cnt_obj i_fikrs = g_f_control_data-fikrs i_gjahr = g_f_control_data-gjahr i_flg_test = g_f_control_data-flg_test i_dias = g_f_control_data-dias i_datum = g_f_control_data-datum i_time = g_f_control_data-time CHANGING c_background_id = l_background_id c_f_lh_attributes = c_f_lh_attributes c_f_action_info = c_f_action_info c_t_list_top = c_t_list_top.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = con_repid i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = l_callback_ucom i_callback_top_of_page = 'TOP_OF_PAGE' i_callback_html_top_of_page = 'HTML_TOP_OF_PAGE' i_background_id = l_background_id i_grid_title = l_title i_save = 'A' is_layout = l_f_layout it_fieldcat = l_t_fieldcat IMPORTING es_exit_caused_by_user = l_f_alv_exit TABLES t_outtab = c_t_outlist.

FM_CCF_TEXT_GET CALL FUNCTION 'FM_CCF_TEXT_GET' EXPORTING i_ledger = -rldnr i_wrttp = -wrttp IMPORTING e_ledger_text = -rldnrt e_wrttp_text = -wrttpt.

FM_FYC_LIST_COSMETICS CALL FUNCTION 'FM_FYC_LIST_COSMETICS' EXPORTING i_msgtyp = -msgtyp CHANGING c_status = -status c_color = -color c_more_err = -more_err c_cnt_obj = c_cnt_obj.

FM_CCF_RACC_CHOICE_ICON_GET CALL FUNCTION 'FM_CCF_RACC_CHOICE_ICON_GET' EXPORTING i_racc_choose = -racc_choose IMPORTING i_racc_choose_icon = -racc_choose_i.



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