<?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: select stmt. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-stmt/m-p/1443612#M210795</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;select single a~PARVW &lt;/P&gt;&lt;P&gt;             B~ename &lt;/P&gt;&lt;P&gt;        from KNVP AS A &lt;/P&gt;&lt;P&gt;       INNER JOIN Pa0001 AS B&lt;/P&gt;&lt;P&gt;       ON A&lt;SUB&gt;PERNR = B&lt;/SUB&gt;PERNR into i_SALES_CUST1&lt;/P&gt;&lt;P&gt;      where kunnr = i_sales_cust1-pkunag. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you know the values of VKORG&lt;/P&gt;&lt;P&gt;VTWEG&lt;/P&gt;&lt;P&gt;SPART&lt;/P&gt;&lt;P&gt;PARVW&lt;/P&gt;&lt;P&gt;PARZA&lt;/P&gt;&lt;P&gt;also include them in the where clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Jul 2006 04:29:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-12T04:29:37Z</dc:date>
    <item>
      <title>select stmt.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-stmt/m-p/1443611#M210794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i suppose to add ename and parvw to respective i_sales_cust1. here i am able to add itab but for particular means ename to i_sales_cust1-ename, the syntax i have forgotten. can u help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single a&lt;SUB&gt;PARVW B&lt;/SUB&gt;ename from KNVP AS A INNER JOIN Pa0001 AS B&lt;/P&gt;&lt;P&gt; ON A&lt;SUB&gt;prnr = B&lt;/SUB&gt;prnr into  i_SALES_CUST1&lt;/P&gt;&lt;P&gt; where kunnr = i_sales_cust1-pkunag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 04:20:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-stmt/m-p/1443611#M210794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-12T04:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: select stmt.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-stmt/m-p/1443612#M210795</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;select single a~PARVW &lt;/P&gt;&lt;P&gt;             B~ename &lt;/P&gt;&lt;P&gt;        from KNVP AS A &lt;/P&gt;&lt;P&gt;       INNER JOIN Pa0001 AS B&lt;/P&gt;&lt;P&gt;       ON A&lt;SUB&gt;PERNR = B&lt;/SUB&gt;PERNR into i_SALES_CUST1&lt;/P&gt;&lt;P&gt;      where kunnr = i_sales_cust1-pkunag. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you know the values of VKORG&lt;/P&gt;&lt;P&gt;VTWEG&lt;/P&gt;&lt;P&gt;SPART&lt;/P&gt;&lt;P&gt;PARVW&lt;/P&gt;&lt;P&gt;PARZA&lt;/P&gt;&lt;P&gt;also include them in the where clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 04:29:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-stmt/m-p/1443612#M210795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-12T04:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: select stmt.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-stmt/m-p/1443613#M210796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kalyan,&lt;/P&gt;&lt;P&gt;Try below code.&lt;/P&gt;&lt;P&gt;select a&lt;SUB&gt;PARVW B&lt;/SUB&gt;ename into corresponding fields of i_sales_cust1 from KNVP AS A INNER JOIN Pa0001 AS B&lt;/P&gt;&lt;P&gt;ON A&lt;SUB&gt;prnr = B&lt;/SUB&gt;prnr into i_SALES_CUST1&lt;/P&gt;&lt;P&gt;where A~kunnr = i_sales_cust1-pkunag. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc = 0 "means first record selected&lt;/P&gt;&lt;P&gt;exit.           "so that only 1 record is moved&lt;/P&gt;&lt;P&gt;endselect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vikram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 04:30:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-stmt/m-p/1443613#M210796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-12T04:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: select stmt.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-stmt/m-p/1443614#M210797</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;Just try this-&lt;/P&gt;&lt;P&gt;select single a~PARVW &lt;/P&gt;&lt;P&gt;              B~ename &lt;/P&gt;&lt;P&gt;into corresponding fields of i_sales_cust1 &lt;/P&gt;&lt;P&gt;from KNVP AS A INNER JOIN Pa0001 AS B&lt;/P&gt;&lt;P&gt;ON A&lt;SUB&gt;prnr = B&lt;/SUB&gt;prnr into i_SALES_CUST1&lt;/P&gt;&lt;P&gt;where A~kunnr = i_sales_cust1-pkunag. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps u.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Seema.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 04:41:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-stmt/m-p/1443614#M210797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-12T04:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: select stmt.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-stmt/m-p/1443615#M210798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey u can do like this na.&lt;/P&gt;&lt;P&gt;select single a&lt;SUB&gt;PARVW B&lt;/SUB&gt;ename into (i_sales_cust1-parvw, i_sales_cust1-ename) from KNVP AS A INNER JOIN Pa0001 AS B&lt;/P&gt;&lt;P&gt;ON A&lt;SUB&gt;prnr = B&lt;/SUB&gt;prnr where kunnr = i_sales_cust1-pkunag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 04:53:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-stmt/m-p/1443615#M210798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-12T04:53:19Z</dc:date>
    </item>
  </channel>
</rss>

