SAP Note 850335 - Incorrect price in R/3 if currency is changed in SRM

Composant : Price determination - Local Purchase Order

Solution : https://service.sap.com/sap/support/notes/850335 (Connexion à SAP Service Marketplace requise)

Mots Clés :
call function 'read_exchange_rate' exporting   date                    = ls_po_konv-kdatu   foreign_currency        = ls_po_konv-waers              local_currency          = lv_local_currency importing              exchange_rate          = ls_po_konv-kkurs            exceptions              no_rate_found          = 1              no_factors_found        = 2              no_spread_found        = 3              derived_2_times        = 4              overflow                = 5              zero_rate              = 6, ls_po_konv-kdatu = bbp_poheader-doc_date, ls_po_konv-waers = bbp_poheader-currency, bbp_poheader-currency eq lv_local_currency, key po_item = ls_po_konv-kposn, waers ne bbp_poheader-currency, lv_local_currency    type waers, ls_po_konv-kmein = ls_bbp_po_item-po_unit, ls_po_konv-kpein = ls_bbp_po_item-price_unit, ls_po_konv-kawrt = ls_bbp_po_item-quantity

Notes associées :

970839Incorrect price in R/3 if currency & price is changed in SRM