<?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: Consignment stock changes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/consignment-stock-changes/m-p/7366197#M1542378</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I did in this way, I need process 5000 customer and 2000 material number totally 1000,000 records every day to compare and find what were changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will cause performance problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Oct 2010 00:51:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-29T00:51:29Z</dc:date>
    <item>
      <title>Consignment stock changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/consignment-stock-changes/m-p/7366195#M1542376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I meet a problem about the consignment stock changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need find the consignment stock changes (every day not every period).But I do not want to process the stock movement, because in our system the MSEG is too huge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any suggestion about this topic ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Oct 2010 02:18:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/consignment-stock-changes/m-p/7366195#M1542376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-27T02:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Consignment stock changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/consignment-stock-changes/m-p/7366196#M1542377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1/Create custom table ZTXX  that will have save consignment stock at the end of day&lt;/P&gt;&lt;P&gt;    MATNR&lt;/P&gt;&lt;P&gt;    day&lt;/P&gt;&lt;P&gt;   Stock&lt;/P&gt;&lt;P&gt;2/Create program ZRXXX that will save at the end stock level  to table ZTXX&lt;/P&gt;&lt;P&gt;3/Create background job runnig program ZRXXX daily&lt;/P&gt;&lt;P&gt;4/Find how far history you need keep story about changes&lt;/P&gt;&lt;P&gt;5/Delete records in table ZTXX, that older then required, it keep table not to grow and be selectable in fast time, put it to ZRXXX program&lt;/P&gt;&lt;P&gt;Bye Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 06:31:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/consignment-stock-changes/m-p/7366196#M1542377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-28T06:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Consignment stock changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/consignment-stock-changes/m-p/7366197#M1542378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I did in this way, I need process 5000 customer and 2000 material number totally 1000,000 records every day to compare and find what were changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will cause performance problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 00:51:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/consignment-stock-changes/m-p/7366197#M1542378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-29T00:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Consignment stock changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/consignment-stock-changes/m-p/7366198#M1542379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Edward,&lt;/P&gt;&lt;P&gt; you don't need to process daily 1000000 records.&lt;/P&gt;&lt;P&gt;Your program has to go just through MKPF and MSEG for current day and maybe you can filter by movement type or other nearowing criteria. Then you will get list of materials that were change current day and it will be probably significamntly  less materials  and customer combination and you just post changes for this materials, that were change current day.&lt;/P&gt;&lt;P&gt;Bye Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 05:50:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/consignment-stock-changes/m-p/7366198#M1542379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-29T05:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Consignment stock changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/consignment-stock-changes/m-p/7366199#M1542380</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;I already metioned for our company MSEG is too huge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way,for mkpf we can not link it with material number customer number and movement type.Then I need process it with posting date or some other date.It will create performance issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 07:44:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/consignment-stock-changes/m-p/7366199#M1542380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-29T07:44:28Z</dc:date>
    </item>
  </channel>
</rss>

