<?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 Pick Date/Time in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pick-date-time/m-p/5625581#M1281103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not quite sure if this is the right place for this or not.  I'm writing a RFC so that for whatever order I'm given, I need to return when the deliveries associated with the order were picked.  I thought it would be in the VBFA table, but I don't see a type for Picking.  I would also need to take into consideration returns, unpicking, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone can help point me in the right direction, I would greatly appreciate it.&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;Curtis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 May 2009 19:42:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-07T19:42:23Z</dc:date>
    <item>
      <title>Pick Date/Time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pick-date-time/m-p/5625581#M1281103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not quite sure if this is the right place for this or not.  I'm writing a RFC so that for whatever order I'm given, I need to return when the deliveries associated with the order were picked.  I thought it would be in the VBFA table, but I don't see a type for Picking.  I would also need to take into consideration returns, unpicking, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone can help point me in the right direction, I would greatly appreciate it.&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;Curtis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 19:42:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pick-date-time/m-p/5625581#M1281103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-07T19:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Pick Date/Time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pick-date-time/m-p/5625582#M1281104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Curtis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ckeck the &lt;STRONG&gt;VBUK &amp;amp; VBUP&lt;/STRONG&gt;  tables which consists of Picking status of a SO order &amp;amp; All other your requirements. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Dileep .C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 01:11:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pick-date-time/m-p/5625582#M1281104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-08T01:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Pick Date/Time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pick-date-time/m-p/5625583#M1281105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the info.  That does give me the status.  Is there a place that keeps track of the date/time of when the delivery gets picked?  I can see it in the delivery change log.  I'm currently looking through the code now.  Any other information would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Curtis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2009 19:42:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pick-date-time/m-p/5625583#M1281105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-11T19:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Pick Date/Time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pick-date-time/m-p/5625584#M1281106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Davis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this VBEP &amp;amp; LIKP tables...&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
TDDAT   Transportation Planning Date
MBDAT	Material availability date
LDDAT	Loading Date
WADAT	Goods issue date

The above are from VBEP table used to check the scheduled Items. &amp;amp; 
The below are from LIKP tabe which is you looking for.

WADAT	Planned goods movement date
LDDAT	Loading Date
TDDAT	Transportation Planning Date
LFDAT	Delivery Date
KODAT	Picking Date
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Dileep .C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 01:30:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pick-date-time/m-p/5625584#M1281106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T01:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Pick Date/Time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pick-date-time/m-p/5625585#M1281107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Picking Date and Time in table LIKP. In LIKP u can find the delivery document pertaining to ur sales order no. The sales order no. is in the reference field XBLNR of LIKP, through that u can find what delivery is for what sales order and the corresponding pick date and time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIKP-KODAT (Pick Date)&lt;/P&gt;&lt;P&gt;LIKP-KOUHR (Picking Time)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 05:11:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pick-date-time/m-p/5625585#M1281107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T05:11:16Z</dc:date>
    </item>
  </channel>
</rss>

