<?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: Function module WAUF_ALLOCATION_TABLE_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-wauf-allocation-table-create/m-p/8247697#M1630728</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This fm is useful in order to create allocation table via external data.&lt;/P&gt;&lt;P&gt;&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this fm id for the ff. transactions:&lt;/P&gt;&lt;P&gt; WA01 - creation of allocation table&lt;/P&gt;&lt;P&gt;WA02 - creation of follow on documents (vendor PO)&lt;/P&gt;&lt;P&gt;WA07 - generation of follow on documents from allocation table (warehouse orders)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this info helps u..&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Oct 2011 04:59:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-10-27T04:59:24Z</dc:date>
    <item>
      <title>Function module WAUF_ALLOCATION_TABLE_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-wauf-allocation-table-create/m-p/8247696#M1630727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know how to use this FM? Or at leats which tables need to be filled? Or do you have an example of it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2011 02:44:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-wauf-allocation-table-create/m-p/8247696#M1630727</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-26T02:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Function module WAUF_ALLOCATION_TABLE_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-wauf-allocation-table-create/m-p/8247697#M1630728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This fm is useful in order to create allocation table via external data.&lt;/P&gt;&lt;P&gt;&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this fm id for the ff. transactions:&lt;/P&gt;&lt;P&gt; WA01 - creation of allocation table&lt;/P&gt;&lt;P&gt;WA02 - creation of follow on documents (vendor PO)&lt;/P&gt;&lt;P&gt;WA07 - generation of follow on documents from allocation table (warehouse orders)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this info helps u..&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 04:59:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-wauf-allocation-table-create/m-p/8247697#M1630728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-27T04:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Function module WAUF_ALLOCATION_TABLE_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-wauf-allocation-table-create/m-p/8247698#M1630729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check this out&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL FUNCTION 'WAUF_ALLOCATION_TABLE_CREATE' "
  EXPORTING
    im_ex_auko =                " rw00a
  TABLES
    im_ex_aufg =                " rw03a
    im_ex_aufi =                " rw04a
    im_ex_aulw =                " rw14a
    im_ex_aupo =                " rw01a
    im_ex_ausb =                " rw15a
    im_ex_auvz =                " rw11a
    im_ex_auvw =                " rw13a
    im_ex_auvt =                " rw16a
    .  "  WAUF_ALLOCATION_TABLE_CREATE

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;koolspy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 10:31:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-wauf-allocation-table-create/m-p/8247698#M1630729</guid>
      <dc:creator>koolspy_ultimate</dc:creator>
      <dc:date>2011-10-27T10:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Function module WAUF_ALLOCATION_TABLE_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-wauf-allocation-table-create/m-p/8247699#M1630730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try to this function but not create any New aplicativos table. Are you already used this function ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your comments! &lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2016 11:54:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-wauf-allocation-table-create/m-p/8247699#M1630730</guid>
      <dc:creator>laura_yunaka</dc:creator>
      <dc:date>2016-08-25T11:54:12Z</dc:date>
    </item>
  </channel>
</rss>

