<?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 Conversion Routine in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/6537255#M1427418</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working with a field (field_1) in a database table called db_table.&lt;/P&gt;&lt;P&gt;The data element of the field_1 is linked to a domain, which&lt;/P&gt;&lt;P&gt;has a conversion routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value stored in field_1 of the table is 11808.&lt;/P&gt;&lt;P&gt;When I use transaction and search with this value,&lt;/P&gt;&lt;P&gt;the conversion routine runs and the field value is&lt;/P&gt;&lt;P&gt;output as 104003.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a program that has a select statement as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from db_table where field_1 = '11808'.&lt;/P&gt;&lt;P&gt;This select statement returns no record.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why is this happening?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jan 2010 22:58:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-21T22:58:37Z</dc:date>
    <item>
      <title>Conversion Routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/6537255#M1427418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working with a field (field_1) in a database table called db_table.&lt;/P&gt;&lt;P&gt;The data element of the field_1 is linked to a domain, which&lt;/P&gt;&lt;P&gt;has a conversion routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value stored in field_1 of the table is 11808.&lt;/P&gt;&lt;P&gt;When I use transaction and search with this value,&lt;/P&gt;&lt;P&gt;the conversion routine runs and the field value is&lt;/P&gt;&lt;P&gt;output as 104003.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a program that has a select statement as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from db_table where field_1 = '11808'.&lt;/P&gt;&lt;P&gt;This select statement returns no record.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why is this happening?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 22:58:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/6537255#M1427418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T22:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/6537256#M1427419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;call cnvertion_routine&lt;/P&gt;&lt;P&gt;in = '11808'.&lt;/P&gt;&lt;P&gt;out = lv_out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from db_table where field_1 = lv_out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 23:16:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/6537256#M1427419</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2010-01-21T23:16:18Z</dc:date>
    </item>
  </channel>
</rss>

