<?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: Logic plz... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/logic-plz/m-p/1564103#M254964</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey u...&lt;/P&gt;&lt;P&gt;If u dont know or dont want to answer plzz stop giving &lt;/P&gt;&lt;P&gt; unnecessary comments.&lt;/P&gt;&lt;P&gt;Its a need of mine so only i hav posted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Oct 2006 10:18:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-04T10:18:02Z</dc:date>
    <item>
      <title>Logic plz...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logic-plz/m-p/1564101#M254962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi frnds,&lt;/P&gt;&lt;P&gt;Again activating this query with my new question&lt;/P&gt;&lt;P&gt;can anyone tell me what is the logic to find &lt;/P&gt;&lt;P&gt;backlog: since long i.e from when the sales order are there on hold.&lt;/P&gt;&lt;P&gt;i.e i want to categories.&lt;/P&gt;&lt;P&gt;when : delivery block&lt;/P&gt;&lt;P&gt;billing block,&lt;/P&gt;&lt;P&gt;like that it contunes...&lt;/P&gt;&lt;P&gt;I mean i need the logic how to write the code.&lt;/P&gt;&lt;P&gt;necessary help will be appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 10:11:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logic-plz/m-p/1564101#M254962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T10:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Logic plz...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logic-plz/m-p/1564102#M254963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is a vague requirement ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 10:13:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logic-plz/m-p/1564102#M254963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T10:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Logic plz...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logic-plz/m-p/1564103#M254964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey u...&lt;/P&gt;&lt;P&gt;If u dont know or dont want to answer plzz stop giving &lt;/P&gt;&lt;P&gt; unnecessary comments.&lt;/P&gt;&lt;P&gt;Its a need of mine so only i hav posted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 10:18:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logic-plz/m-p/1564103#M254964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T10:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Logic plz...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logic-plz/m-p/1564104#M254965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U need to select the data from VBAK table for sales order which are blocked &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example&lt;/P&gt;&lt;P&gt;delivery block VBAK-LIFSK NE SPACe.&lt;/P&gt;&lt;P&gt;billing block VBAK-FAKSK NE SPACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select vbeln erdat lifsk faksk into table itab&lt;/P&gt;&lt;P&gt;from vbak&lt;/P&gt;&lt;P&gt;where vbeln in svbeln.&lt;/P&gt;&lt;P&gt;DELETe from itab where lifsk = space and faksk = space.&lt;/P&gt;&lt;P&gt;you can now try and read CDPOS table to get the date when the field lifsk or faksk was changed..surely you can use the date filter using erdat and changedate from vbak to read less data from cdhdr/cdpos. Please note that the objectclas is 'VERKBELEG' for sales order and table name VBAK whereas object id is the sales order number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The difference between the change date as from cdhdr to sy-datum will give you the number of days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Anurag Bankley&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 10:28:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logic-plz/m-p/1564104#M254965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T10:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Logic plz...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logic-plz/m-p/1564105#M254966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I meant to say is to be more clear on your requirements so that everyone understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 10:29:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logic-plz/m-p/1564105#M254966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T10:29:36Z</dc:date>
    </item>
  </channel>
</rss>

