<?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: help please in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-please/m-p/1989052#M403601</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is occurs 0.yaaaa iam new to ABAP,also please provide me  the documents regarding to ABAP  which contains more examples.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Mar 2007 04:22:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-01T04:22:01Z</dc:date>
    <item>
      <title>help please</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-please/m-p/1989045#M403594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data: begin of t occurs 0, &lt;/P&gt;&lt;P&gt;linfr like lfa1-lifnr, &lt;/P&gt;&lt;P&gt;name1 like lfa1-name1, &lt;/P&gt;&lt;P&gt;end of t. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give the explanation of this user defined structure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 04:14:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-please/m-p/1989045#M403594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T04:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: help please</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-please/m-p/1989046#M403595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like you are very new to ABAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the declaration of an internal table with headerline&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this internal table consists of 2 fields lifnr and name1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 04:16:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-please/m-p/1989046#M403595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T04:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: help please</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-please/m-p/1989047#M403596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data: begin of t occurs 0, &lt;/P&gt;&lt;P&gt;linfr like lfa1-lifnr, &lt;/P&gt;&lt;P&gt;name1 like lfa1-name1, &lt;/P&gt;&lt;P&gt;end of t. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is an Internal Table defined. the Internal Table's name is T. It is like simple table which contains two fields linfr and name1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Ashwani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 04:17:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-please/m-p/1989047#M403596</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T04:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: help please</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-please/m-p/1989048#M403597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'T' is an internal table with fields linfr and name1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 04:19:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-please/m-p/1989048#M403597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T04:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: help please</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-please/m-p/1989049#M403598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is an internal table with header line which consist two fields lifnr and name1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are  populating this like&lt;/P&gt;&lt;P&gt;itab-lifnr = '0001'.&lt;/P&gt;&lt;P&gt;itab-name1 = 'ABC'.&lt;/P&gt;&lt;P&gt;append itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab-lifnr = '0002'.&lt;/P&gt;&lt;P&gt;itab-name1 = 'DEF'.&lt;/P&gt;&lt;P&gt;append itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can get the values like this in itab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lifnr name1&lt;/P&gt;&lt;P&gt;0001 ABC&lt;/P&gt;&lt;P&gt;002   DEF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so it can store n no of rows inside within this with the specified coloumn name and it is like the data type of lfa1-lifnr and lfa1-name1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 04:19:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-please/m-p/1989049#M403598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T04:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: help please</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-please/m-p/1989050#M403599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the declaration of the Internal table data with header line.&lt;/P&gt;&lt;P&gt;lifnr n name1 are the fileds which are the type of the fields in lfa1 table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is used to store data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyanka.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 04:19:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-please/m-p/1989050#M403599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T04:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: help please</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-please/m-p/1989051#M403600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivasa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In those statements you r defining the internal table with all those fileds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data is the key word to define the internal table and occurs 0 is providing the space for the internal table. when you begin the block you have to close the block with end of.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here lifnr ( any varible) your r defining like the filed of table lfa1 and the file lifnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~~Guduri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 04:20:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-please/m-p/1989051#M403600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T04:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: help please</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-please/m-p/1989052#M403601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is occurs 0.yaaaa iam new to ABAP,also please provide me  the documents regarding to ABAP  which contains more examples.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 04:22:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-please/m-p/1989052#M403601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T04:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: help please</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-please/m-p/1989053#M403602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Occurs will represent the memory allocated, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Occurs 0 means initially memory allocated for 0 recods(No memory)&lt;/P&gt;&lt;P&gt;Occurs 10 means initially memory allocated for 10 recods&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chk allsaplinks.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also in SE38 DEMO*  examples&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Chandrasekhar Jagarlamudi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 04:24:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-please/m-p/1989053#M403602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T04:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: help please</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-please/m-p/1989054#M403603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi srinivasa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        data: begin of t occurs 0, &lt;/P&gt;&lt;P&gt;         linfr like lfa1-lifnr, &lt;/P&gt;&lt;P&gt;        name1 like lfa1-name1, &lt;/P&gt;&lt;P&gt;        end of t. &lt;/P&gt;&lt;P&gt;This is one type of declaring an internal table.here t is internal tbale name.&lt;/P&gt;&lt;P&gt;in that internal table u r declaring 2 fields of lfa1-lifnr and lfa1-name1 type.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 04:24:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-please/m-p/1989054#M403603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T04:24:40Z</dc:date>
    </item>
  </channel>
</rss>

