<?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: Regarding Conversion data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-conversion-data/m-p/9196701#M1714940</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use CONVERSION_EXIT_MATN1_OUTPUT and put the result in a field without conversion exit if you want to display it and prevent automatic re-conversion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jan 2013 18:22:33 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2013-01-22T18:22:33Z</dc:date>
    <item>
      <title>Regarding Conversion data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-conversion-data/m-p/9196697#M1714936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have matnr field,&lt;/P&gt;&lt;P&gt;initially matnr = 0000000002000018 this is internal representation.&lt;/P&gt;&lt;P&gt;when we try to displaying the matnr displaying as&amp;nbsp; matnr = 2000-018&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Actual Requirement &lt;/STRONG&gt;: actually i need to pass matnr field&amp;nbsp; without leading zeros to some other non sap system, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this requirement i used convert_exit_alpha output or shifet field leading deleting '0' , after applying this matnr showing in sap system as "-" only...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help how to fix it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 12:03:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-conversion-data/m-p/9196697#M1714936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-22T12:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Conversion data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-conversion-data/m-p/9196698#M1714937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To resolve this you can use SPLIT command at hyphen and concatenate those strings again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mahidhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 12:06:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-conversion-data/m-p/9196698#M1714937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-22T12:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Conversion data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-conversion-data/m-p/9196699#M1714938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 12:10:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-conversion-data/m-p/9196699#M1714938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-22T12:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Conversion data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-conversion-data/m-p/9196700#M1714939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try the below Function module for conversion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_MATN1_OUTPUT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 12:17:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-conversion-data/m-p/9196700#M1714939</guid>
      <dc:creator>madhankumardham</dc:creator>
      <dc:date>2013-01-22T12:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Conversion data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-conversion-data/m-p/9196701#M1714940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use CONVERSION_EXIT_MATN1_OUTPUT and put the result in a field without conversion exit if you want to display it and prevent automatic re-conversion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 18:22:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-conversion-data/m-p/9196701#M1714940</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-01-22T18:22:33Z</dc:date>
    </item>
  </channel>
</rss>

