<?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: CS01 : Create BOM with BAPI CSAP_MAT_BOM_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cs01-create-bom-with-bapi-csap-mat-bom-create/m-p/8557890#M1658820</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Check the bellow link which is some what related to your post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN __jive_macro_name="thread" id="2019933"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Goutam Kolluru.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Feb 2012 05:35:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-02-06T05:35:34Z</dc:date>
    <item>
      <title>CS01 : Create BOM with BAPI CSAP_MAT_BOM_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cs01-create-bom-with-bapi-csap-mat-bom-create/m-p/8557889#M1658819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Our ABAP er is using the above BAPI to create BOM for certain material numbers .&lt;/P&gt;&lt;P&gt;However if there is any error on a given line item the FM is unable to show in which line item the error has actually occured . &lt;/P&gt;&lt;P&gt;Is there any way that the FM can throw an error with the exact line item where the error is . &lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;removed by moderator&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;**       BAPI for creating PO.
          CALL FUNCTION 'CSAP_MAT_BOM_CREATE'
            EXPORTING
              MATERIAL                 = LWA_UPLOAD-MATNR
              PLANT                    = LWA_UPLOAD-WERKS
              BOM_USAGE                = LWA_UPLOAD-USAGE
              VALID_FROM               = LWA_UPLOAD-VDATE
              I_STKO                   = LI_STKO
            TABLES
              T_STPO                   = LI_STPO
*            T_DEP_DATA               =
*            T_DEP_DESCR              =
*            T_DEP_ORDER              =
*            T_DEP_SOURCE             =
*            T_DEP_DOC                =
*            T_LTX_LINE               =
*            T_STPU                   =
            EXCEPTIONS
              ERROR                    = 1
              OTHERS                   = 2&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Feb 6, 2012&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 01:01:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cs01-create-bom-with-bapi-csap-mat-bom-create/m-p/8557889#M1658819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-06T01:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: CS01 : Create BOM with BAPI CSAP_MAT_BOM_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cs01-create-bom-with-bapi-csap-mat-bom-create/m-p/8557890#M1658820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Check the bellow link which is some what related to your post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN __jive_macro_name="thread" id="2019933"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Goutam Kolluru.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 05:35:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cs01-create-bom-with-bapi-csap-mat-bom-create/m-p/8557890#M1658820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-06T05:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: CS01 : Create BOM with BAPI CSAP_MAT_BOM_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cs01-create-bom-with-bapi-csap-mat-bom-create/m-p/8557891#M1658821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use CSAP_MAT_BOM_MAINTAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the importing parameter "O_STKO " , you will come to know if there is any issue while uploading. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 05:44:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cs01-create-bom-with-bapi-csap-mat-bom-create/m-p/8557891#M1658821</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2012-02-06T05:44:58Z</dc:date>
    </item>
  </channel>
</rss>

