<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Need ABAP CODE for Replacing Values while loading into ADSO in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-abap-code-for-replacing-values-while-loading-into-adso/m-p/780094#M39164</link>
    <description>&lt;P&gt;So first you mapping company code and currency from source to currency of target ADSO. chose routine rule for that mapping, in this routine write code to check source currency code if its dummy one then select the currency code from company code like you said, its quite simple. something like:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;If src_currency = 'dummy'. "your logic to check dummy currency
select single CURRENCY from /BI0/PCOMP_CODE 
where COMP_CODE = src_companycode 
and OBJVERS = 'A' "Active one 
into result. "here is the replacement
endif.&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 10 Jan 2019 01:38:45 GMT</pubDate>
    <dc:creator>DoanManhQuynh</dc:creator>
    <dc:date>2019-01-10T01:38:45Z</dc:date>
    <item>
      <title>Need ABAP CODE for Replacing Values while loading into ADSO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-abap-code-for-replacing-values-while-loading-into-adso/m-p/780089#M39159</link>
      <description>&lt;P&gt;Hi All &lt;/P&gt;
  &lt;P&gt;I have a Scenario as Below:&lt;/P&gt;
  &lt;P&gt;There are some dump values in the Currency Field from Source System.&lt;/P&gt;
  &lt;P&gt;Inorder to get rid of that , I have a scenario where i can lookup the Value for Currency Based on Company Code from 0COMP_CODE and Replace the Currency Value Respectively in Transformation and Load into ADSO.&lt;/P&gt;
  &lt;P&gt;Can anybody Help on this.&lt;/P&gt;
  &lt;P&gt;Thanks in Advance&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 12:08:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-abap-code-for-replacing-values-while-loading-into-adso/m-p/780089#M39159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-01-09T12:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Need ABAP CODE for Replacing Values while loading into ADSO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-abap-code-for-replacing-values-while-loading-into-adso/m-p/780090#M39160</link>
      <description>&lt;UL&gt;&lt;LI&gt;Did you analyze why 'there are some dump values in the Currency Field from Source System'?&lt;/LI&gt;&lt;LI&gt;Are you speaking about currency code or currency amount?&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 09 Jan 2019 12:26:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-abap-code-for-replacing-values-while-loading-into-adso/m-p/780090#M39160</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2019-01-09T12:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Need ABAP CODE for Replacing Values while loading into ADSO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-abap-code-for-replacing-values-while-loading-into-adso/m-p/780091#M39161</link>
      <description>&lt;P&gt;Currency Code&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 12:39:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-abap-code-for-replacing-values-while-loading-into-adso/m-p/780091#M39161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-01-09T12:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Need ABAP CODE for Replacing Values while loading into ADSO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-abap-code-for-replacing-values-while-loading-into-adso/m-p/780092#M39162</link>
      <description>&lt;P&gt;They are being scanned from a Document and Loaded into ECC System.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 12:41:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-abap-code-for-replacing-values-while-loading-into-adso/m-p/780092#M39162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-01-09T12:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need ABAP CODE for Replacing Values while loading into ADSO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-abap-code-for-replacing-values-while-loading-into-adso/m-p/780093#M39163</link>
      <description>&lt;P&gt;No check are executed in ECC (source system) Hope it's a customer table (Zxxxx) ?&lt;/P&gt;&lt;P&gt;Nevertheless you shouldn't need Abap, in the transformation a simple rule type 'Read Master Data' could meet the requirement. (Correction in source system would be far better than this band-aid on a wooden leg...)&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 13:32:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-abap-code-for-replacing-values-while-loading-into-adso/m-p/780093#M39163</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2019-01-09T13:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need ABAP CODE for Replacing Values while loading into ADSO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-abap-code-for-replacing-values-while-loading-into-adso/m-p/780094#M39164</link>
      <description>&lt;P&gt;So first you mapping company code and currency from source to currency of target ADSO. chose routine rule for that mapping, in this routine write code to check source currency code if its dummy one then select the currency code from company code like you said, its quite simple. something like:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;If src_currency = 'dummy'. "your logic to check dummy currency
select single CURRENCY from /BI0/PCOMP_CODE 
where COMP_CODE = src_companycode 
and OBJVERS = 'A' "Active one 
into result. "here is the replacement
endif.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 10 Jan 2019 01:38:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-abap-code-for-replacing-values-while-loading-into-adso/m-p/780094#M39164</guid>
      <dc:creator>DoanManhQuynh</dc:creator>
      <dc:date>2019-01-10T01:38:45Z</dc:date>
    </item>
  </channel>
</rss>

