<?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: Serial numbers in delivery in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/serial-numbers-in-delivery/m-p/1469846#M220962</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;Yeah, SER01 is for deliveries, but it is not populated until the deilvery is saved . . . so there must be some kind of internale table there that has the information, but I still have not been able to find it . . .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For GT_SERNO_CHANGE, as you said, it is a flag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I too am still searching . . .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jul 2006 16:53:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-25T16:53:35Z</dc:date>
    <item>
      <title>Serial numbers in delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/serial-numbers-in-delivery/m-p/1469843#M220959</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;My problem is this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to compare manually entered serial numbers in the delivery to the serial numbers entered in the Sales Order.  Now, this must be done on saving the document, so, I figured I would put some code to do the check in userexit_save_document in program MV50AFZ1, but my problem is, I cannot find out how to read what serial numbers are currently in the delivery in that userexit.  Does anyone know if they are stored in an internal table, in a buffer, or what?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 15:37:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/serial-numbers-in-delivery/m-p/1469843#M220959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-25T15:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Serial numbers in delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/serial-numbers-in-delivery/m-p/1469844#M220960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SER01&amp;lt;/b&amp;gt; - Document Header for Serial Numbers for Delivery&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SER02&amp;lt;/b&amp;gt; - Document Header for Serial Nos for Maint.Contract (SD Order)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarsd,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 15:51:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/serial-numbers-in-delivery/m-p/1469844#M220960</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2006-07-25T15:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Serial numbers in delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/serial-numbers-in-delivery/m-p/1469845#M220961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think at the point of that user exit, the serial numbers are not yet in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See if internal table GT_SERNO_CHANGE is available and populated in the user exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT:  &lt;/P&gt;&lt;P&gt;Just checked.  That internal table only FLAGS that were changed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 16:03:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/serial-numbers-in-delivery/m-p/1469845#M220961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-25T16:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Serial numbers in delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/serial-numbers-in-delivery/m-p/1469846#M220962</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;Yeah, SER01 is for deliveries, but it is not populated until the deilvery is saved . . . so there must be some kind of internale table there that has the information, but I still have not been able to find it . . .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For GT_SERNO_CHANGE, as you said, it is a flag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I too am still searching . . .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 16:53:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/serial-numbers-in-delivery/m-p/1469846#M220962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-25T16:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Serial numbers in delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/serial-numbers-in-delivery/m-p/1469847#M220963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FM GET_SERNOS_OF_DOCUMENT will return the serial numbers in the delivery.  I called it from form USEREXIT_SAVE_DOCUMENT.  The input parameter "key_data" takes structure RSEROB which contains the table for serial numbers (TASER = 'SER01'), the delivery number (LIEF_NR), and the item number (POSNR).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: This method doesn't return the serial numbers until the delivery has been saved;  i.e. if the delivery is saved first then posted later this works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 15:23:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/serial-numbers-in-delivery/m-p/1469847#M220963</guid>
      <dc:creator>shofford</dc:creator>
      <dc:date>2009-05-12T15:23:05Z</dc:date>
    </item>
  </channel>
</rss>

