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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
EWUSTDCV - documentation and ABAP source code EWUSTDCR - EMU Standard: Specific Conversion Routines EWUSTDCP - EMU Conversion: Conversion Log Routines EWUSTCPE - Conversionreport for table: COST EWUSTCDD - Data Definitions for Euro Conversion Package before Central Routines EWUSTART - EMU Conversion: Start all Postprocessing Programs