<?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: Reg: Conversion exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-conversion-exit/m-p/5709707#M1296337</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This happens if the KUNNR value is not populated in your program before inserting the same into the data base table. Please check if the KUNNR value population is happening or not for this record in debug mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jun 2009 11:22:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-09T11:22:07Z</dc:date>
    <item>
      <title>Reg: Conversion exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-conversion-exit/m-p/5709705#M1296335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am updating a custom table with insert statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table contains a field which is of type KUNNR which will have conversion exit in the domain level. I am populating that field in the workarea with padded zeros, even then it is updating that field in the table with zeros. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Awaiting your replies..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ravee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 11:11:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-conversion-exit/m-p/5709705#M1296335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-09T11:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Conversion exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-conversion-exit/m-p/5709706#M1296336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no need to worry.. just chk if u are passing without zeros or not... if u are passing as u need it... just let SAP do the things for its domains...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when u will retrieve or see the data.... 0s wont come&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 11:15:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-conversion-exit/m-p/5709706#M1296336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-09T11:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Conversion exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-conversion-exit/m-p/5709707#M1296337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This happens if the KUNNR value is not populated in your program before inserting the same into the data base table. Please check if the KUNNR value population is happening or not for this record in debug mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 11:22:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-conversion-exit/m-p/5709707#M1296337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-09T11:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Conversion exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-conversion-exit/m-p/5709708#M1296338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no need to worry.. just chk if u are passing without zeros or not... if u are passing as u need it... just let SAP do the things for its domains...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;For your point, I have already mentioned that I am populating the KUNNR field with zeros padded...but it is updating the table without zeros and even while fetching it is returning values without zeros..&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ravee..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 11:27:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-conversion-exit/m-p/5709708#M1296338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-09T11:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Conversion exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-conversion-exit/m-p/5709709#M1296339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check with the below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;tables: ztest.

data: kunnr type kunnr.

kunnr = '0000100008'.

CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
  EXPORTING
    input         = kunnr   "pass your internal table 
 IMPORTING
   OUTPUT        = kunnr 
          .

ztest-kunnr = kunnr.

if sy-subrc = 0.

  insert into ZTEST values ztest.

endif.

write:/ kunnr.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandhya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 11:28:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-conversion-exit/m-p/5709709#M1296339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-09T11:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Conversion exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-conversion-exit/m-p/5709710#M1296340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I guess it is just the way it is displayed in SE11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Just display the table data in SE11 and then Settings --&amp;gt; User parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; There will be a check box "Check conversion exits". Try checking and unchecking it. This will change how data is displayed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The padded zeros should appear once you do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rajvansh Ravi on Jun 9, 2009 1:32 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 11:31:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-conversion-exit/m-p/5709710#M1296340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-09T11:31:59Z</dc:date>
    </item>
  </channel>
</rss>

