SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro | Local Currency Changeover(CA-EUR-CNV) SAP CA

EWUSTDCV SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

CHECK_RSUBD_CONVERSION CALL FUNCTION 'CHECK_RSUBD_CONVERSION' EXPORTING e_paket = d_paket e_rsubd = lp_rsubd e_rvers = lp_rvers IMPORTING i_subrc = ld_subrc EXCEPTIONS paket_not_found = 1 version_not_found = 2.

G_ADJUST_RECORD * CALL FUNCTION 'G_ADJUST_RECORD' * EXPORTING * renumber_rec = 'X' * tabellenname = 'V_GLFLEXT' * TABLES * tabelle = st_v_glflext * EXCEPTIONS * OTHERS = 1.

G_ADJUST_RECORD CALL FUNCTION 'G_ADJUST_RECORD' EXPORTING renumber_obj = 'X' * >>>>> N 109395 * tabellenname = lp_tabname tabellenname = sd_tabname * <<<<< N 109395 TABLES tabelle = EXCEPTIONS OTHERS = 1.

LC_EURO_TW_CHECK * CALL FUNCTION 'LC_EURO_TW_CHECK' * EXPORTING * e_rcomp = lp_rcomp * e_rldnr = lp_rldnr * e_rvers = lp_rvers "#EC DOM_EQUAL * e_ryear = lp_ryear * e_racct = lp_racct * e_rlevl = lp_rlevl * e_docty = lp_docty * e_hw_cukey = lp_hw_cukey * e_kw_cukey = lp_kw_cukey * IMPORTING * i_conv_flag = l_changed * EXCEPTIONS * OTHERS = 1.

K_CREATE_COSPA_TXTKEY CALL FUNCTION 'K_CREATE_COSPA_TXTKEY' EXPORTING i_cospa_txtkey = ld_tdkey IMPORTING e_tdname = ld_tdname_old.

K_CREATE_COSPA_TXTKEY CALL FUNCTION 'K_CREATE_COSPA_TXTKEY' EXPORTING i_cospa_txtkey = ld_tdkey IMPORTING e_tdname = ld_tdname_new.

READ_EXCHANGE_RATE CALL FUNCTION 'READ_EXCHANGE_RATE' EXPORTING date = sy-datum foreign_currency = p_lp_fcukey local_currency = p_lp_tcukey type_of_rate = 'M' IMPORTING fixed_rate = it_fixrates-ukurs EXCEPTIONS no_rate_found = 1 no_factors_found = 2 no_spread_found = 3 derived_2_times = 4 OTHERS = 5.

READ_EXCHANGE_RATE CALL FUNCTION 'READ_EXCHANGE_RATE' EXPORTING date = sy-datum foreign_currency = it_ewupart-waers * local_currency = d_eurocode " note 316222 local_currency = it_ewucur-gtwaer " note 316222 type_of_rate = 'M' IMPORTING fixed_rate = it_eurofix-ukurs EXCEPTIONS no_rate_found = 1 no_factors_found = 2 no_spread_found = 3 derived_2_times = 4 OTHERS = 5.

READ_EXCHANGE_RATE CALL FUNCTION 'READ_EXCHANGE_RATE' EXPORTING date = sy-datum * foreign_currency = d_eurocode " note 316222 foreign_currency = it_ewucur-gtwaer " note 316222 local_currency = it_ewupart-waers type_of_rate = 'M' IMPORTING fixed_rate = it_eurofix-ukurs EXCEPTIONS no_rate_found = 1 no_factors_found = 2 no_spread_found = 3 derived_2_times = 4 OTHERS = 5.



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