<?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: Delivery Pick Quantity in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-pick-quantity/m-p/2037946#M418761</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, Vishnu&lt;/P&gt;&lt;P&gt; I try it by your method of using 'RV_DELIVERY_PICK_VIEW' in ECC.&lt;/P&gt;&lt;P&gt; But the VBLKP_TAB is space?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 Mar 2007 05:12:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-10T05:12:34Z</dc:date>
    <item>
      <title>Delivery Pick Quantity</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-pick-quantity/m-p/2037943#M418758</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;Can anyone please tell me from which table I can get the pick quantity for a delivery?&lt;/P&gt;&lt;P&gt;In a delivery, under picking tab we have the field pick quantity ( it refers to LIPSD-PIKMG).&lt;/P&gt;&lt;P&gt;Please help me with this?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2007 00:38:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-pick-quantity/m-p/2037943#M418758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-10T00:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Delivery Pick Quantity</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-pick-quantity/m-p/2037944#M418759</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;Check the table VBFA-RFMNG..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give the delivery number in VBELV - delivery number&lt;/P&gt;&lt;P&gt;VBTYP_N = Q&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2007 01:13:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-pick-quantity/m-p/2037944#M418759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-10T01:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Delivery Pick Quantity</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-pick-quantity/m-p/2037945#M418760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually SAP in VL0xN transactions does not store pick quantity PIKMG in database, this is because it is a calculated value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One straight way you can calculate a pick quantity that will always agree with what is shown in VL03N is to use the below FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'RV_DELIVERY_PICK_VIEW'
EXPORTING
VBELN = XVBELN
ZWECK = 'A'
SPRAS = NAST-SPRAS
IMPORTING
VBLKK_WA = VBLKK
TABLES
VBLKP_TAB = TVBLKP
EXCEPTIONS
OTHERS = 1.
 &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here XVBELN = delivery number, SPRAS = 'E'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Picked Qty. = &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TVBLKP-LGMNG - TVBLKP-KOMNG&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actual quantity delivered - Quantity to be picked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2007 01:27:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-pick-quantity/m-p/2037945#M418760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-10T01:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Delivery Pick Quantity</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-pick-quantity/m-p/2037946#M418761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, Vishnu&lt;/P&gt;&lt;P&gt; I try it by your method of using 'RV_DELIVERY_PICK_VIEW' in ECC.&lt;/P&gt;&lt;P&gt; But the VBLKP_TAB is space?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2007 05:12:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-pick-quantity/m-p/2037946#M418761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-10T05:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Delivery Pick Quantity</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-pick-quantity/m-p/2037947#M418762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pick quantity is never maintained for the items in the delivery.In sap delivery tables this value is not stored .&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;When u see this in the tcode it is holding in a structure in Vl03n or vl02n.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The pick quantity is assumed to be &amp;lt; or  =  deliver quantity .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So u need to refer to LIPS-LFIMG for the pick quantity .&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>Sat, 10 Mar 2007 09:59:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-pick-quantity/m-p/2037947#M418762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-10T09:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Delivery Pick Quantity</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-pick-quantity/m-p/2037948#M418763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishnu,&lt;/P&gt;&lt;P&gt;I tried using the FM.&lt;/P&gt;&lt;P&gt;But the table VBLKP_TAB is empty.&lt;/P&gt;&lt;P&gt;Can you please suggest if I am missing anything?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 00:38:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-pick-quantity/m-p/2037948#M418763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T00:38:39Z</dc:date>
    </item>
  </channel>
</rss>

