<?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 Bapi - Goods Movement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goods-movement/m-p/7988050#M1605345</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Bapi to create production order confirmation by time tickets. That is insists of using the transaction CO11N i am using bapi becoz for the confirmation input getting from non sap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i have used two BAPI'S&lt;/P&gt;&lt;P&gt;1) BAPI_PRODORDCONF_GET_TT_PROP &lt;/P&gt;&lt;P&gt;2) BAPI_PRODORDCONF_CREATE_TT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the input from external system and passed to first bapi and according to the inputs i get  the proposed value and i passed the output of first bapi to second bapi as input and i create confirmations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that i am using Back flushing concept for the goods movement. so when i am confirming system automatically propose materials to goods movement. Here i have finished goods material (ie) movement type is 101 and for consumption material (ie)261 and i have byproduct material as 531 movement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i am using the above said bapi to confirm the production order - order quantity partially&lt;/P&gt;&lt;P&gt;E.g:&lt;/P&gt;&lt;P&gt;Order qty - 1000kg&lt;/P&gt;&lt;P&gt;1st confirmation - 100 kg using the bapi's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have back flush component as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAT A 100kg - PLANT - STOR LOC - MOV TYPE(101)&lt;/P&gt;&lt;P&gt;MAT B 120kg - PLANT - STOR LOC - MOV TYPE(261)&lt;/P&gt;&lt;P&gt;MAT C 20kg - PLANT - STOR LOC - MOV TYPE(531)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this system creating two material document as for 101 movement type separate document and for 261 and 531 movement material separate document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i am using CO11N transaction to confirm the same with three material system creating one document. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why system is creating two material document when i am using the functional module? i need to create one document for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest your idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vimal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jun 2011 14:52:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-06-03T14:52:35Z</dc:date>
    <item>
      <title>Bapi - Goods Movement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goods-movement/m-p/7988050#M1605345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Bapi to create production order confirmation by time tickets. That is insists of using the transaction CO11N i am using bapi becoz for the confirmation input getting from non sap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i have used two BAPI'S&lt;/P&gt;&lt;P&gt;1) BAPI_PRODORDCONF_GET_TT_PROP &lt;/P&gt;&lt;P&gt;2) BAPI_PRODORDCONF_CREATE_TT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the input from external system and passed to first bapi and according to the inputs i get  the proposed value and i passed the output of first bapi to second bapi as input and i create confirmations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that i am using Back flushing concept for the goods movement. so when i am confirming system automatically propose materials to goods movement. Here i have finished goods material (ie) movement type is 101 and for consumption material (ie)261 and i have byproduct material as 531 movement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i am using the above said bapi to confirm the production order - order quantity partially&lt;/P&gt;&lt;P&gt;E.g:&lt;/P&gt;&lt;P&gt;Order qty - 1000kg&lt;/P&gt;&lt;P&gt;1st confirmation - 100 kg using the bapi's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have back flush component as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAT A 100kg - PLANT - STOR LOC - MOV TYPE(101)&lt;/P&gt;&lt;P&gt;MAT B 120kg - PLANT - STOR LOC - MOV TYPE(261)&lt;/P&gt;&lt;P&gt;MAT C 20kg - PLANT - STOR LOC - MOV TYPE(531)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this system creating two material document as for 101 movement type separate document and for 261 and 531 movement material separate document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i am using CO11N transaction to confirm the same with three material system creating one document. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why system is creating two material document when i am using the functional module? i need to create one document for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest your idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vimal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2011 14:52:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goods-movement/m-p/7988050#M1605345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-03T14:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi - Goods Movement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goods-movement/m-p/7988051#M1605346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved through Sap note&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vimal Asokan on Aug 18, 2011 7:22 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 13:51:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goods-movement/m-p/7988051#M1605346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-18T13:51:57Z</dc:date>
    </item>
  </channel>
</rss>

