FICUP115 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 FICUP115 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.
Enter Subitems
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 Subitems
Text Symbol: Z20 = Technical Settings
Text Symbol: Z10 = Data
Text Symbol: T01 = File selection
Text Symbol: L09 = Lng
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: L02 = Long texts
Text Symbol: L01 = Subitems
Text Symbol: E03 = File does not exist or is being processed by another application
Text Symbol: E02 = Error during
Text Symbol: E01 = Wrong file
Text Symbol: 007 = No acquisition subitem
Text Symbol: 006 = No retirement subitem
Text Symbol: 005 = No carryforward subitem
Text Symbol: 004 = Subitem
Text Symbol: 001 = No signs
INCLUDE FICUP62T. "BAL128741
No SAP DATABASE tables are accessed within this REPORT code!
FC_POST_TF115 call function 'FC_POST_TF115' exporting e_proc = con_proc_ins tables r_tf115 = ct_tf115.
FC_POST_TF116 call function 'FC_POST_TF116' exporting e_proc = con_proc_ins tables r_tf116 = ct_tf116.
FC_POST_TF117 call function 'FC_POST_TF117' exporting e_proc = con_proc_ins tables r_tf117 = ct_tf117.
FC_TREE_DISPLAY call function 'FC_TREE_DISPLAY' exporting e_title = sy-title e_tab_struct = 'FC01SLST' 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 = 'ITCLG' e_actvt = l_actvt e_itclg = '*' exceptions exc_no_permission = 1 others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.