SAP Reports / Programs | Enterprise Controlling | Consolidation(EC-CS) SAP EC

FICUP640 SAP ABAP Report - SAP Consolidation: Upload Fair Value Adjustment Data







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT FICUP640. "Basic submit
SUBMIT FICUP640 AND RETURN. "Return to original report after report execution complete
SUBMIT FICUP640 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT FICUP640

INCLUDE: FICCON00, " KONSTANTEN
FICUP62S, " ANFORDERUNGSBILD
FICLPD00, " LISTPROZESSOR
FICLPF00, " LISTPROZESSOR
FICUP62D, " DATEN
FICUP10E, " FEHLERBEHANDLUNG
FICUP62T, " VERSTECKT!
FICUP62C, " KONVERTIERUNG VON UPLOAD-DATEN


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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[].



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 FICUP640 or its description.