<?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: Picking confirmation using IDOC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/picking-confirmation-using-idoc/m-p/1728346#M317319</link>
    <description>&lt;P&gt;Everything that happens via IDoc is more or less the same you get with SAPGui or SAP Fiori app because is the customizing &lt;EM&gt;behind&lt;/EM&gt; that drives that behaviour. It's not a technical matter.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;</description>
    <pubDate>Sat, 28 Jan 2023 03:26:51 GMT</pubDate>
    <dc:creator>AleGuarneri</dc:creator>
    <dc:date>2023-01-28T03:26:51Z</dc:date>
    <item>
      <title>Picking confirmation using IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/picking-confirmation-using-idoc/m-p/1728341#M317314</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 have to create pick confirmation from WMS to SAP. I'm uing SHPCON message type  and DELVRY03 basic type and idoc_input_delvry FM from my development. very this is fine i have got all fields reqired in basic type the problem is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. IF WMS don;t send any pick quantity for line item or if it sends '0' quantity the line item has to be deleted from the Delivery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If in case pick qty is more than the delivery qty it should generate an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.Thre is a concept called Batch split in Outbound delivery. What it the functionality of the batch split.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Can any one come accross these kind of scenario plz help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Naren.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2006 13:27:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/picking-confirmation-using-idoc/m-p/1728341#M317314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-29T13:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Picking confirmation using IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/picking-confirmation-using-idoc/m-p/1728342#M317315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think u r going to generate the 51 status for the conditions in ur idoc&lt;/P&gt;&lt;P&gt;for 1 and 2 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick quantity is not maintained for the table . The reference for this is the Delivered Quantity.&lt;/P&gt;&lt;P&gt;Goto delivery (vl02n) and enter a delivery now see the delivery qty for a particular item .&lt;/P&gt;&lt;P&gt;say 16 for Del qty now keep pick qty as 0.&lt;/P&gt;&lt;P&gt;and save . &lt;/P&gt;&lt;P&gt;now see the over all pick status . this will be 'A'.&lt;/P&gt;&lt;P&gt;repeat the same process and now keep pick qty as 4 .&lt;/P&gt;&lt;P&gt;and save .&lt;/P&gt;&lt;P&gt;now see the over all pick status . this will be 'B'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this becomes 'C' means completely picked if the pick qty is eq 16 in this scenario.&lt;/P&gt;&lt;P&gt;i cannot pick 17 as this is out of scope error will be triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Pickup the segment which is populating the pick qty and keep the options above u &lt;/P&gt;&lt;P&gt;and compare it with delivered qty.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for 3 .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me put it this way.&lt;/P&gt;&lt;P&gt;The process is suppose a sales order is there &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and that is scheduled &lt;/P&gt;&lt;P&gt;16 on dec 29 &lt;/P&gt;&lt;P&gt;24 on dec 30 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i create a delivery as of today ie dec 29 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then the pick qty is 16 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i create a delivery on dec 30 ie tommow &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then the pick qty is 24.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;total quantity for that item is 40 (break &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;16+24).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this break up u need to look into Vbep &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Entries .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the process of scheduling where in two &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;deliveries are created for one sales order .(as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example).&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>Fri, 29 Dec 2006 13:41:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/picking-confirmation-using-idoc/m-p/1728342#M317315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-29T13:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Picking confirmation using IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/picking-confirmation-using-idoc/m-p/1728343#M317316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Thanks for u r reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    As I'm also wondering tht if i give pick quantity more than delivery qty the idoc is updating the delivery with the pick qty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if the actual delivery qty is 45.&lt;/P&gt;&lt;P&gt; if i give pick qty as 50 in idoc and process it is updating the both delivry and pick qty's with the value 50 and the status getting 53 success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regardss,&lt;/P&gt;&lt;P&gt;Naren.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2006 13:55:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/picking-confirmation-using-idoc/m-p/1728343#M317316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-29T13:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Picking confirmation using IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/picking-confirmation-using-idoc/m-p/1728344#M317317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think here u need to code the requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//if the actual delivery qty is 45.&lt;/P&gt;&lt;P&gt;if i give pick qty as 50 in idoc and process it is updating the both delivry and pick qty's with the value 50 and the status getting 53 success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how are you testing this ? through STD inbound or inbound function module ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you see the delivery in tcode VL03N giving the delivery number . I think its not possible in R3.(i mean the delivery created from idoc)&lt;/P&gt;&lt;P&gt;Delivery Qty &amp;lt; pick qty the case is wrong . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u do it without idoc from VL01 . If succes then im afraid .&lt;/P&gt;&lt;P&gt;It should not allow this scenario. &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>Fri, 29 Dec 2006 14:07:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/picking-confirmation-using-idoc/m-p/1728344#M317317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-29T14:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Picking confirmation using IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/picking-confirmation-using-idoc/m-p/1728345#M317318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I'm trying it through standard inbound.&lt;/P&gt;&lt;P&gt;I know tht is not possible through the VL02N. It gives error if the pic qty is more than delvery qty. but it is happening through iDOC.&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>Fri, 29 Dec 2006 14:11:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/picking-confirmation-using-idoc/m-p/1728345#M317318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-29T14:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Picking confirmation using IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/picking-confirmation-using-idoc/m-p/1728346#M317319</link>
      <description>&lt;P&gt;Everything that happens via IDoc is more or less the same you get with SAPGui or SAP Fiori app because is the customizing &lt;EM&gt;behind&lt;/EM&gt; that drives that behaviour. It's not a technical matter.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jan 2023 03:26:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/picking-confirmation-using-idoc/m-p/1728346#M317319</guid>
      <dc:creator>AleGuarneri</dc:creator>
      <dc:date>2023-01-28T03:26:51Z</dc:date>
    </item>
  </channel>
</rss>

