<?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: Transfer Order BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-order-bapi/m-p/4459010#M1056878</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see these functions that are listed and have checked SAPs poor documentation for these functions, but where did you find the material document?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been searching for a field called MBLNR, but do not find.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Sep 2008 17:04:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-17T17:04:30Z</dc:date>
    <item>
      <title>Transfer Order BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-order-bapi/m-p/4459008#M1056876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to call a BAPI/function to perform a Transfer Order create &lt;U&gt;using a Material document&lt;/U&gt; created from function BAPI_GOODSMVT_CREAT.  Is there a BAPI or function that can do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 16:47:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-order-bapi/m-p/4459008#M1056876</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T16:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer Order BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-order-bapi/m-p/4459009#M1056877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the below Functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;L_TO_CREATE_MULTIPLE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;L_TO_CREATE_SINGLE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;L_TO_CREATE_TR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used L_TO_CREATE_SINGLE in one of my requirements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 16:52:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-order-bapi/m-p/4459009#M1056877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T16:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer Order BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-order-bapi/m-p/4459010#M1056878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see these functions that are listed and have checked SAPs poor documentation for these functions, but where did you find the material document?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been searching for a field called MBLNR, but do not find.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 17:04:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-order-bapi/m-p/4459010#M1056878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T17:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer Order BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-order-bapi/m-p/4459011#M1056879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To do this a configuration change has to be made to the movement type so that it allows creation of Transfer requirements. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Query table LTBK Using the material document number &amp;amp; Year and Warehouse number to get the Transfer requirement number TBNUM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use the function module  L_TO_CREATE_TR to create a transfer order for the transfer requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manoj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 21:48:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-order-bapi/m-p/4459011#M1056879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T21:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer Order BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-order-bapi/m-p/4459012#M1056880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Manoj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks I have been looking for this answer all day! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Deanna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 23:47:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-order-bapi/m-p/4459012#M1056880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-22T23:47:55Z</dc:date>
    </item>
  </channel>
</rss>

