<?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 *Regarding Badi implementation * in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-badi-implementation/m-p/4558719#M1076064</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a query regarding the implementation of the BADI &lt;/P&gt;&lt;P&gt;Steps followed :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Using transaction se19 , I have created a implementation fo the badi ( just the layout )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I have to write abap coding in the method of this particular badi . I have  a parameter defined in the badi &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;parameter - phead &lt;/P&gt;&lt;P&gt;type         - changing &lt;/P&gt;&lt;P&gt;type method - type &lt;/P&gt;&lt;P&gt;associated type - ABCD ( referencing to a structure )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. I am trying to use this parameter in this method like &lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt; delete phead where vto&amp;lt;sy-datlo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Following error occurs - &lt;/P&gt;&lt;P&gt;   phead is not an internal table -the"OCCURS n " specification is missing .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you kinldy tell me the reason for this error ? I am not supposed to use this parameter inside the program ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and Regards,&lt;/P&gt;&lt;P&gt;Swetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Oct 2008 08:52:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-08T08:52:23Z</dc:date>
    <item>
      <title>*Regarding Badi implementation *</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-badi-implementation/m-p/4558719#M1076064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a query regarding the implementation of the BADI &lt;/P&gt;&lt;P&gt;Steps followed :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Using transaction se19 , I have created a implementation fo the badi ( just the layout )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I have to write abap coding in the method of this particular badi . I have  a parameter defined in the badi &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;parameter - phead &lt;/P&gt;&lt;P&gt;type         - changing &lt;/P&gt;&lt;P&gt;type method - type &lt;/P&gt;&lt;P&gt;associated type - ABCD ( referencing to a structure )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. I am trying to use this parameter in this method like &lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt; delete phead where vto&amp;lt;sy-datlo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Following error occurs - &lt;/P&gt;&lt;P&gt;   phead is not an internal table -the"OCCURS n " specification is missing .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you kinldy tell me the reason for this error ? I am not supposed to use this parameter inside the program ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and Regards,&lt;/P&gt;&lt;P&gt;Swetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 08:52:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-badi-implementation/m-p/4558719#M1076064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T08:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: *Regarding Badi implementation *</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-badi-implementation/m-p/4558720#M1076065</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;Just comment the statement Delete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete phead where vto&amp;lt;sy-datlo.  &amp;lt;--comment it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set a breakpoint in this method and Check whether phead is getting multiple values or not ( i.e internal table or not).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if only 1 value is populated in phead, then ur delete statement is not correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revert back,.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 09:06:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-badi-implementation/m-p/4558720#M1076065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T09:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: *Regarding Badi implementation *</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-badi-implementation/m-p/4558721#M1076066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swetha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PHEAD seems to be a structure.&lt;/P&gt;&lt;P&gt;Try this code&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;if phead-vto &amp;lt; sy-datlo.
clear phead.
endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 09:07:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-badi-implementation/m-p/4558721#M1076066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T09:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: *Regarding Badi implementation *</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-badi-implementation/m-p/4558722#M1076067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The  value is not getting passed to the badi .... So could you tell me what exactly is the issue &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Swetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 09:28:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-badi-implementation/m-p/4558722#M1076067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T09:28:34Z</dc:date>
    </item>
  </channel>
</rss>

