<?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 exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-conversion-exit/m-p/1557794#M252458</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Somu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check if you attached the conversion exit routine at the domain level for the  table field ztime.Once u attach it in domain level activate the domain.In order to test it,double click on the conversion exit u created ,now it will give u a screen,with the function group u created,for the conversion exit..now u can see ur functionmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Oct 2006 09:11:24 GMT</pubDate>
    <dc:creator>former_member404244</dc:creator>
    <dc:date>2006-10-17T09:11:24Z</dc:date>
    <item>
      <title>regarding conversion exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-conversion-exit/m-p/1557791#M252455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a table having fields-- mandt, id , ztime(4 char leng). created a conv exit for ztime named mycon.In fun mod--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                    global var: temp(5),  temp1(2),temp2(2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------" /&gt;&lt;P&gt;conversion_exit_mycon_input, the code is&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------" /&gt;&lt;P&gt;       temp = input.&lt;/P&gt;&lt;P&gt;       split temp at ':' into temp1 temp2.&lt;/P&gt;&lt;P&gt;       concatenate temp1 temp2 into output.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------" /&gt;&lt;P&gt;conversion_exit_mycon_output, the code is&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------" /&gt;&lt;P&gt;       temp = input.&lt;/P&gt;&lt;P&gt;       temp1 = temp div 100.&lt;/P&gt;&lt;P&gt;       temp2 = temp mod 100.&lt;/P&gt;&lt;P&gt;output+0(2) = temp1.&lt;/P&gt;&lt;P&gt;output+2(1) = ':'.&lt;/P&gt;&lt;P&gt;output+3(2) = temp2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In table 1234 will be stored but on output list it will come like 12:34.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When create entries in se11, it will tell that data is saved successfully, but , if you will go for disply , no entries found will come....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When accessing from se38 code, the output is coming properly...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So , my QUESTION is Where  data is going to store when conv. exit applies?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2006 14:41:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-conversion-exit/m-p/1557791#M252455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-16T14:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: regarding conversion exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-conversion-exit/m-p/1557792#M252456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check if you attached the conversion exit routine at the domain level of the table field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2006 19:04:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-conversion-exit/m-p/1557792#M252456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-16T19:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: regarding conversion exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-conversion-exit/m-p/1557793#M252457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check in the domain of ztime whether the conversion exit is attached or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not attch it and activate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2006 06:53:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-conversion-exit/m-p/1557793#M252457</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-17T06:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: regarding conversion exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-conversion-exit/m-p/1557794#M252458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Somu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check if you attached the conversion exit routine at the domain level for the  table field ztime.Once u attach it in domain level activate the domain.In order to test it,double click on the conversion exit u created ,now it will give u a screen,with the function group u created,for the conversion exit..now u can see ur functionmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2006 09:11:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-conversion-exit/m-p/1557794#M252458</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2006-10-17T09:11:24Z</dc:date>
    </item>
  </channel>
</rss>

