FICUP645 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 FICUP645 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CX3FD - Upload Fair Value Adjustments(Value)
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 = D Consolidation unit
Selection Text: PA_TEST = D Test run
Selection Text: PA_RYEAR = D Fiscal year
Selection Text: PA_RVERS = D Version
Selection Text: PA_RLDNR = D Ledger
Selection Text: PA_PRES = D Presentation server
Selection Text: PA_PFILE = D Physical file name
Selection Text: PA_PERID = D Period
Selection Text: PA_METH = D Upload method
Selection Text: PA_ITCLG = D Cons chart of accounts
Selection Text: PA_FORM = D File format
Selection Text: PA_DIMEN = D Dimension
Selection Text: PA_APPL = D Application server
Title: SAP Consolidaiton: Upload Changes to Fair Value Adjustments
Text Symbol: Z20 = Technical settings
Text Symbol: Z10 = Data
Text Symbol: Z00 = Settings for Data Monitor
Text Symbol: T01 = File selection
Text Symbol: M01 = Special version fair value adjustments
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FC_COI_HR_PROPERTIES call function 'FC_COI_HR_PROPERTIES' exporting e_dimen = gd_dimen e_itclg = gd_itclg e_rvers = gd_rvers e_ryear = gd_ryear e_perid = gd_perid e_cu_all = 'X' importing it_hrprop = lt_hrprop it_message = lt_message.
FC_COI_HR_DATA_READ call function 'FC_COI_HR_DATA_READ' exporting e_dimen = gd_dimen e_rldnr = gd_rldnr e_itclg = gd_itclg e_rvers = gd_rvers e_ryear = gd_ryear e_perid = gd_perid e_cu_all = 'X' importing it_hr = lt_hr_orig.
FC_COI_HR_DATA_CALC call function 'FC_COI_HR_DATA_CALC' exporting e_dimen = gd_dimen e_rldnr = gd_rldnr e_itclg = gd_itclg e_rvers = gd_rvers e_ryear = gd_ryear e_perid = gd_perid importing it_message = lt_message changing ct_hr = gt_hr ct_hrprop = lt_hrprop.
FC_COI_HR_UPDATE call function 'FC_COI_HR_UPDATE' exporting e_dimen = gd_dimen e_rldnr = gd_rldnr e_itclg = gd_itclg e_rvers = gd_rvers e_ryear = gd_ryear e_perid = gd_perid changing ct_hr = gt_hr.
FC_TREE_DISPLAY call function 'FC_TREE_DISPLAY' exporting e_title = sy-title e_tab_struct = 'FC03UPSRLST' 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 = 'CACTT' e_dimen = gd_dimen e_congr = '' e_bunit = gd_coicu e_rvers = gd_rvers "bal/p99k41062 e_cactt = '02' e_cacti = '' e_actvt = l_actvt exceptions exc_no_permission = 1.
FC_STATUS_CHECK * call function 'FC_STATUS_CHECK' * exporting e_dimen = gd_dimen * e_itclg = ld_itclg * e_rvers = gt_rvers-rvers * e_bunit = gd_bunit * e_ryear = gd_ryear * e_perid = gd_perid * e_cactt = '02' * e_monitor_flag = space * exceptions period_not_open = 1 * prev_period_not_closed = 2 * cacti_already_locked = 3.
FC_STATUS_CHECK_CACTI_AFD call function 'FC_STATUS_CHECK_CACTI_AFD' exporting e_dimen = gd_dimen e_itclg = gd_itclg e_rvers = gd_rvers e_ryear = gd_ryear e_perid = gd_perid e_bunit = gd_coicu e_coi = space tables t_locked = lt_locked.
FC_STATUS_RESET_CACTI_AFD call function 'FC_STATUS_RESET_CACTI_AFD' exporting e_dimen = gd_dimen e_itclg = ld_itclg e_rvers = gd_rvers e_ryear = gd_ryear e_perid = gd_perid e_bunit = gd_coicu e_coi = space.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FICUP645 - SAP Consolidaiton: Upload Changes to Fair Value Adjustments FICUP645 - SAP Consolidaiton: Upload Changes to Fair Value Adjustments 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