FICACGI1 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 FICACGI1 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FC_GLOBAL_PARAMETERS_EXPORT call function 'FC_GLOBAL_PARAMETERS_EXPORT' exporting e_uname = gs_tabcon-uname e_dimen = gs_tabcon-dimen e_itclg = gs_tabcon-itclg e_rldnr = gs_tabcon-rldnr e_rvers = gs_tabcon-rvers e_ryear = gs_tabcon-ryear e_perid = gs_tabcon-perid e_congr = gs_tabcon-congr e_bunit = gs_tabcon-bunit.
SCROLLING_IN_TABLE call function 'SCROLLING_IN_TABLE' exporting entry_act = i_gtc_tabcon_top_line * ENTRY_FROM = 1 entry_to = i_gtc_tabcon_lines * LAST_PAGE_FULL = 'X' loops = i_g_scr_row_cnt ok_code = i_save_ok_code * OVERLAPPING = ' ' * PAGE_ACT = 0 * PAGE_GO = 0 importing * ENTRIES_SUM = entry_new = i_gtc_tabcon_top_line * PAGES_SUM = * PAGE_NEW = exceptions no_entry_or_page_act = 1 no_entry_to = 2 no_ok_code_or_page_go = 3 others = 4 .
POPUP_TO_CONFIRM_STEP * call function 'LC_POPUP_TO_CONFIRM_STEP_JNA' "wms066666 call function 'POPUP_TO_CONFIRM_STEP' "wms066666 exporting defaultoption = 'Y' textline1 = text-001 "Möchten Sie die Änderungen "speichern? * TEXTLINE2 = '' titel = text-002 "Pflege der globalen "Parameter importing answer = g_answer.
FC_GLOBAL_PARAMETERS_EXPORT call function 'FC_GLOBAL_PARAMETERS_EXPORT' exporting e_uname = gs_tabcon-uname e_dimen = gs_tabcon-dimen e_itclg = gs_tabcon-itclg e_rldnr = gs_tabcon-rldnr e_rvers = gs_tabcon-rvers e_ryear = gs_tabcon-ryear e_perid = gs_tabcon-perid e_congr = gs_tabcon-congr e_bunit = gs_tabcon-bunit.
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 FICACGI1 or its description.