<?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: CSAP_MAT_BOM_MAINTAIN explication in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/csap-mat-bom-maintain-explication/m-p/4608330#M1085949</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you open the function with SE37 you will see a number of tabs (e.g. IMPORT, EXPORT). There you can find a short description of each variable. Normally these descriptions are good enough to give you an idea of the meaing of the parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if you're lucky there should be some Function Module Documentation as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Oct 2008 07:30:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-09T07:30:22Z</dc:date>
    <item>
      <title>CSAP_MAT_BOM_MAINTAIN explication</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/csap-mat-bom-maintain-explication/m-p/4608329#M1085948</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;Can you help me ?&lt;/P&gt;&lt;P&gt;I want to create and modify a BOM. So I use the function CSAP_MAT_BOM_MAINTAIN.&lt;/P&gt;&lt;P&gt;My problem is that I don't understand the meaning of these parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'CSAP_MAT_BOM_MAINTAIN'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;           material           = w_matnr&lt;/P&gt;&lt;P&gt;           plant              = w_plant&lt;/P&gt;&lt;P&gt;           bom_usage          = w_usage&lt;/P&gt;&lt;P&gt;           alternative        = w_alternative&lt;/P&gt;&lt;P&gt;           valid_from         = w_valid_from&lt;/P&gt;&lt;P&gt;           change_no          = w_change_no&lt;/P&gt;&lt;P&gt;           revision_level     = w_revision_level&lt;/P&gt;&lt;P&gt;           i_stko             = ti_stko_api01&lt;/P&gt;&lt;P&gt;           &lt;STRONG&gt;fl_commit_and_wait = 'X'&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;          FL_CAD             = 'X'*&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;           &lt;STRONG&gt;fl_new_item        = 'X'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;           &lt;STRONG&gt;fl_complete        = 'X'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;       IMPORTING&lt;/P&gt;&lt;P&gt;            fl_warning          = fl_warning&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;           t_stpo             = ti_stpo_api03&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           T_DEP_DATA         = TI_DEP_DATA&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           T_DEP_DESCR        = TI_DEP_DESCR&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           T_DEP_ORDER        = TI_DEP_ORDER&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           T_DEP_SOURCE       = TI_DEP_SOURCE&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           T_DOC_LINK         = TI_DOC_LINK&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           T_DMU_TMX          = TI_DMU_TMX&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           T_DEP_DOC          = TI_DEP_DOC&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           T_LTX_LINE         = TI_LTX_LINE&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           T_STPU             = TI_STPU&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;           error              = 1&lt;/P&gt;&lt;P&gt;           OTHERS             = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain me what are the differents parameters of this fonction (with meaning) and are there other parameters ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Carine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Carine Formant on Oct 9, 2008 9:24 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2008 07:23:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/csap-mat-bom-maintain-explication/m-p/4608329#M1085948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-09T07:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: CSAP_MAT_BOM_MAINTAIN explication</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/csap-mat-bom-maintain-explication/m-p/4608330#M1085949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you open the function with SE37 you will see a number of tabs (e.g. IMPORT, EXPORT). There you can find a short description of each variable. Normally these descriptions are good enough to give you an idea of the meaing of the parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if you're lucky there should be some Function Module Documentation as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2008 07:30:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/csap-mat-bom-maintain-explication/m-p/4608330#M1085949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-09T07:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: CSAP_MAT_BOM_MAINTAIN explication</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/csap-mat-bom-maintain-explication/m-p/4608331#M1085950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These explications are insufficients because when I use this fonction, it returns&lt;/P&gt;&lt;P&gt;sy-subrc = 1 and I don't understand why.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2008 07:44:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/csap-mat-bom-maintain-explication/m-p/4608331#M1085950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-09T07:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: CSAP_MAT_BOM_MAINTAIN explication</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/csap-mat-bom-maintain-explication/m-p/4608332#M1085951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;fl_warning = fl_warning&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the contents of fl_warning. There should be some info regarding your error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, check if the following system variables have a value: &lt;/P&gt;&lt;P&gt;SY-MSGID&lt;/P&gt;&lt;P&gt;SY-MSGNO&lt;/P&gt;&lt;P&gt;SY-MSGV1&lt;/P&gt;&lt;P&gt;SY-MSGV2&lt;/P&gt;&lt;P&gt;SY-MSGV3&lt;/P&gt;&lt;P&gt;SY-MSGV4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If these variables have  value, start transaction SE91 and use SY-MSGID as message class.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2008 07:52:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/csap-mat-bom-maintain-explication/m-p/4608332#M1085951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-09T07:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: CSAP_MAT_BOM_MAINTAIN explication</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/csap-mat-bom-maintain-explication/m-p/4608333#M1085952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found my differents problems.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2008 14:48:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/csap-mat-bom-maintain-explication/m-p/4608333#M1085952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-09T14:48:08Z</dc:date>
    </item>
  </channel>
</rss>

