<?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: report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3620742#M872273</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;Is your prob solved by the reply from other members who replied u??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not than explain the prob in detail&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Mar 2008 11:28:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-20T11:28:16Z</dc:date>
    <item>
      <title>report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3620737#M872268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Could you please give some codin to fetch... BUKRS BELNR GJAHR BUDAT from BKPF&lt;/P&gt;&lt;P&gt;for a given company code..&lt;/P&gt;&lt;P&gt;I d given like this &lt;/P&gt;&lt;P&gt;       select BUKRS BELNR GJAHR BUDAT from bkpf&lt;/P&gt;&lt;P&gt;       into  table it_bkpf&lt;/P&gt;&lt;P&gt;       where bukrs eq compcode and&lt;/P&gt;&lt;P&gt;       budat between s_date-low and s_date-high .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its fetchin data for all the company codes..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Nalina&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Nalina Acharya on Mar 20, 2008 12:02 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 11:00:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3620737#M872268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T11:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3620738#M872269</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;use the following query, compcode is parameter and s_date is select-options in selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select BUKRS BELNR GJAHR BUDAT from bkpf&lt;/P&gt;&lt;P&gt;into table it_bkpf&lt;/P&gt;&lt;P&gt;where bukrs eq compcode and&lt;/P&gt;&lt;P&gt;budat in s_date .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-somesh&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Pls reward if it is helpful&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 11:04:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3620738#M872269</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T11:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3620739#M872270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nalina,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this table BUKRS BELNR GJAHR are primary key fields. if u give all these fields in where condition, U ll get accurate value. Other wise some set of values will be fetched which ll satisfy ur condition like date between some dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options: s_date for bkpf-budat.&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;select belnr bukrs gjahr from bkpf &lt;/P&gt;&lt;P&gt;where bukrs eq companycode&lt;/P&gt;&lt;P&gt;and    budat &lt;STRONG&gt;in&lt;/STRONG&gt; s_date.&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;Subbu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 11:07:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3620739#M872270</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T11:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3620740#M872271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi do like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables:bkpf.&lt;/P&gt;&lt;P&gt;data: begin of it_bkpf occurs 0,&lt;/P&gt;&lt;P&gt;        BUKRS like bkpf-bukrs,&lt;/P&gt;&lt;P&gt;        BELNR like bkpf-belnr,&lt;/P&gt;&lt;P&gt;       GJAHR  like bkpf-gjahr,&lt;/P&gt;&lt;P&gt;       BUDAT  like bkpf-budat,&lt;/P&gt;&lt;P&gt;        end of it_bkpf.&lt;/P&gt;&lt;P&gt;se;ect-options:s_bukrs for bkpf-bukrs,&lt;/P&gt;&lt;P&gt;                      s_date for sy-datum.&lt;/P&gt;&lt;P&gt;select BUKRS&lt;/P&gt;&lt;P&gt;          BELNR &lt;/P&gt;&lt;P&gt;          GJAHR &lt;/P&gt;&lt;P&gt;           BUDAT &lt;/P&gt;&lt;P&gt;           from bkpf&lt;/P&gt;&lt;P&gt;        into table it_bkpf&lt;/P&gt;&lt;P&gt;where bukrs in s_bukrs&lt;/P&gt;&lt;P&gt; and   budat in s_date  .&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;sort it_bkpr by bukrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_bukrs.&lt;/P&gt;&lt;P&gt;write:/ it_bukrs-budat,&lt;/P&gt;&lt;P&gt;          it_bukrs-belnr,&lt;/P&gt;&lt;P&gt;          it_bukrs-gjahr,&lt;/P&gt;&lt;P&gt;          it_bukrs-budat.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 11:08:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3620740#M872271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T11:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3620741#M872272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do this way...&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
 select BUKRS BELNR GJAHR BUDAT from bkpf
into table it_bkpf
where bukrs eq compcode and
          budat in  s_date . &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 11:09:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3620741#M872272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T11:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3620742#M872273</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;Is your prob solved by the reply from other members who replied u??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not than explain the prob in detail&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 11:28:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3620742#M872273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T11:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3620743#M872274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try out the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;select bukrs belnr gjahr budat from bkpf
into table it_bkpf
where bukrs eq compcode and
budat in s_date .&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;U&gt;Note:&lt;/U&gt;&lt;/EM&gt; Reward all answers which are helpful to you&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 12:00:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3620743#M872274</guid>
      <dc:creator>graghavendra_sharma</dc:creator>
      <dc:date>2008-03-20T12:00:30Z</dc:date>
    </item>
  </channel>
</rss>

