<?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 error determining material components with BAPI_PO_CREATE1 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-determining-material-components-with-bapi-po-create1/m-p/442272#M13064</link>
    <description>&lt;P&gt;Dear SAP Gurus,&lt;/P&gt;
  &lt;P&gt;I'm trying to create sub contracting PO through BAPI_PO_CREATE1. But bapi give error "error determining material components". &lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;After this i tried to use ME_COMPONENTS_UPDATE to create components. But components not get created with this FM also.&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;In our business scenario users are adding components manually without pick it from BOM.&lt;/P&gt;
  &lt;P&gt;I've gone several blogs to find a solution for this. But couldn't find it. &lt;/P&gt;
  &lt;P&gt;Pls. help me to solve this issue.&lt;/P&gt;
  &lt;P&gt;Thanks In Advance&lt;/P&gt;
  &lt;P&gt;Sajeewa&lt;/P&gt;</description>
    <pubDate>Sat, 22 Jul 2017 11:37:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2017-07-22T11:37:11Z</dc:date>
    <item>
      <title>error determining material components with BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-determining-material-components-with-bapi-po-create1/m-p/442272#M13064</link>
      <description>&lt;P&gt;Dear SAP Gurus,&lt;/P&gt;
  &lt;P&gt;I'm trying to create sub contracting PO through BAPI_PO_CREATE1. But bapi give error "error determining material components". &lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;After this i tried to use ME_COMPONENTS_UPDATE to create components. But components not get created with this FM also.&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;In our business scenario users are adding components manually without pick it from BOM.&lt;/P&gt;
  &lt;P&gt;I've gone several blogs to find a solution for this. But couldn't find it. &lt;/P&gt;
  &lt;P&gt;Pls. help me to solve this issue.&lt;/P&gt;
  &lt;P&gt;Thanks In Advance&lt;/P&gt;
  &lt;P&gt;Sajeewa&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jul 2017 11:37:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-determining-material-components-with-bapi-po-create1/m-p/442272#M13064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-07-22T11:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: error determining material components with BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-determining-material-components-with-bapi-po-create1/m-p/442273#M13065</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;Before calling the PO creation BAPI, Check table &lt;STRONG&gt;MAST&lt;/STRONG&gt; for the BOM. If it's not created, create it using FM &lt;STRONG&gt;CSAP_MAT_BOM_CREATE&lt;/STRONG&gt;(There is a detailed documentation available in SAP help for the same). Hope it helps.&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;Priyanka.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 10:06:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-determining-material-components-with-bapi-po-create1/m-p/442273#M13065</guid>
      <dc:creator>satyapriyanka_vana</dc:creator>
      <dc:date>2017-07-24T10:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: error determining material components with BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-determining-material-components-with-bapi-po-create1/m-p/442274#M13066</link>
      <description>&lt;P&gt;To be able to have this functionality working, on release 6 and higher, you have to:&lt;/P&gt;
&lt;UL&gt;&lt;LI&gt;Ensure that you are sending &lt;STRONG&gt;POITEM-ITEM_CAT = "L"&lt;/STRONG&gt; and &lt;STRONG&gt;POITEMX-ITEM_CAT = "X"&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;Insert the components in table &lt;STRONG&gt;POCOMPONENTS&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;Field &lt;STRONG&gt;CHANGE_ID&lt;/STRONG&gt; should be set to "I" in structure &lt;STRONG&gt;POCOMPONENTS&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;Field &lt;STRONG&gt;CHANGE_ID&lt;/STRONG&gt; should be set to "X" in structure &lt;STRONG&gt;POCOMPONENTSX&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;Fill in the correct data for the fields &lt;STRONG&gt;SCHED_LINE&lt;/STRONG&gt; and &lt;STRONG&gt;ITEM_NO&lt;/STRONG&gt; in both the structures &lt;STRONG&gt;POCOMPONENTS&lt;/STRONG&gt; and &lt;STRONG&gt;POCOMPONENTSX&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;The fields &lt;STRONG&gt;Batch&lt;/STRONG&gt; and &lt;STRONG&gt;Storage Location&lt;/STRONG&gt; are not available in the &lt;STRONG&gt;POCOMPONENTS&lt;/STRONG&gt; structure of&lt;STRONG&gt; BAPI_PO_CREATE1&lt;/STRONG&gt;. Both fields can be added in the &lt;STRONG&gt;POCOMPONENTS&lt;/STRONG&gt; structure if one of the business function &lt;STRONG&gt;LOG_MM_OM_1&lt;/STRONG&gt; or &lt;STRONG&gt;LOG_MMFI_P2P&lt;/STRONG&gt; is active in &lt;STRONG&gt;SFW5&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;If you do not fill the components in the BAPI and a valid BOM is found, it will be exploded in the created purchase order.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 24 Aug 2021 03:28:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-determining-material-components-with-bapi-po-create1/m-p/442274#M13066</guid>
      <dc:creator>janewar</dc:creator>
      <dc:date>2021-08-24T03:28:38Z</dc:date>
    </item>
  </channel>
</rss>

