<?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: Material BOM create in simulation mode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-bom-create-in-simulation-mode/m-p/2742953#M637462</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;Any comments? This is rather urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points assured.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Sep 2007 12:48:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-17T12:48:32Z</dc:date>
    <item>
      <title>Material BOM create in simulation mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-bom-create-in-simulation-mode/m-p/2742952#M637461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a FM available to simulate material BOM creation? My requirement is to check whether BOM can be created of a material for a set of components (this includes all standard checks e.g. whether components are valid material numbers, those materials are extended to the plant etc) and act accordingly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 12:11:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-bom-create-in-simulation-mode/m-p/2742952#M637461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T12:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Material BOM create in simulation mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-bom-create-in-simulation-mode/m-p/2742953#M637462</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;Any comments? This is rather urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points assured.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 12:48:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-bom-create-in-simulation-mode/m-p/2742953#M637462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T12:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Material BOM create in simulation mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-bom-create-in-simulation-mode/m-p/2742954#M637463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FM : CS_BOM_EXPL_MAT_V2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 06:41:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-bom-create-in-simulation-mode/m-p/2742954#M637463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T06:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Material BOM create in simulation mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-bom-create-in-simulation-mode/m-p/2742955#M637464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sandeep,&lt;/P&gt;&lt;P&gt;           &lt;/P&gt;&lt;P&gt;               We can use fm-CS_BOM_EXPL_MAT_V2.&amp;#149;	This FM will explode the material BoM for given material and plant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample code for FM usage :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CS_BOM_EXPL_MAT_V2'&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    capid                       = p_appli&lt;/P&gt;&lt;P&gt;     datuv                       = sy-datum&lt;/P&gt;&lt;P&gt;     mktls                       = 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     mehrs                       = 'X'&lt;/P&gt;&lt;P&gt;     mtnrv                       = v_matnr&lt;/P&gt;&lt;P&gt;     stlal                       = p_alter&lt;/P&gt;&lt;P&gt;     stlan                       = p_usage&lt;/P&gt;&lt;P&gt;     stpst                       = p_level&lt;/P&gt;&lt;P&gt;     werks                       = v_werks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   TABLES&lt;/P&gt;&lt;P&gt;      stb                         = it_stpox&lt;/P&gt;&lt;P&gt;     matcat                      =  it_cscmat&lt;/P&gt;&lt;P&gt;   EXCEPTIONS&lt;/P&gt;&lt;P&gt;     alt_not_found                  = 1&lt;/P&gt;&lt;P&gt;     call_invalid                      = 2&lt;/P&gt;&lt;P&gt;     material_not_found         = 3&lt;/P&gt;&lt;P&gt;     missing_authorization     = 4&lt;/P&gt;&lt;P&gt;     no_bom_found                = 5&lt;/P&gt;&lt;P&gt;     no_plant_data                  = 6&lt;/P&gt;&lt;P&gt;     no_suitable_bom_found   = 7&lt;/P&gt;&lt;P&gt;     conversion_error              = 8&lt;/P&gt;&lt;P&gt;     OTHERS                          = 9  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF sy-subrc IS NOT INITIAL.&lt;/P&gt;&lt;P&gt;*Message   " No Bom detials found&lt;/P&gt;&lt;P&gt;    LEAVE LIST-PROCESSING.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDFORM.                    " EXPLODE_BOM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it is usful,&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srikanth.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 06:51:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-bom-create-in-simulation-mode/m-p/2742955#M637464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T06:51:08Z</dc:date>
    </item>
  </channel>
</rss>

