<?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 Function module CS_BOM_EXPL_MAT_V2 Documentation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-cs-bom-expl-mat-v2-documentation/m-p/1404131#M195245</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cannot find any documentation for function module CS_BOM_EXPL_MAT_V2.  It is a very powerful function module, however, it is not useful without documentation.  I know that it can do single level boms as well as multi level and a host of other things, but I can only guess without documentation.  Do you know where I can get documentation for this function module.  &lt;/P&gt;&lt;P&gt;				thank you in advance, Leonard Getz, Dy4 Systems Inc. Ottawa, Ontario, Canada.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jun 2006 19:44:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-29T19:44:35Z</dc:date>
    <item>
      <title>Function module CS_BOM_EXPL_MAT_V2 Documentation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-cs-bom-expl-mat-v2-documentation/m-p/1404131#M195245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cannot find any documentation for function module CS_BOM_EXPL_MAT_V2.  It is a very powerful function module, however, it is not useful without documentation.  I know that it can do single level boms as well as multi level and a host of other things, but I can only guess without documentation.  Do you know where I can get documentation for this function module.  &lt;/P&gt;&lt;P&gt;				thank you in advance, Leonard Getz, Dy4 Systems Inc. Ottawa, Ontario, Canada.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 19:44:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-cs-bom-expl-mat-v2-documentation/m-p/1404131#M195245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T19:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Function module CS_BOM_EXPL_MAT_V2 Documentation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-cs-bom-expl-mat-v2-documentation/m-p/1404132#M195246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure about documentation, but here is a sample of how you can call it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;


data: begin of stpox occurs 1000.
        include structure stpox.
data: end of stpox.


  call function 'CS_BOM_EXPL_MAT_V2'
       exporting
            capid                 = 'PP01'
            mehrs                 = 'X'
            datuv                 = sy-datum
            mtnrv                 = p_matnr
            werks                 = p_werks
            emeng                 = '1'
       tables
            stb                   = stpox
       exceptions
            alt_not_found         = 1
            call_invalid          = 2
            material_not_found    = 3
            missing_authorization = 4
            no_bom_found          = 5
            no_plant_data         = 6
            no_suitable_bom_found = 7
            others                = 8.


&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich HEilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 19:47:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-cs-bom-expl-mat-v2-documentation/m-p/1404132#M195246</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-06-29T19:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Function module CS_BOM_EXPL_MAT_V2 Documentation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-cs-bom-expl-mat-v2-documentation/m-p/1404133#M195247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rich, Thank you for your prompt response that does help a bit, however there many fields/parameter options that this function module offers.  I would like to know the defined purpose of each and everyone of the parameters.  The thought is that if I know what it can do,I may want to use that option.  Unfortunately, I don't know the meaning/purpose of many of the parameters offered.  That is why I asked if there was any documentation.  Your answer still helps.  I appreciate that, thanks Leonard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 19:57:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-cs-bom-expl-mat-v2-documentation/m-p/1404133#M195247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T19:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Function module CS_BOM_EXPL_MAT_V2 Documentation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-cs-bom-expl-mat-v2-documentation/m-p/1404134#M195248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I feel your pain, this is not a very friendly function module, lots of parameters,  no documentation.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 20:04:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-cs-bom-expl-mat-v2-documentation/m-p/1404134#M195248</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-06-29T20:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Function module CS_BOM_EXPL_MAT_V2 Documentation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-cs-bom-expl-mat-v2-documentation/m-p/1404135#M195249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be logging in German might give you some documentation that you can translate later into English. This is used by all of us, but it is not meant for public use. It is an internal SAP function module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 20:15:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-cs-bom-expl-mat-v2-documentation/m-p/1404135#M195249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T20:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Function module CS_BOM_EXPL_MAT_V2 Documentation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-cs-bom-expl-mat-v2-documentation/m-p/1404136#M195250</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;I can see this thread has not yet been resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need documentation or help regarding this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reply if any one knows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2009 06:02:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-cs-bom-expl-mat-v2-documentation/m-p/1404136#M195250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-20T06:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Function module CS_BOM_EXPL_MAT_V2 Documentation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-cs-bom-expl-mat-v2-documentation/m-p/1404137#M195251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I found:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CS_BOM_EXPL_MAT_V2' "BOM explosion for material&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ftrel = SPACE               " csdata-xfeld  Limited multi-level - stop explosion at items not relevant to production&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  aufsw = SPACE               " csdata-xfeld  Determine and enter order level and channel&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  aumgb = SPACE               " csdata-xfeld  Calculate scrap quantity&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  aumng = 0                   " stko-bmeng    Scrap quantity&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  auskz = SPACE               " csdata-xfeld  Scrap&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  bagrp = SPACE               " mara-matnr    Assembly restriction&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  beikz = SPACE               " stpo-beikz    Material provision indicator&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  bessl = SPACE               " csdata-xfeld  Material provision selection indicator&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  bgixo = SPACE               " csdata-xfeld  Load assembly information for exploded assemblies only&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  brems = SPACE               " csdata-xfeld  Limited explosion&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  capid = 'STD1'              " tc04-capid    Application ID&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  cospr = SPACE               " csdata-xfeld  Internal: (CO) order-spec. MatPreRead&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  cuobj = 000000000000000     " marc-cuobj    Configuration&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  datuv = 00000000            " stko-datuv    Validity date&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  delnl = SPACE               " csdata-xfeld  Delete items not kept in stock from list&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  emeng = 0                   " stko-bmeng    Required quantity&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  erskz = SPACE               " stpo-erskz    Spare part indicator&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  erssl = SPACE               " csdata-xfeld  Spare part selection indicator&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  fbstp = SPACE               " csdata-xfeld  Limited multi-level - stop explosion at externally procured item&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  mbwls = SPACE               " csdata-xfeld  Read material valuation&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  mdmps = SPACE               " csdata-xfeld  Limited multi-level - explode phantom assemblies at least&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  mehrs = SPACE               " csdata-xfeld  Multi-level explosion&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  mkmat = SPACE               " csdata-xfeld  Limited multi-level; explode KMAT&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  mmaps = SPACE               " csdata-xfeld  Limited multi-level - explode at least M assembly (M order)&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  mmory = SPACE               " csdata-xfeld  Memory use ('1'=on;'0'=off;' '=no reaction)&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  mtnrv = SPACE               " mara-matnr    Material&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  postp = SPACE               " stpo-postp    Item category&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  rndkz = SPACE               " csdata-xfeld  Round off: ' '=always, '1'=never, '2'=only levels &amp;gt; 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  rvrel = SPACE               " stpo-rvrel    Relevant to sales&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  sanfr = SPACE               " stpo-sanfe    Production&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  sanin = SPACE               " stpo-sanin    Maintenance&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  sanka = SPACE               " stpo-sanka    Costing&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  sanko = SPACE               " stpo-sanko    Engineering/design&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  sanvs = SPACE               " stpo-sanvs    Shipping&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  schgt = SPACE               " stpo-schgt    Bulk material&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  stkkz = SPACE               " stpo-stkkz    PM assembly&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  stlal = SPACE               " stko-stlal    Alternative BOM&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  stlan = SPACE               " stzu-stlan    BOM usage&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  werks = SPACE               " marc-werks    Plant&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  mdnot = SPACE               " csdata-xfeld  Restriction on MDMPS: do not explode M phantom&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  panot = SPACE               " csdata-xfeld  Restriction on MDMPS: no parallel discontinue&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;    topmat =                    " cstmat        Data for start material&lt;/P&gt;&lt;P&gt;    dstst =                     " csdata-xfeld  Structure destroyed by filter&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    stb =                       " stpox         Collective item data table&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  matcat =                    " cscmat        Material catalog (sub-assemblies)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  EXCEPTIONS&lt;/P&gt;&lt;P&gt;    ALT_NOT_FOUND = 1           "               Alternative not found&lt;/P&gt;&lt;P&gt;    CALL_INVALID = 2            "               Incorrect parameter combination&lt;/P&gt;&lt;P&gt;    MATERIAL_NOT_FOUND = 3      "               Material not found&lt;/P&gt;&lt;P&gt;    MISSING_AUTHORIZATION = 4   "               No authorization (bill of material)&lt;/P&gt;&lt;P&gt;    NO_BOM_FOUND = 5            "               No BOM for this material&lt;/P&gt;&lt;P&gt;    NO_PLANT_DATA = 6           "               Material not maintained in plant&lt;/P&gt;&lt;P&gt;    NO_SUITABLE_BOM_FOUND = 7   "               BOM does not exist&lt;/P&gt;&lt;P&gt;    .  "  CS_BOM_EXPL_MAT_V2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2011 11:32:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-cs-bom-expl-mat-v2-documentation/m-p/1404137#M195251</guid>
      <dc:creator>former_member726070</dc:creator>
      <dc:date>2011-11-09T11:32:13Z</dc:date>
    </item>
  </channel>
</rss>

