<?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: Any Performance issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-performance-issue/m-p/6265176#M1385643</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;I dont see any performance related issue here. If you want to avoid the else part directly use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
IF not fs_vend IS INITIAL.
APPEND fs_vend TO t_vend.
ENDIF. 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Oct 2009 07:15:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-26T07:15:35Z</dc:date>
    <item>
      <title>Any Performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-performance-issue/m-p/6265174#M1385641</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;In the below if statement will there be any performance issue or any. One thing i am having records in fs_vend.&lt;/P&gt;&lt;P&gt;Or wht happens when i use ELSE statement.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; IF fs_vend  IS INITIAL.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Do nothing.*&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;    APPEND fs_vend TO t_vend.&lt;/P&gt;&lt;P&gt;  ENDIF. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; IF fs_vend  IS INITIAL.&lt;/P&gt;&lt;P&gt;    APPEND fs_vend TO t_vend.&lt;/P&gt;&lt;P&gt;  ENDIF. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;VEnk@&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 07:11:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-performance-issue/m-p/6265174#M1385641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-26T07:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Any Performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-performance-issue/m-p/6265175#M1385642</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;&lt;/P&gt;&lt;P&gt;u can use as like this .......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF fs_vend IS NOT  INITIAL.&lt;/P&gt;&lt;P&gt;APPEND fs_vend TO t_vend.&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;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shambhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 07:14:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-performance-issue/m-p/6265175#M1385642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-26T07:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Any Performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-performance-issue/m-p/6265176#M1385643</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;I dont see any performance related issue here. If you want to avoid the else part directly use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
IF not fs_vend IS INITIAL.
APPEND fs_vend TO t_vend.
ENDIF. 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 07:15:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-performance-issue/m-p/6265176#M1385643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-26T07:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Any Performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-performance-issue/m-p/6265177#M1385644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If FS_VEND is an Interanal table with Header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not FS_VEND[] is initial.&lt;/P&gt;&lt;P&gt;t_vend[] = fs_vend[]&lt;/P&gt;&lt;P&gt;endi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheeers&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 07:19:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-performance-issue/m-p/6265177#M1385644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-26T07:19:07Z</dc:date>
    </item>
  </channel>
</rss>

