<?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: CHVW_EXPLODE_ALL Batch where used in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/chvw-explode-all-batch-where-used/m-p/7279096#M1531212</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use FM CHVW_BATCH_WHERE_USED_LIST with same DFCHVW&amp;nbsp; values an a dummy container refrence&amp;nbsp; before callin FM 'CHVW_EXPLODE_ALL' I had a similar problem &amp;amp; found that there is a global data pa_dfchvw in function group which doesnot get set some times &amp;amp; caues problem of no showing detailed level&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jan 2013 06:47:51 GMT</pubDate>
    <dc:creator>sandeep_yashwantdixit</dc:creator>
    <dc:date>2013-01-10T06:47:51Z</dc:date>
    <item>
      <title>CHVW_EXPLODE_ALL Batch where used</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/chvw-explode-all-batch-where-used/m-p/7279095#M1531211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I am trying to get batch where used details by using FM 'CHVW_EXPLODE_ALL' samp0le code is givem below, while running  this i will get only one record in shadow, same time wile running the FM in SE37 with same parameters i get 68 records please explain is there any error in my coding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: shadow LIKE chvwshadow OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;  Data : c_bottom_up(10) VALUE '90 X  B B',&lt;/P&gt;&lt;P&gt;         material like MCHA-MATNR,&lt;/P&gt;&lt;P&gt;         plant like MCHA-WERKS,&lt;/P&gt;&lt;P&gt;         batch like MCHA-CHARG.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; wa_i_DFCHVW = c_bottom_up.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  material = ty_inv-MATERIAL.&lt;/P&gt;&lt;P&gt;  plant = ty_inv-PLANT.&lt;/P&gt;&lt;P&gt;  batch = ty_inv-BATCH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'CHVW_EXPLODE_ALL'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      I_MATNR            = material&lt;/P&gt;&lt;P&gt;      I_WERKS            = plant&lt;/P&gt;&lt;P&gt;      I_CHARG            = batch&lt;/P&gt;&lt;P&gt;      I_DFCHVW           = wa_i_DFCHVW&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      T_SHADOW           = shadow&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      INVALID_INPUT_DATA = 1&lt;/P&gt;&lt;P&gt;      OTHERS             = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nausal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Sep 2010 07:39:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/chvw-explode-all-batch-where-used/m-p/7279095#M1531211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-06T07:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: CHVW_EXPLODE_ALL Batch where used</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/chvw-explode-all-batch-where-used/m-p/7279096#M1531212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use FM CHVW_BATCH_WHERE_USED_LIST with same DFCHVW&amp;nbsp; values an a dummy container refrence&amp;nbsp; before callin FM 'CHVW_EXPLODE_ALL' I had a similar problem &amp;amp; found that there is a global data pa_dfchvw in function group which doesnot get set some times &amp;amp; caues problem of no showing detailed level&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 06:47:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/chvw-explode-all-batch-where-used/m-p/7279096#M1531212</guid>
      <dc:creator>sandeep_yashwantdixit</dc:creator>
      <dc:date>2013-01-10T06:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: CHVW_EXPLODE_ALL Batch where used</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/chvw-explode-all-batch-where-used/m-p/13789820#M2029838</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am facing exactly the same issue. Can you provide sample code snippet for&amp;nbsp;&lt;SPAN&gt;FM CHVW_BATCH_WHERE_USED_LIST and&amp;nbsp;FM 'CHVW_EXPLODE_ALL'?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2024 20:23:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/chvw-explode-all-batch-where-used/m-p/13789820#M2029838</guid>
      <dc:creator>meenakshi-btp</dc:creator>
      <dc:date>2024-08-09T20:23:12Z</dc:date>
    </item>
  </channel>
</rss>

