FICUP180 is a standard Executable ABAP Report 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 FICUP180 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.
Selection Text: PA_TEST = Test run
Selection Text: PA_PRES = Presentation server
Selection Text: PA_PFILE = Physical file name
Selection Text: PA_METH = Upload method
Selection Text: PA_FORM = Data format
Selection Text: PA_APPL = Application server
Title: EC-CS: Upload Consolidation Groups
Text Symbol: L23 = Added
Text Symbol: L22 = Overwritten
Text Symbol: L21 = Unchanged
Text Symbol: L20 = Statistics
Text Symbol: L11 = # of CGs
Text Symbol: L10 = Tax rate
Text Symbol: L06 = Error in header row
Text Symbol: L05 = Error in data rows
Text Symbol: L04 = Records read
Text Symbol: L03 = Row #
Text Symbol: L01 = Consolidation groups
Text Symbol: E03 = File does not exist or is being processed by another application
Text Symbol: E02 = Error in
Text Symbol: E01 = Wrong file
Text Symbol: M01 = Consolidation group
Text Symbol: M02 = Country
Text Symbol: M03 = Currency
Text Symbol: M04 = Consolidation unit
Text Symbol: T01 = File selection
Text Symbol: Z10 = Data
Text Symbol: Z20 = Technical settings
INCLUDE FICUP62T. "BAL128741
No SAP DATABASE tables are accessed within this REPORT code!
FC_POST_TF160 call function 'FC_POST_TF160' exporting e_proc = con_proc_ins tables r_tf160 = ct_tf160.
FC_POST_TF161 call function 'FC_POST_TF161' exporting e_proc = con_proc_ins tables r_tf161 = ct_tf161.
FC_POST_TF162 call function 'FC_POST_TF162' exporting e_proc = con_proc_ins tables r_tf162 = ct_tf162.
FC_POST_TF163 call function 'FC_POST_TF163' exporting e_proc = con_proc_ins tables r_tf163 = ct_tf163.
FC_POST_TF164 call function 'FC_POST_TF164' exporting e_proc = con_proc_ins tables r_tf164 = ct_tf164.
FC_POST_TF167 call function 'FC_POST_TF167' exporting e_proc = con_proc_ins tables r_tf167 = ct_tf167.
FC_POST_TF168 call function 'FC_POST_TF168' exporting e_proc = con_proc_ins tables r_tf168 = ct_tf168.
FC_POST_TF169 call function 'FC_POST_TF169' exporting e_proc = con_proc_ins tables r_tf169 = ct_tf169.
FC_POST_TF172 call function 'FC_POST_TF172' exporting e_proc = con_proc_ins tables r_tf172 = ct_tf172.
FC_POST_TF180 call function 'FC_POST_TF180' exporting e_proc = con_proc_ins tables r_tf180 = ct_tf180.
FC_POST_TF181 call function 'FC_POST_TF181' exporting e_proc = con_proc_ins tables r_tf181 = ct_tf181.
FC_POST_TF182 call function 'FC_POST_TF182' exporting e_proc = con_proc_ins tables r_tf182 = ct_tf182.
FC_POST_TF183 call function 'FC_POST_TF183' exporting e_proc = con_proc_ins tables r_tf183 = ct_tf183.
FC_POST_TF184 call function 'FC_POST_TF184' exporting e_proc = con_proc_ins tables r_tf184 = ct_tf184.
FC_TREE_DISPLAY call function 'FC_TREE_DISPLAY' exporting e_title = sy-title e_tab_struct = 'FC01UPCGLST' e_hlp_struct = 'FC06UPTAB' et_data = it_idata[] et_list = it_list[] et_fdisp = it_fdisp[] et_kdisp = it_kdisp[] et_blist = it_blist[] et_mdata = it_mdata[] changing ct_work = it_idata[] ct_ffix = it_ffix[] ct_fused = it_fused[].
FC_AUTHORITY_CHECK call function 'FC_AUTHORITY_CHECK' exporting e_id = 'CONGR' e_actvt = l_actvt e_dimen = '*' e_congr = '*' exceptions exc_no_permission = 1.
FC_FIELD_PROPERTIES call function 'FC_FIELD_PROPERTIES' importing it_fprop = et_fprop it_fdep = et_fdep it_fattr = et_fattr.
DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = gc_struc langu = sy-langu tables dfies_tab = lt_dfies exceptions others.
call function 'DDIF_FIELDINFO_GET' exporting tabname = 'TF200' langu = sy-langu tables dfies_tab = lt_dfies exceptions others.
FC_LEDGER_PROPERTIES call function 'FC_LEDGER_PROPERTIES' changing cs_rldnr = ls_rldnr.
FC_CHAR_PROPERTIES call function 'FC_CHAR_PROPERTIES' exporting e_fieldname = lt_attr-fieldname changing ct_char = lt_attr_single.
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 FICUP180 or its description.