FICUP160 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 FICUP160 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: Upload Consolidation Units
Text Symbol: L23 = Added
Text Symbol: L22 = Overwritten
Text Symbol: L21 = Unchanged
Text Symbol: L20 = Statistics
Text Symbol: L11 = # of CUs
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 units
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 unit
Text Symbol: M02 = Country
Text Symbol: M03 = Currency
Text Symbol: M04 = Financial data type
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_GLOBAL_PARAMETERS_IMPORT call function 'FC_GLOBAL_PARAMETERS_IMPORT' "bal/p45k66612 importing i_rldnr = gd_rldnr. "bal/p45k66612
FC_PERTP_CHECK call function 'FC_PERTP_CHECK' exporting et_pertp = lt_pertp exceptions pertp_overlap = 1.
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_TF165 call function 'FC_POST_TF165' exporting e_proc = con_proc_ins tables r_tf165 = ct_tf165.
FC_POST_TF166 call function 'FC_POST_TF166' exporting e_proc = con_proc_ins tables r_tf166 = ct_tf166.
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_TREE_DISPLAY call function 'FC_TREE_DISPLAY' exporting e_title = sy-title e_tab_struct = 'FC01UPCULST' 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 = 'BUNIT' e_actvt = l_actvt e_dimen = '*' e_bunit = '*' 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.
DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = 'TF200' langu = sy-langu tables dfies_tab = lt_dfies exceptions others.
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 FICUP160 or its description.