<?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: class in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/class/m-p/3540633#M851840</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhvi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have u declared it as l_VBAK type standard table of VBAK? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Esha Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Mar 2008 04:06:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-12T04:06:18Z</dc:date>
    <item>
      <title>class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class/m-p/3540632#M851839</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;  Im definiNG A ZCLASS. iN THIS I HAVE declared method getvbak. In this method im writitng a select statement by which im getting the vbeln in the internal table i_vbak. when im activating this it throws an errow as "I_VBAK" is not an internal table - the "OCCURS n" specification is	missing. But then I'm declaring I_VBAK in attributes as type vbak. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;help needed reward for all useful ans.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 04:04:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class/m-p/3540632#M851839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T04:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class/m-p/3540633#M851840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhvi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have u declared it as l_VBAK type standard table of VBAK? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Esha Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 04:06:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class/m-p/3540633#M851840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T04:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class/m-p/3540634#M851841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Esha,&lt;/P&gt;&lt;P&gt; Where do we have to declare it. In the attribute tab. Like when we declare the attributes there. More over how can i include the header line in the internal table. as the you can see in the error that i have pasted in my last msg it says that i_vbak is not an internal table occurs 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 04:21:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class/m-p/3540634#M851841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T04:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class/m-p/3540635#M851842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Madhvi..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I explored the same, though new to this, I found a layman's solution...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto &lt;STRONG&gt;SE11&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;Select &lt;STRONG&gt;Data type&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;Enter a name (example: &lt;STRONG&gt;ZTTD&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&amp;gt;Click on create&lt;/P&gt;&lt;P&gt;&amp;gt;in the popup window that appears, select &lt;STRONG&gt;Table type&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;give the VBAP in the line type (as an example)&lt;/P&gt;&lt;P&gt;&amp;gt;Enter description&lt;/P&gt;&lt;P&gt;&amp;gt;activate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto &lt;STRONG&gt;SE24&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;Goto the method u r trying to create&lt;/P&gt;&lt;P&gt;&amp;gt;click on parameters&lt;/P&gt;&lt;P&gt;&amp;gt;against &lt;STRONG&gt;i_vbap&lt;/STRONG&gt; in the associated type enter &lt;STRONG&gt;ZTTD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;activate&lt;/P&gt;&lt;P&gt;&amp;gt;write a select query for the method&lt;/P&gt;&lt;P&gt;&amp;gt;execute&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;done.&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;done.&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;feel free to contact me for any problem... &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 10:26:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class/m-p/3540635#M851842</guid>
      <dc:creator>aabhas_wilmar</dc:creator>
      <dc:date>2008-03-12T10:26:31Z</dc:date>
    </item>
  </channel>
</rss>

