<?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 Schedule line in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/schedule-line/m-p/1901741#M376396</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;While writing an ABAP report which requires to identify the OPEN SALES ORDER SCHEDULE LINES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement is to identify the Open Sales Order Schedule Lines for a particular month (user Processing month in the selection screen). Here the Schedules line item could have been delivered already. If it is not Billed then it is OPEN schedule line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me to understand the logic which I need to apply to identify only the Open sales order schedule lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the following tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VBAK,VBAP,VBUK,VBUP,VBEP. Is there any other table which I need to use? I am trying to avoid using table VBFA due to performance issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sadhu Kishore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Feb 2007 05:27:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-08T05:27:00Z</dc:date>
    <item>
      <title>Schedule line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/schedule-line/m-p/1901741#M376396</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;While writing an ABAP report which requires to identify the OPEN SALES ORDER SCHEDULE LINES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement is to identify the Open Sales Order Schedule Lines for a particular month (user Processing month in the selection screen). Here the Schedules line item could have been delivered already. If it is not Billed then it is OPEN schedule line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me to understand the logic which I need to apply to identify only the Open sales order schedule lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the following tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VBAK,VBAP,VBUK,VBUP,VBEP. Is there any other table which I need to use? I am trying to avoid using table VBFA due to performance issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sadhu Kishore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2007 05:27:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/schedule-line/m-p/1901741#M376396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-08T05:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/schedule-line/m-p/1901742#M376397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u need to do for open billing items then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make use of this sequence&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give the input of sales orders in table VBUK &lt;/P&gt;&lt;P&gt;at header level  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;join of VBAK and VBUK &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and check the fields GBSTK ne "C" and FKSTK ne "C"  implies open .&lt;/P&gt;&lt;P&gt;FKSTK is for billing status..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all the open orders with open billing status can be fetched .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;taking these Open Orders now fetch the entries at item level &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now for these do the same at item level from VBAP and VBUP .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to check the open items in schedule line fetch from VBEP for the same line items .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2007 05:45:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/schedule-line/m-p/1901742#M376397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-08T05:45:50Z</dc:date>
    </item>
  </channel>
</rss>

