<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select/m-p/2900532#M682058</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SELECT KNVV~KUNNR &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt; KNVV &lt;/P&gt;&lt;P&gt;INNER JOIN VBPA&lt;/P&gt;&lt;P&gt;ON KNVV~KUNNR  = VBPA-KUNNR&lt;/P&gt;&lt;P&gt;WHERE &lt;/P&gt;&lt;P&gt;VBPA~PARVW IN ( PAYER, LANDLORD, PAYEE) AND &lt;/P&gt;&lt;P&gt;( KNVV~LOEVM  NE 'X'  OR&lt;/P&gt;&lt;P&gt; KNVV~ AUFSD  NE 'X' OR&lt;/P&gt;&lt;P&gt; KNVV~LIFSD     NE 'X' OR&lt;/P&gt;&lt;P&gt; KNVV~FAKSD NE 'X' OR&lt;/P&gt;&lt;P&gt; KNVV~CASSD NE 'X'  ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARD IF USEFUL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AMIT SINGLA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HERE :&lt;/P&gt;&lt;P&gt;LOEVM "Deletion flag for customer (sales level)&lt;/P&gt;&lt;P&gt;AUFSD Customer order block (sales area)&lt;/P&gt;&lt;P&gt;LIFSD  Customer delivery block (sales area)&lt;/P&gt;&lt;P&gt;FAKSD Billing block for customer (sales and distribution)&lt;/P&gt;&lt;P&gt;CASSD Sales block for customer (sales area)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Oct 2007 09:24:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-11T09:24:43Z</dc:date>
    <item>
      <title>select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select/m-p/2900529#M682055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to write a code where i need to extract the data on the basis of Business Partner active as on 10/10 for the following roles ... Landlord, Payee, and Notice Recipient .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice how do i use select and where clause for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;urgent help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 08:39:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select/m-p/2900529#M682055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T08:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select/m-p/2900530#M682056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select * from table into itab where &amp;lt;datefieldname&amp;gt; GT (10102007) and &amp;lt;rolefieldname&amp;gt; in ('landlord','payee','Notice recipient').&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Shori&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 08:49:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select/m-p/2900530#M682056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T08:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select/m-p/2900531#M682057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shwetha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table vbpa defines the partner functions example &amp;lt;b&amp;gt;Landlord, Payee, and Notice Recipient&amp;lt;/b&amp;gt; for a particular document example sales order . So we need to put a query on that particular data base table with the partner function key in the&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;where&amp;lt;/b&amp;gt; cluase . For example...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select * from vbak&lt;/P&gt;&lt;P&gt;where KUNNR = vbpa-KUNNR .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will give u some idea... Reward points if u feel usefull...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 08:50:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select/m-p/2900531#M682057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T08:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select/m-p/2900532#M682058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SELECT KNVV~KUNNR &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt; KNVV &lt;/P&gt;&lt;P&gt;INNER JOIN VBPA&lt;/P&gt;&lt;P&gt;ON KNVV~KUNNR  = VBPA-KUNNR&lt;/P&gt;&lt;P&gt;WHERE &lt;/P&gt;&lt;P&gt;VBPA~PARVW IN ( PAYER, LANDLORD, PAYEE) AND &lt;/P&gt;&lt;P&gt;( KNVV~LOEVM  NE 'X'  OR&lt;/P&gt;&lt;P&gt; KNVV~ AUFSD  NE 'X' OR&lt;/P&gt;&lt;P&gt; KNVV~LIFSD     NE 'X' OR&lt;/P&gt;&lt;P&gt; KNVV~FAKSD NE 'X' OR&lt;/P&gt;&lt;P&gt; KNVV~CASSD NE 'X'  ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARD IF USEFUL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AMIT SINGLA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HERE :&lt;/P&gt;&lt;P&gt;LOEVM "Deletion flag for customer (sales level)&lt;/P&gt;&lt;P&gt;AUFSD Customer order block (sales area)&lt;/P&gt;&lt;P&gt;LIFSD  Customer delivery block (sales area)&lt;/P&gt;&lt;P&gt;FAKSD Billing block for customer (sales and distribution)&lt;/P&gt;&lt;P&gt;CASSD Sales block for customer (sales area)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 09:24:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select/m-p/2900532#M682058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T09:24:43Z</dc:date>
    </item>
  </channel>
</rss>

