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

FICUP62U SAP ABAP INCLUDE - documentation and ABAP source code







FICUP62U is a standard ABAP INCLUDE 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 FICUP62U 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 FICUP62U. "Basic submit
SUBMIT FICUP62U AND RETURN. "Return to original report after report execution complete
SUBMIT FICUP62U VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT FICUP62U

No INCLUDES are used within this REPORT code!


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:

G_POSTING_DATE_OF_PERIOD_GET call function 'G_POSTING_DATE_OF_PERIOD_GET' "xrp092315 exporting "xrp092315 period = v_perid "xrp092315 variant = id_periv "xrp092315 year = v_ryear "xrp092315 importing "xrp092315 to_date = r_date. "xrp092315

FC_GET_VERSIONS call function 'FC_GET_VERSIONS' exporting e_errflg = con_off e_rvers = gd_rvers importing i_assvs = gd_assvs i_invvs = gd_invvs i_equvs = gd_equvs i_curvs = gd_curvs i_taxvs = gd_taxvs i_ctrvs = gd_ctrvs i_inpvs = gd_inpvs i_subrc = ld_subrc.

FC_EXRTYP_READ call function 'FC_EXRTYP_READ' exporting e_rvers = gd_rvers e_ryear = v_ryear e_perid = v_perid e_exrind = r_ctype importing i_exrtyp = ld_exind exceptions exrtyp_not_found = 1 error = 2 others = 3.

CONVERT_TO_LOCAL_CURRENCY call function 'CONVERT_TO_LOCAL_CURRENCY' exporting date = ld_date foreign_amount = r_lcval foreign_currency = gd_lcurr local_currency = gd_gcurr rate = 0 type_of_rate = ld_exind importing exchange_rate = r_crate foreign_factor = r_ffact local_amount = r_gcval local_factor = r_tfact exceptions no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5.

FC_EXRTYP_READ call function 'FC_EXRTYP_READ' exporting e_rvers = gd_rvers e_ryear = v_ryear e_perid = v_perid e_exrind = r_ctype importing i_exrtyp = ld_exind exceptions exrtyp_not_found = 1 error = 2 others = 3.

CONVERT_TO_FOREIGN_CURRENCY call function 'CONVERT_TO_FOREIGN_CURRENCY' exporting date = ld_date foreign_currency = gd_lcurr local_amount = r_gcval local_currency = gd_gcurr rate = 0 type_of_rate = ld_exind importing exchange_rate = r_crate foreign_amount = r_lcval foreign_factor = r_ffact local_factor = r_tfact exceptions no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5.

FC_TREE_DISPLAY call function 'FC_TREE_DISPLAY' exporting e_title = sy-title e_tab_struct = 'FC06UPLST' e_hlp_struct = 'FC06UPTAB' et_data = it_data[] et_list = it_list[] et_fdisp = it_fdisp[] et_kdisp = it_kdisp[] et_blist = it_blist[] et_mdata = it_mdata[] changing ct_work = it_data[] ct_ffix = it_ffix[] ct_fused = it_fused[].

FC_STATUS_CHECK *call function 'FC_STATUS_CHECK' * exporting * e_dimen = gd_dimen * e_itclg = gd_itclg * e_rvers = gd_rvers * e_bunit = ld_bunit * e_ryear = gd_ryear * e_perid = gd_perid * e_cactt = '02' * e_monitor_flag = ' ' * exceptions * period_not_open = 1 * prev_period_not_closed = 2 * cacti_already_locked = 3 * prev_cacti_not_locked = 4 * ref_cacti_locked = 5 * prev_refcacti_not_locked = 6 * cacti_not_in_cacgr = 7 * cacgr_not_assigned = 8 * others = 9.

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 = ld_bunit e_coi = 'X' tables t_locked = lt_locked.

FC_ITGRP_PROPERTIES call function 'FC_ITGRP_PROPERTIES' exporting e_itclg = id_itclg changing ct_itgrp_prop = lt_itgrp_prop.



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