<?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: endselect in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/endselect/m-p/3164468#M752762</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data v_prctr like viob03-prctr.
SELECT PRCTR FROM VIOB03 INTO V_PRCTR WHERE BUKRS EQ P_BUKRS. 
ENDSELECT.

OR

SELECT SINGLE PRCTR FROM VIOB03 INTO V_PRCTR WHERE BUKRS 
EQ P_BUKRS.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Dec 2007 19:13:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-06T19:13:06Z</dc:date>
    <item>
      <title>endselect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/endselect/m-p/3164465#M752759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi am using the following stmt, it says endselect missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data v_prctr like viob03-prctr.&lt;/P&gt;&lt;P&gt;SELECT PRCTR FROM VIOB03 INTO V_PRCTR WHERE BUKRS EQ P_BUKRS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can some one help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 19:11:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/endselect/m-p/3164465#M752759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-06T19:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: endselect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/endselect/m-p/3164466#M752760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data v_prctr like viob03-prctr.&lt;/P&gt;&lt;P&gt;SELECT single PRCTR FROM VIOB03 INTO V_PRCTR WHERE BUKRS EQ P_BUKRS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use single&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 19:12:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/endselect/m-p/3164466#M752760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-06T19:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: endselect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/endselect/m-p/3164467#M752761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put SINGLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT &amp;lt;b&amp;gt;SINGLE&amp;lt;/b&amp;gt; PRCTR FROM VIOB03 INTO V_PRCTR WHERE BUKRS &lt;/P&gt;&lt;P&gt;EQ P_BUKRS.&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;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 19:13:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/endselect/m-p/3164467#M752761</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-12-06T19:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: endselect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/endselect/m-p/3164468#M752762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data v_prctr like viob03-prctr.
SELECT PRCTR FROM VIOB03 INTO V_PRCTR WHERE BUKRS EQ P_BUKRS. 
ENDSELECT.

OR

SELECT SINGLE PRCTR FROM VIOB03 INTO V_PRCTR WHERE BUKRS 
EQ P_BUKRS.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 19:13:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/endselect/m-p/3164468#M752762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-06T19:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: endselect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/endselect/m-p/3164469#M752763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks guyz its working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 19:18:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/endselect/m-p/3164469#M752763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-06T19:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: endselect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/endselect/m-p/3164470#M752764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It may be working, but I doubt if the results will be what you want. It's just taking the first record for the company code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 19:41:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/endselect/m-p/3164470#M752764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-06T19:41:00Z</dc:date>
    </item>
  </channel>
</rss>

