<?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 BADI implementation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/1345035#M174040</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have implemented BADI MB_MIGO_BADI for MIGO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One requirement I have done successfully.&lt;/P&gt;&lt;P&gt;Now second reqd. is I want to generate the file with Document number which is flowing in IT_MSEG.&lt;/P&gt;&lt;P&gt;I want to generate the file when the movt. type is 103.&lt;/P&gt;&lt;P&gt;But I m not able to capture the IT_mseg-bwart field.&lt;/P&gt;&lt;P&gt;It is giving the error like the it_mseg doesn't have header line and does't have component bwart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to handle the internal table without header line?&lt;/P&gt;&lt;P&gt;So that I will be able to check the value of field bwart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in adv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- USL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 Jun 2006 09:10:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-10T09:10:45Z</dc:date>
    <item>
      <title>BADI implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/1345035#M174040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have implemented BADI MB_MIGO_BADI for MIGO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One requirement I have done successfully.&lt;/P&gt;&lt;P&gt;Now second reqd. is I want to generate the file with Document number which is flowing in IT_MSEG.&lt;/P&gt;&lt;P&gt;I want to generate the file when the movt. type is 103.&lt;/P&gt;&lt;P&gt;But I m not able to capture the IT_mseg-bwart field.&lt;/P&gt;&lt;P&gt;It is giving the error like the it_mseg doesn't have header line and does't have component bwart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to handle the internal table without header line?&lt;/P&gt;&lt;P&gt;So that I will be able to check the value of field bwart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in adv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- USL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jun 2006 09:10:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/1345035#M174040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-10T09:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: BADI implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/1345036#M174041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Umesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare a structure and use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Loop at itab into wa_structure.


endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to this link. This might help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb381a358411d1829f0000e829fbfe/frameset.htm"&amp;gt;Processing Table Entries in Loops&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jun 2006 09:21:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/1345036#M174041</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2006-06-10T09:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: BADI implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/1345037#M174042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Umesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You can also use the ASSIGNING option of the LOOP statement to have a better performance. While using ASSIGNING option the internal table need not have a header.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; Take a look at the useful weblog from Rich.&lt;/P&gt;&lt;P&gt; /people/rich.heilman2/blog/2006/03/07/using-field-symbols-in-loop-statements--performance-boost&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jun 2006 09:33:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/1345037#M174042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-10T09:33:12Z</dc:date>
    </item>
  </channel>
</rss>

