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

FICC2F73 SAP ABAP INCLUDE - documentation and ABAP source code







FICC2F73 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 FICC2F73 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 FICC2F73. "Basic submit
SUBMIT FICC2F73 AND RETURN. "Return to original report after report execution complete
SUBMIT FICC2F73 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 FICC2F73

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:

FC_COI_VALUES_TRANSLATE CALL FUNCTION 'FC_COI_VALUES_TRANSLATE' EXPORTING I_RVERS = is_param-rvers I_RYEAR = is_param-year I_PERID = is_param-period I_PERIV = l_periv IF_XRATE_PP = lf_xrate_pp I_FCURR = is_param-lckeyie I_TCURR = is_param-gcurr IT_CONTROL = is_gwct-t_CTR_GW_CONTROL IT_DATA = lt_ctr_gw_in IMPORTING ET_DATA = lt_ctr_gw_out ET_XRATE_FACTOR = lt_xrf ET_MESSAGE = lt_msg.

FC_COI_AVERAGE_XRATE_CALC CALL FUNCTION 'FC_COI_AVERAGE_XRATE_CALC' EXPORTING I_KFIG_FROM = 'LCVALIE' I_SIGN_FROM = 'SVALU' I_KFIG_TO = 'BKVRC' I_SIGN_TO = 'SVALU' I_WEIGHT = 'PCNT1' I_SIGN_WEIGHT = 'SPCNT' IT_DATA = iT_INV_XRATE_CALC IMPORTING ET_XRATE = cs_gwct-s_inv_xrate-T_XRATE et_xrate_factor = cs_gwct-s_inv_xrate-T_XRf.

FC_COI_AVERAGE_XRATE_CALC2 CALL FUNCTION 'FC_COI_AVERAGE_XRATE_CALC2' EXPORTING I_RVERS = i_rvers I_RYEAR = i_ryear I_PERID = i_perid I_XRIND = i_xrindgwbs I_FCURR = ls_inv_xrate_ic-lckeyie I_TCURR = i_gcurr I_DATE = 'ACQDATE' I_WEIGHT = 'PCNT1' I_SIGN_WEIGHT = 'SPCNT' IT_DATA = iT_INV_XRATE_ic_CALC IMPORTING ET_XRATE = lt_xrate_ic ET_XRATE_FACTOR = lT_XRf_ic.

FC_COI_VALUES_TRANSLATE CALL FUNCTION 'FC_COI_VALUES_TRANSLATE' EXPORTING I_RVERS = is_param-rvers I_RYEAR = is_param-year I_PERID = is_param-cur_period "sic! I_PERIV = i_periv I_FCURR = is_param-lckeyie I_TCURR = is_param-gcurr IT_CONTROL = is_gwct-t_CTR_GW_CONTROL IT_DATA = lt_ctr_gw_in IMPORTING ET_DATA = lt_ctr_gw_out ET_XRATE_FACTOR = lt_xrf ET_MESSAGE = lt_msg.

G_POSTING_DATE_OF_PERIOD_GET CALL FUNCTION 'G_POSTING_DATE_OF_PERIOD_GET' EXPORTING PERIOD = is_inv-perid VARIANT = ls_cu_periv-periv YEAR = is_inv-ryear IMPORTING FROM_DATE = l_fdate TO_DATE = l_tdate EXCEPTIONS PERIOD_NOT_DEFINED = 1 VARIANT_NOT_DEFINED = 2 OTHERS = 3.



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