<?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: Plz explain in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/plz-explain/m-p/2621939#M602196</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Navneeth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the explaination, can you tell what will be the value in case when we write INITIAL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 05 Aug 2007 12:40:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-05T12:40:07Z</dc:date>
    <item>
      <title>Plz explain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/plz-explain/m-p/2621937#M602194</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;Can any one please help me explain how this statement works and what is the function of  { literal | INITIAL } .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CONSTANTS myconst TYPE string VALUE { literal | INITIAL }&amp;lt;/b&amp;gt; .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Aug 2007 12:28:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/plz-explain/m-p/2621937#M602194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-05T12:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Plz explain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/plz-explain/m-p/2621938#M602195</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;The statemetn declares a constant whose value cannot be changed in the program. while declaring a constant u have to give a value to it.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;constants c_con type string value 'ABCD'. "here 'ABCD' is a literal&lt;/P&gt;&lt;P&gt;This declares a constant c_con with value 'ABCD'. the value of this variable caanot be changed in the program. It is mandatory to give a value to constant during declaration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Navneeth K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Aug 2007 12:36:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/plz-explain/m-p/2621938#M602195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-05T12:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Plz explain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/plz-explain/m-p/2621939#M602196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Navneeth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the explaination, can you tell what will be the value in case when we write INITIAL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Aug 2007 12:40:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/plz-explain/m-p/2621939#M602196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-05T12:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Plz explain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/plz-explain/m-p/2621940#M602197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;by using initial we can check whether  an internal table contains any value or not &lt;/P&gt;&lt;P&gt;see in this example&lt;/P&gt;&lt;P&gt;data: itab like lfa1 occurs 0 with header line.&lt;/P&gt;&lt;P&gt;if not itab[] is initial.&lt;/P&gt;&lt;P&gt;message I000(0) with ' itab contains some values'.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;message W000(0) with 'itab is empty'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here we are checking the internal table body is empty or not.&lt;/P&gt;&lt;P&gt;i.e., body contains any initial values or not  &lt;/P&gt;&lt;P&gt;if it contains intial values means alpha numeric fields are filled by spaces and numeric fields are filled by zeros.&lt;/P&gt;&lt;P&gt;we can achieve this by  the statement 'clear itab[].'&lt;/P&gt;&lt;P&gt;if it contains any values other than these that is not intial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is useful for you reward points otherwise leave it&lt;/P&gt;&lt;P&gt;ok bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Aug 2007 13:06:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/plz-explain/m-p/2621940#M602197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-05T13:06:09Z</dc:date>
    </item>
  </channel>
</rss>

