<?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: INITIAL Check Under 46C in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/initial-check-under-46c/m-p/2226380#M478547</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 is not related to any Version. There might be something wrong in the statement which you have written. please check again. however, below is the code how to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)if not itab[] is initial.  " checking internal table empty or not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)if not itab is initial.  " checking workarea is empty or not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)if not gv_count is initial. " checking a variable is empty or not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sksingh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Apr 2007 12:04:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-28T12:04:44Z</dc:date>
    <item>
      <title>INITIAL Check Under 46C</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initial-check-under-46c/m-p/2226378#M478545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;Under version 46C, I am not allowed to check if a certain data/work area/internal table has value in it or not by using 'IF data IS NOT INITIAL'. Could anyone help me out how I can achieve the same goal under 46C? Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Apr 2007 06:26:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initial-check-under-46c/m-p/2226378#M478545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-28T06:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: INITIAL Check Under 46C</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initial-check-under-46c/m-p/2226379#M478546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I hope there is nothing like that&lt;/P&gt;&lt;P&gt;you can check very well like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF NOT ITAB[] IS INITIAL.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;IF NOT V_WA IS INITIAL.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check your command and its syntax?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Apr 2007 11:31:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initial-check-under-46c/m-p/2226379#M478546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-28T11:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: INITIAL Check Under 46C</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initial-check-under-46c/m-p/2226380#M478547</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 is not related to any Version. There might be something wrong in the statement which you have written. please check again. however, below is the code how to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)if not itab[] is initial.  " checking internal table empty or not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)if not itab is initial.  " checking workarea is empty or not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)if not gv_count is initial. " checking a variable is empty or not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sksingh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Apr 2007 12:04:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initial-check-under-46c/m-p/2226380#M478547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-28T12:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: INITIAL Check Under 46C</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initial-check-under-46c/m-p/2226381#M478548</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;For tables you might try out the following:&lt;/P&gt;&lt;P&gt;DESCRIBE TABLE it_data LINES lv_lines.&lt;/P&gt;&lt;P&gt;IF lv_lines &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For wa you might try out this:&lt;/P&gt;&lt;P&gt;IF wa_data &amp;lt;&amp;gt; ''.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you might check out the key fields in it:&lt;/P&gt;&lt;P&gt;IF wa_data-key &amp;lt;&amp;gt; ''.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or...&lt;/P&gt;&lt;P&gt;IF wa_data-key &amp;lt;&amp;gt; SPACE.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Apr 2007 12:05:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initial-check-under-46c/m-p/2226381#M478548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-28T12:05:41Z</dc:date>
    </item>
  </channel>
</rss>

