<?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 Problem in Goods Issue using BAPI_PRODORDCONF_CREATE_TT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-goods-issue-using-bapi-prodordconf-create-tt/m-p/4364510#M1038682</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is regarding goods issue in a production order.We are trying to do this using BAPI_PRODORDCONF_CREATE_TT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a finished good say FK_PROD_ORD_CONV(with BOM -FKTESTOUT2).we need to do a Goods Issue for this which implies that at reporting point 0001,we need to issue x quantities of BOM  FKTESTOUT2 from a particular plant and storage location, and of a particular batch. Therefore, we need to pass the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Production order number&lt;/P&gt;&lt;P&gt;Plant&lt;/P&gt;&lt;P&gt;Material (BOM) = FKTESTOUT2&lt;/P&gt;&lt;P&gt;Movement indicator (which is u2018Fu2019 for goods movement) = u2018Fu2019.&lt;/P&gt;&lt;P&gt;Movement type = 261(for Goods Issue)&lt;/P&gt;&lt;P&gt;Storage location of BOM&lt;/P&gt;&lt;P&gt;Batch&lt;/P&gt;&lt;P&gt;Operation (Routing point) = 0001&lt;/P&gt;&lt;P&gt;Entry quantity&lt;/P&gt;&lt;P&gt;Entry Unit of measure = PC.&lt;/P&gt;&lt;P&gt;In addition, we need to maintain entries in Link_conf_goodsmov-INDEX_CONFIRM and link_conf_goodsmov-INDEX_GOODSMOV. The value for both would be u20181u2019.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Test program, although I am passing all these values, Goods Issue is not happening. I am not getting any error.The message just says that the production order has been confirmed but when i check for goods Issue,no corresponding data is there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if I have missed something.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Aug 2008 11:49:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-18T11:49:58Z</dc:date>
    <item>
      <title>Problem in Goods Issue using BAPI_PRODORDCONF_CREATE_TT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-goods-issue-using-bapi-prodordconf-create-tt/m-p/4364510#M1038682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is regarding goods issue in a production order.We are trying to do this using BAPI_PRODORDCONF_CREATE_TT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a finished good say FK_PROD_ORD_CONV(with BOM -FKTESTOUT2).we need to do a Goods Issue for this which implies that at reporting point 0001,we need to issue x quantities of BOM  FKTESTOUT2 from a particular plant and storage location, and of a particular batch. Therefore, we need to pass the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Production order number&lt;/P&gt;&lt;P&gt;Plant&lt;/P&gt;&lt;P&gt;Material (BOM) = FKTESTOUT2&lt;/P&gt;&lt;P&gt;Movement indicator (which is u2018Fu2019 for goods movement) = u2018Fu2019.&lt;/P&gt;&lt;P&gt;Movement type = 261(for Goods Issue)&lt;/P&gt;&lt;P&gt;Storage location of BOM&lt;/P&gt;&lt;P&gt;Batch&lt;/P&gt;&lt;P&gt;Operation (Routing point) = 0001&lt;/P&gt;&lt;P&gt;Entry quantity&lt;/P&gt;&lt;P&gt;Entry Unit of measure = PC.&lt;/P&gt;&lt;P&gt;In addition, we need to maintain entries in Link_conf_goodsmov-INDEX_CONFIRM and link_conf_goodsmov-INDEX_GOODSMOV. The value for both would be u20181u2019.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Test program, although I am passing all these values, Goods Issue is not happening. I am not getting any error.The message just says that the production order has been confirmed but when i check for goods Issue,no corresponding data is there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if I have missed something.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2008 11:49:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-goods-issue-using-bapi-prodordconf-create-tt/m-p/4364510#M1038682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-18T11:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Goods Issue using BAPI_PRODORDCONF_CREATE_TT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-goods-issue-using-bapi-prodordconf-create-tt/m-p/4364511#M1038683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you calling FM BAPI_TRANSACTION_COMMIT afterwards? If yes, check the content of structure RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Valter Oliveira.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2008 11:54:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-goods-issue-using-bapi-prodordconf-create-tt/m-p/4364511#M1038683</guid>
      <dc:creator>valter_oliveira</dc:creator>
      <dc:date>2008-08-18T11:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Goods Issue using BAPI_PRODORDCONF_CREATE_TT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-goods-issue-using-bapi-prodordconf-create-tt/m-p/4364512#M1038684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes i am calling transaction commit after this..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2008 11:57:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-goods-issue-using-bapi-prodordconf-create-tt/m-p/4364512#M1038684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-18T11:57:24Z</dc:date>
    </item>
  </channel>
</rss>

