<?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: writeing SQl statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/writeing-sql-statement/m-p/1130112#M111484</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;Just check the function module - 'RV_KONV_SELECT'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jan 2006 08:27:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-19T08:27:10Z</dc:date>
    <item>
      <title>writeing SQl statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/writeing-sql-statement/m-p/1130110#M111482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;       how to write teh SQl statement for table of type CLUSTER TYPE(konv) or is ther any function module to get the list of all condiiton numbers(konv-knumv) for billling document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2006 07:54:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/writeing-sql-statement/m-p/1130110#M111482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-19T07:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: writeing SQl statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/writeing-sql-statement/m-p/1130111#M111483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is written by Rich in other forum , dont know how to provide the link , so pasting the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can access them using SELECT statements, I believe that you CAN NOT use joins though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, BSEG is a cluster table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report zrich_0003 .&lt;/P&gt;&lt;P&gt;data: ibseg type table of bseg with header line.&lt;/P&gt;&lt;P&gt;parameters: p_bukrs type bseg-bukrs.&lt;/P&gt;&lt;P&gt;select * into table ibseg from bseg        up to 100 rows     where bukrs = p_bukrs.loop at ibseg. &lt;/P&gt;&lt;P&gt; write:/ ibseg-bukrs, ibseg-belnr.endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: chandrasekhar jagarlamudi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2006 08:01:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/writeing-sql-statement/m-p/1130111#M111483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-19T08:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: writeing SQl statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/writeing-sql-statement/m-p/1130112#M111484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;Just check the function module - 'RV_KONV_SELECT'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2006 08:27:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/writeing-sql-statement/m-p/1130112#M111484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-19T08:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: writeing SQl statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/writeing-sql-statement/m-p/1130113#M111485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;      thanks for your reply, but my requirement is if you have a billing document , how to get a corresponding condition numbers in (konv-knumv).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2006 08:50:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/writeing-sql-statement/m-p/1130113#M111485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-19T08:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: writeing SQl statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/writeing-sql-statement/m-p/1130114#M111486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;    You can use the SELECT ...FOR ALL ENTRIES statement to get the condition nos. for the billing documents.&lt;/P&gt;&lt;P&gt;Ex. &lt;/P&gt;&lt;P&gt; SELECT KNUMV&lt;/P&gt;&lt;P&gt;     FROM KONV&lt;/P&gt;&lt;P&gt;      INTO TABLE TKONV&lt;/P&gt;&lt;P&gt;      FOR ALL ENTRIES IN TVBRP&lt;/P&gt;&lt;P&gt;        WHERE KSCHL = TVBRP-KSCHL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward suitable points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Nelson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2006 08:57:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/writeing-sql-statement/m-p/1130114#M111486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-19T08:57:09Z</dc:date>
    </item>
  </channel>
</rss>

