<?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: Conversion exit  problem. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-problem/m-p/2622739#M602419</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;go to the screen which you use CABN-ATINN,   and in the PAI of screen, write following code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field CABN-ATINN module XXX on input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will prevent you from the default value check for the field,  and in module XXX you can write your own check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Aug 2007 12:07:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-01T12:07:46Z</dc:date>
    <item>
      <title>Conversion exit  problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-problem/m-p/2622737#M602417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using CABN-ATINN as one of the parameter input in the report, and glad to use the functionality of the standard conversion exit and search help of this field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem here is, when the user enter incorrect value, the input box turn to empty, but I want the wrong entries to be shown in the error message.&lt;/P&gt;&lt;P&gt;Because of the conversion exit, the Incorrect Value is disappeared, and gave me 0000000, which is an numeric value stored in the table, converted because the text entered is not found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any way to get the value before the conversion exit ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank  you .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 11:58:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-problem/m-p/2622737#M602417</guid>
      <dc:creator>kowong</dc:creator>
      <dc:date>2007-08-01T11:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion exit  problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-problem/m-p/2622738#M602418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kokwei,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is a standard functionality of the conversion exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to get rid of this:&lt;/P&gt;&lt;P&gt;chekc the value entered by the user before using conversion exit and if it is a wrong value fire a error message without conversion exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Krishnendu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 12:06:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-problem/m-p/2622738#M602418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T12:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion exit  problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-problem/m-p/2622739#M602419</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;go to the screen which you use CABN-ATINN,   and in the PAI of screen, write following code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field CABN-ATINN module XXX on input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will prevent you from the default value check for the field,  and in module XXX you can write your own check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 12:07:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-problem/m-p/2622739#M602419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T12:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion exit  problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-problem/m-p/2622740#M602420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the module excuted before field check is  module.....at exit_command&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 12:16:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-problem/m-p/2622740#M602420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T12:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion exit  problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-problem/m-p/2622741#M602421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a report, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection screen &lt;/P&gt;&lt;P&gt;parameter:   p_atinn for cabn-atinn. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have made an debug stop at PAI in that report, the conversion ve already done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where can i get the place before the conversion exit ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Kokwei Wong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Kokwei Wong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 12:32:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-problem/m-p/2622741#M602421</guid>
      <dc:creator>kowong</dc:creator>
      <dc:date>2007-08-01T12:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion exit  problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-problem/m-p/2622742#M602422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put a simple character field af the appropriate length as the parameter on the screen for the user to type their input into and then validate it and call the conversion exit in your program to convert it into an appropriate field for further processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may need extra processing to handle value-request as the screen field is no longer linked to the data element, and possible some selection-screen output processing to show the converted value back to the user if you need to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bit more programming, but can achieve your desired result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 12:47:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-problem/m-p/2622742#M602422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T12:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion exit  problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-problem/m-p/2622743#M602423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1365665"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 12:55:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-problem/m-p/2622743#M602423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T12:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion exit  problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-problem/m-p/2622744#M602424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, sorry for my first reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module......at exit-command  will be triggered before field check, but note it only will be excuted when the function type is E, and if this constrain not trouble you, you can use FM FM_FYC_DYNPRO_VALUE_READ in the module to get the field value. and then do your check, then call the screen again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 12:58:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-problem/m-p/2622744#M602424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T12:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion exit  problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-problem/m-p/2622745#M602425</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;or you can just put &lt;/P&gt;&lt;P&gt;field CABN-ATINN.  in the last line of your PAI. and before that use the FM to get the field value, do your own check and then leave the current screen before 'field CABN-ATINN' line .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 13:20:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-problem/m-p/2622745#M602425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T13:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion exit  problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-problem/m-p/2622746#M602426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My purpose on this is to capture whatever the user input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the user input the incorrect value,  the value input will be converted to 00000000 , due the the build in conversion exit from that field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example the user key in 'AAAB' , the conversion exit try to get the correspondance numeric value , which is ATINN, but not found, so returned  0000000000 to the parameter atinn. &lt;/P&gt;&lt;P&gt;But i need to return a message saying 'Characteristic AAAB  not found.' but not 'Characteristic 000000000  not found.'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Kokwei Wong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2007 01:46:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-problem/m-p/2622746#M602426</guid>
      <dc:creator>kowong</dc:creator>
      <dc:date>2007-08-02T01:46:03Z</dc:date>
    </item>
  </channel>
</rss>

