<?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: problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem/m-p/1748446#M324554</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;IT_EKKO is an internal table with same structure as i_ekko ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_ekko is of work area or is d same structure as i_ekko.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Ajith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Nov 2006 10:42:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-29T10:42:13Z</dc:date>
    <item>
      <title>problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem/m-p/1748443#M324551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(DATA: IT_EKKO TYPE STANDARD TABLE OF I_EKKO INITIAL SIZE 0,&lt;/P&gt;&lt;P&gt;      WA_EKKO TYPE I_EKKO.):-what does it mean exactly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 10:39:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem/m-p/1748443#M324551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T10:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem/m-p/1748444#M324552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the IT_EKKO TYPE STANDARD TABLE OF I_EKKO INITIAL SIZE 0,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This defines an internal table of the type i_ekko which would have been defined earlier.This is without header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WA_EKKO TYPE I_EKKO - defines a work area of the type&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 10:41:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem/m-p/1748444#M324552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T10:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem/m-p/1748445#M324553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;DATA: IT_EKKO TYPE STANDARD TABLE OF I_EKKO INITIAL SIZE 0,&lt;/P&gt;&lt;P&gt;WA_EKKO TYPE I_EKKO.):-what does it mean exactly &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fIRST LINE creates internal table with header line ...which u can use to populate the data from DB.&lt;/P&gt;&lt;P&gt;second line is a structure where u can have the latest record populated and in this u can have at the most only one record&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 10:41:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem/m-p/1748445#M324553</guid>
      <dc:creator>shishupalreddy</dc:creator>
      <dc:date>2006-11-29T10:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem/m-p/1748446#M324554</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;IT_EKKO is an internal table with same structure as i_ekko ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_ekko is of work area or is d same structure as i_ekko.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Ajith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 10:42:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem/m-p/1748446#M324554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T10:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem/m-p/1748447#M324555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;INITIAL SIZE specifies how many table lines are to be created initially. The number of table lines can then be increased as needed. &lt;/P&gt;&lt;P&gt; The value of INITIAL SIZE has no semantic significance except in the case of APPEND SORTED BY. If INITIAL SIZE is not declared, its value is set to 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 10:42:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem/m-p/1748447#M324555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T10:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem/m-p/1748448#M324556</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;First statement is to create an internal table of type I_EKKO, and second statement is to create work area for further processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In internal table u can store any number of records and in work area you can store only one record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can fetch data from DB and store the records in the internal table by SELECT --- INTO TABLE ---. And then you can do further process however you want by reading each record into to the work area either by READ or LOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Surya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 10:45:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem/m-p/1748448#M324556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T10:45:20Z</dc:date>
    </item>
  </channel>
</rss>

