<?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: Problem in selection from table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-selection-from-table/m-p/5839023#M1317652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; when using the convrsion routine CONVERSION_EXIT_PLMAM_INPUT , i get a long string of numbers&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is what you need to pass in the select query...Check and revert back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jun 2009 04:03:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-22T04:03:00Z</dc:date>
    <item>
      <title>Problem in selection from table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-selection-from-table/m-p/5839019#M1317648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to select record from table plmm_audit_roles with key object_guid = QD-QA-012008.&lt;/P&gt;&lt;P&gt;outside my program I have no proble, inside my program i get subrc = 4.&lt;/P&gt;&lt;P&gt;when using the convrsion routine CONVERSION_EXIT_PLMAM_INPUT , i get a long string of numbers,&lt;/P&gt;&lt;P&gt;and also subrc = 4.&lt;/P&gt;&lt;P&gt;there is no value in the guid field.&lt;/P&gt;&lt;P&gt;How can I get the record ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;Yifat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Jun 2009 20:18:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-selection-from-table/m-p/5839019#M1317648</guid>
      <dc:creator>ifat_bar</dc:creator>
      <dc:date>2009-06-20T20:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in selection from table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-selection-from-table/m-p/5839020#M1317649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check how GUID is fetting stored in table.&lt;/P&gt;&lt;P&gt; QD-QA-012008, you may have to removed &lt;STRONG&gt;-&lt;/STRONG&gt; in between before mapping.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jun 2009 05:20:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-selection-from-table/m-p/5839020#M1317649</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-21T05:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in selection from table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-selection-from-table/m-p/5839021#M1317650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I tried to take off the &lt;STRONG&gt;-&lt;/STRONG&gt;, but itbstill doesnt work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also in the conversion routine I get guid which is more then 16 characters.&lt;/P&gt;&lt;P&gt;In the table the field defined as 16 characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Yifat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jun 2009 07:34:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-selection-from-table/m-p/5839021#M1317650</guid>
      <dc:creator>ifat_bar</dc:creator>
      <dc:date>2009-06-21T07:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in selection from table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-selection-from-table/m-p/5839022#M1317651</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;Try to pass the GUID value in single quotes and then check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this may work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2009 03:39:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-selection-from-table/m-p/5839022#M1317651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-22T03:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in selection from table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-selection-from-table/m-p/5839023#M1317652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; when using the convrsion routine CONVERSION_EXIT_PLMAM_INPUT , i get a long string of numbers&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is what you need to pass in the select query...Check and revert back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2009 04:03:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-selection-from-table/m-p/5839023#M1317652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-22T04:03:00Z</dc:date>
    </item>
  </channel>
</rss>

