<?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>Question Re: PPF for creating warehouse task for a specific HU in Supply Chain Management Q&amp;A</title>
    <link>https://community.sap.com/t5/supply-chain-management-q-a/ppf-for-creating-warehouse-task-for-a-specific-hu/qaa-p/11537596#M158679</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I'm doing this in a different way - creating warehouse tasks &lt;SPAN style="color: #1f497d; font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;/SCWM/PDO_01_WT_CREATE is now a customized method, where I already add HU as VLENR.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;GI booking is done with next PPF.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Feb 2016 08:18:29 GMT</pubDate>
    <dc:creator>michael_fallenbchel</dc:creator>
    <dc:date>2016-02-04T08:18:29Z</dc:date>
    <item>
      <title>PPF for creating warehouse task for a specific HU</title>
      <link>https://community.sap.com/t5/supply-chain-management-q-a/ppf-for-creating-warehouse-task-for-a-specific-hu/qaq-p/11537595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;need your help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create (and also confirm) a warehouse task automatically (PPF) for a specific HU when Outbound delivery Order is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So first, I activated PPF &lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"&gt;/SCWM/PDO_01_WT_CREATE, which is working as expexted.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"&gt;Next is BADI implementation for &lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"&gt;BADI /SCWM/IF_EX_CORE_RMS_DETERMINE~DETERMINE , here I add to QMAT_CUS one entry which there fields filled:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;MANDT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;LGNUM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;LGTYP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;LGPLA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;HUIDENT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;FORFREE = X (while debugging seems to be needed) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;GUID_PARENT = HUHDR-GUID_HU&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;GUID_STOCK = HUITM-GUID_STOCK&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;MATID (HUITM)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;BATCHID (HUITM).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems to work, but then I get error saying "Available quantity in bin is zero" --&amp;gt; "System could not determine source storage bin".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Debugged a little more and found that LTAP_VSOLM is 0?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be the problem? Or is there a better way to achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 13:54:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/supply-chain-management-q-a/ppf-for-creating-warehouse-task-for-a-specific-hu/qaq-p/11537595</guid>
      <dc:creator>michael_fallenbchel</dc:creator>
      <dc:date>2016-02-03T13:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: PPF for creating warehouse task for a specific HU</title>
      <link>https://community.sap.com/t5/supply-chain-management-q-a/ppf-for-creating-warehouse-task-for-a-specific-hu/qaa-p/11537596#M158679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I'm doing this in a different way - creating warehouse tasks &lt;SPAN style="color: #1f497d; font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;/SCWM/PDO_01_WT_CREATE is now a customized method, where I already add HU as VLENR.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;GI booking is done with next PPF.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 08:18:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/supply-chain-management-q-a/ppf-for-creating-warehouse-task-for-a-specific-hu/qaa-p/11537596#M158679</guid>
      <dc:creator>michael_fallenbchel</dc:creator>
      <dc:date>2016-02-04T08:18:29Z</dc:date>
    </item>
  </channel>
</rss>

