<?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: Reorting - Help required in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reorting-help-required/m-p/2780133#M647963</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much kishore,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Sep 2007 07:51:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-07T07:51:41Z</dc:date>
    <item>
      <title>Reorting - Help required</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reorting-help-required/m-p/2780129#M647959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to develop a report to displays all the Sales Orders processed to one particular customer for a given range of time.Transaction Code? Tables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2007 05:14:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reorting-help-required/m-p/2780129#M647959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-07T05:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Reorting - Help required</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reorting-help-required/m-p/2780130#M647960</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;Check the sap tcode VA03 AND VA05 for displaying sales order and all the data will be stored in VBAK &amp;amp; VBAP , KNVV ,KNA1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VBAK - Sales Document: Header Data&lt;/P&gt;&lt;P&gt;VBAP -  Sales Document: Item Data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this info will helps you. &lt;/P&gt;&lt;P&gt;Rewards points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards, &lt;/P&gt;&lt;P&gt;K K V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2007 05:36:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reorting-help-required/m-p/2780130#M647960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-07T05:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Reorting - Help required</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reorting-help-required/m-p/2780131#M647961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you kishore , can u plz help me with how to go about the selection screen condition?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2007 05:44:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reorting-help-required/m-p/2780131#M647961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-07T05:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Reorting - Help required</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reorting-help-required/m-p/2780132#M647962</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 screen should be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options : s_vbeln for  vbak-vbeln ,&lt;/P&gt;&lt;P&gt;                        s_erdat for vbak-erdat,&lt;/P&gt;&lt;P&gt;                        s_kunnr for vbap-kins.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select req.fields from table into internal table from vbak &lt;/P&gt;&lt;P&gt;where vbeln in s_vbeln and &lt;/P&gt;&lt;P&gt;          erdat in s_erdat .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on above data internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select data from vbap where kunnr in s_kunnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this info will provide some idea.&lt;/P&gt;&lt;P&gt;Rewards points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;K K V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2007 06:48:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reorting-help-required/m-p/2780132#M647962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-07T06:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Reorting - Help required</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reorting-help-required/m-p/2780133#M647963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much kishore,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2007 07:51:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reorting-help-required/m-p/2780133#M647963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-07T07:51:41Z</dc:date>
    </item>
  </channel>
</rss>

