<?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: Errors in conversion exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-conversion-exit/m-p/4790316#M1122009</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;Can you put your FM code here to let us see more clearly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Chris Gu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Nov 2008 02:23:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-25T02:23:38Z</dc:date>
    <item>
      <title>Errors in conversion exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-conversion-exit/m-p/4790309#M1122002</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 have the following scenario:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a conversion exit to a zdomain . A field ,say fld1 , of one of my ztables , say ztable1 is based on this domain.&lt;/P&gt;&lt;P&gt;Now I have generated a maintenance view for the ztable1.The field is of type char(4). This field has got a related field in another table , say ztable2 ,which gives the language specific description of this field.So in ztable2 the following fields are present:- fld1, description, language_id&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function of the conversion exit is that in the output function module it would search for the description field in the related table and display it in the screen field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the following query has been used for it in the output conversion exit function module:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single description from ztable1 into output where fld1 = input and language_id = sy-langu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found that the function module is executed when the screen is called but the value is not being shown in the screen field. I debugged the code and found that the OUTPUT export parameter of the conversion exit is correctly populated. But due to some reason the value is not coming up in the screen field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know what is the problem andif I am doing something wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Samrat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 07:06:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-conversion-exit/m-p/4790309#M1122002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T07:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in conversion exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-conversion-exit/m-p/4790310#M1122003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;USE CORRESPONDING FIELDS OF TABLE....LIKE THIS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT A  B C FROM DB TABLE INTO CORRESPONDING FIELDS OF TABLE ITAB WHERE......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR WHILE U R WRITING THE SELECT QUERY U HAV TO COMPARE WITH THE FUNCTIONAL MODULE PARAMETER,,WHICH S PRESENT IN IMPORT PARAMETERS....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 08:37:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-conversion-exit/m-p/4790310#M1122003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T08:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in conversion exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-conversion-exit/m-p/4790311#M1122004</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;which conversion exit   FM  did you use for the domin?&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;Chris Gu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 09:41:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-conversion-exit/m-p/4790311#M1122004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T09:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in conversion exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-conversion-exit/m-p/4790312#M1122005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a z conversion exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Samrat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 10:57:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-conversion-exit/m-p/4790312#M1122005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T10:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in conversion exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-conversion-exit/m-p/4790313#M1122006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi cant we use the fm &lt;STRONG&gt;dynp_read_values&lt;/STRONG&gt;  for getting the value in to the screen field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 11:13:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-conversion-exit/m-p/4790313#M1122006</guid>
      <dc:creator>former_member203501</dc:creator>
      <dc:date>2008-11-24T11:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in conversion exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-conversion-exit/m-p/4790314#M1122007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;convertion exit will come into picture after you click on that field &amp;amp; enter some value &amp;amp; press ENTER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;convertion exit is to convert the input &amp;amp; bring field value (output) in proper format. many times to add trailing or leading zero etc. you are using for some diff purpose. never seen this use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 11:43:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-conversion-exit/m-p/4790314#M1122007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T11:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in conversion exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-conversion-exit/m-p/4790315#M1122008</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;Thanks for your replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vivek , let me tell you my understanding about conversion exits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conversion exits are for converting the values either before storing them in the database or before showing them in the screen. The CONVERSION_EXIT_XXXXX_INPUT is used to convert the values before they are stored in the database.CONVERSION_EXIT_XXXXX_OUTPUT is used to convert the values before they are displayed in the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here XXXXX is the conversion exit id .We need to specify the the conversion id at the domain level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to display a field which is actually a 4 char code.However when it will be displayed in  the screen the corresponding description will be displayed in the screen.The description is stored in a text table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a z conversion exit for the same but I am not getting the values at the screen level. Also I have used similar z conversion exit for another field and there it is  coming fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me to get a solution for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Samrat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 14:28:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-conversion-exit/m-p/4790315#M1122008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T14:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in conversion exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-conversion-exit/m-p/4790316#M1122009</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;Can you put your FM code here to let us see more clearly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Chris Gu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2008 02:23:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-conversion-exit/m-p/4790316#M1122009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-25T02:23:38Z</dc:date>
    </item>
  </channel>
</rss>

