<?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 statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/3028151#M716102</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;   FROM BKPF &lt;/P&gt;&lt;P&gt;   into TABLE tb_bkpf&lt;/P&gt;&lt;P&gt;   where &amp;lt;some condition&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select *&lt;/P&gt;&lt;P&gt;   from RBKP&lt;/P&gt;&lt;P&gt;   INTO TABLE tb_RBKp&lt;/P&gt;&lt;P&gt;   FOR ALL ENTRIES in tb_bkpf&lt;/P&gt;&lt;P&gt;   where belnr = tb_bkpf-awkey+0(10).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Oct 2007 12:13:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-30T12:13:39Z</dc:date>
    <item>
      <title>select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/3028149#M716100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can anyone please help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the select statement i have to fetch zuonr field from the table RBKP.&lt;/P&gt;&lt;P&gt;Where this needs to be compared with bkpf-awkey value with rbkp-belnr and fetch zuonr field. but bkpf-awkey field length is 14 digits and rbkp-belnr field length is 10 digits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i have to use offset in select statement, &lt;/P&gt;&lt;P&gt;can anyone help me how to use offset in select statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 12:07:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/3028149#M716100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-30T12:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/3028150#M716101</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 this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bkpf-awkey = &lt;/P&gt;&lt;P&gt;01-10 = belnr&lt;/P&gt;&lt;P&gt;11-14 = Bukrs&lt;/P&gt;&lt;P&gt;15-18 = Gjahr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 12:12:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/3028150#M716101</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2007-10-30T12:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/3028151#M716102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;   FROM BKPF &lt;/P&gt;&lt;P&gt;   into TABLE tb_bkpf&lt;/P&gt;&lt;P&gt;   where &amp;lt;some condition&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select *&lt;/P&gt;&lt;P&gt;   from RBKP&lt;/P&gt;&lt;P&gt;   INTO TABLE tb_RBKp&lt;/P&gt;&lt;P&gt;   FOR ALL ENTRIES in tb_bkpf&lt;/P&gt;&lt;P&gt;   where belnr = tb_bkpf-awkey+0(10).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 12:13:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/3028151#M716102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-30T12:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/3028152#M716103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hema,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;small doubt..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when BELNR is available in BKPF why do you want to compare with awkey?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 12:14:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/3028152#M716103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-30T12:14:10Z</dc:date>
    </item>
  </channel>
</rss>

