FICUP640 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for ..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter FICUP640 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: SO_BUNIT = Consolidation unit
Selection Text: PA_TEST = Test run
Selection Text: PA_RYEAR = Fiscal year
Selection Text: PA_RVERS = Version
Selection Text: PA_RLDNR = Ledger
Selection Text: PA_PRES = Presentation server
Selection Text: PA_PFILE = Physical file name
Selection Text: PA_PERID = Period
Selection Text: PA_METH = Upload method
Selection Text: PA_ITCLG = Cons chart of accounts
Selection Text: PA_FORM = Data format
Selection Text: PA_DIMEN = Dimension
Selection Text: PA_APPL = Application server
Title: SAP Consolidation: Upload Fair Value Adjustment Data
Text Symbol: Z20 = Technical settings
Text Symbol: Z10 = Data
Text Symbol: Z00 = Settings for Data Monitor
Text Symbol: T01 = File selection
Text Symbol: M02 = Subnumber
Text Symbol: M01 = Hidden contingency
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 = Fair value adjustments
Text Symbol: E03 = File does not exist or is locked by another application
INCLUDE: FICCON00, " KONSTANTEN
FICUP62S, " ANFORDERUNGSBILD
FICLPD00, " LISTPROZESSOR
FICLPF00, " LISTPROZESSOR
FICUP62D, " DATEN
FICUP10E, " FEHLERBEHANDLUNG
FICUP62T, " VERSTECKT!
FICUP62C, " KONVERTIERUNG VON UPLOAD-DATEN
No SAP DATABASE tables are accessed within this REPORT code!
FC_AT_FOR_MASTERDATA call function 'FC_AT_FOR_MASTERDATA' exporting e_tcode = sy-tcode e_tabname = 'TF640' tables it_keytab = it_tf640.
FC_AT_FOR_MASTERDATA call function 'FC_AT_FOR_MASTERDATA' exporting e_tcode = sy-tcode e_tabname = 'TF641' tables it_keytab = it_tf641.
FC_AT_FOR_MASTERDATA call function 'FC_AT_FOR_MASTERDATA' exporting e_tcode = sy-tcode e_tabname = 'TF642' tables it_keytab = it_tf642.
FC_AT_FOR_MASTERDATA call function 'FC_AT_FOR_MASTERDATA' exporting e_tcode = sy-tcode e_tabname = 'TF643' tables it_keytab = it_tf643.
FC_AT_FOR_MASTERDATA call function 'FC_AT_FOR_MASTERDATA' exporting e_tcode = sy-tcode e_tabname = 'TF644' tables it_keytab = it_tf644.
FC_TREE_DISPLAY call function 'FC_TREE_DISPLAY' exporting e_title = sy-title e_tab_struct = 'FC01UPSRLST' 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[].
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FICUP640 - SAP Consolidation: Upload Fair Value Adjustment Data FICUP640 - SAP Consolidation: Upload Fair Value Adjustment Data FICUP630 - Upload Changes in Investee Equity FICUP630 - Upload Changes in Investee Equity FICUP62U - documentation and ABAP source code FICUP62T - documentation and ABAP source code