<?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 with PERFORM statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform-statement/m-p/4090601#M978144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes it is same the as the above code, but as I mentioned earlier First Code has some Advantages over the Second Code, so I would prefer the First one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Sunil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jul 2008 06:46:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-08T06:46:35Z</dc:date>
    <item>
      <title>Problem with PERFORM statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform-statement/m-p/4090592#M978135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does the (E05) means in the below code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM ADD_ERROR USING 'NO VACANCY'(E05) ''.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;always,&lt;/P&gt;&lt;P&gt;mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 06:24:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform-statement/m-p/4090592#M978135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T06:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PERFORM statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform-statement/m-p/4090593#M978136</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;Can you be more elaborative in the code part. where you use it and how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sumit Agarwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 06:27:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform-statement/m-p/4090593#M978136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T06:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PERFORM statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform-statement/m-p/4090594#M978137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It means that a text symbol has been defined (TEXT-E05) with the English text 'NO VACANCY' (using the translation tools this text can be translated in any language without the need of modifying the program).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 06:27:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform-statement/m-p/4090594#M978137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T06:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PERFORM statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform-statement/m-p/4090595#M978138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here &lt;STRONG&gt;E05&lt;/STRONG&gt; is the &lt;STRONG&gt;Text Element&lt;/STRONG&gt; Declared in the Program, advantage of using this is that this Text Element &lt;STRONG&gt;changes with your Language&lt;/STRONG&gt;, and if the Text Does not Exist for a given Language then it takes the value of the Parameter as &lt;STRONG&gt;'NO VANCANCY'&lt;/STRONG&gt;, in this case the Default value of the Text Element will also be &lt;STRONG&gt;'NO VANCANCY'&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Sunil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 06:27:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform-statement/m-p/4090595#M978138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T06:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PERFORM statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform-statement/m-p/4090596#M978139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It reflects to a text element created locally in the program. If user logs on other than English, than the translated text will be used (if exists).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 06:28:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform-statement/m-p/4090596#M978139</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-07-08T06:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PERFORM statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform-statement/m-p/4090597#M978140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiiii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its just a text symbol created by developer...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can create it just remove that E05 &amp;amp; double click on 'No vacancy' ..it will give you a text symbol screen save &amp;amp; activate there..go back then now you will see text symbol number near to 'no vacancy'...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;twinkal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 06:29:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform-statement/m-p/4090597#M978140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T06:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PERFORM statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform-statement/m-p/4090598#M978141</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;That is &lt;STRONG&gt;text symbol name&lt;/STRONG&gt; (E05).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SE38 &lt;STRONG&gt;Menu path&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto ---&amp;gt; Text elements ---&amp;gt; Text symbols&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we define the text symbols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;raam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 06:30:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform-statement/m-p/4090598#M978141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T06:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PERFORM statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform-statement/m-p/4090599#M978142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot for your immediate response...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so the above code is just the same as the below code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;constants: c_no(10) value 'NO VACANCY',&lt;/P&gt;&lt;P&gt;                c_space(1) value ' '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM c_no(E05) c_space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 06:39:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform-statement/m-p/4090599#M978142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T06:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PERFORM statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform-statement/m-p/4090600#M978143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would prefer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
constants: c_no(10) value 'NO VACANCY'(E05),
                c_space(1) value ' '.

PERFORM c_no c_space.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 06:42:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform-statement/m-p/4090600#M978143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T06:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PERFORM statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform-statement/m-p/4090601#M978144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes it is same the as the above code, but as I mentioned earlier First Code has some Advantages over the Second Code, so I would prefer the First one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Sunil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 06:46:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform-statement/m-p/4090601#M978144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T06:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PERFORM statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform-statement/m-p/4090602#M978145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this mean that when I use the second code, the advantage inhibited on the first code does not anymore apply to the second code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 06:54:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform-statement/m-p/4090602#M978145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T06:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with PERFORM statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform-statement/m-p/4090603#M978146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.)   The main advantage is:&lt;/P&gt;&lt;P&gt;like in your case &lt;STRONG&gt;'NO VACANCY'(E05) ''&lt;/STRONG&gt; this is will check whether the Text Element consists some texts in your &lt;STRONG&gt;Login Language&lt;/STRONG&gt; then it will display that in your Login Language, otherwise it will Display the Hard Coded Text i.e. &lt;STRONG&gt;'NO VANCANCY'&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;-&amp;gt; Consider a case where the Text Element is Written in English as well as German (i.e. Text Translation for this Text Element exists.)&lt;/P&gt;&lt;P&gt;-&amp;gt; then, when you login through English Language, you will get the English Text; and if you login through German, you will get the German Text.&lt;/P&gt;&lt;P&gt;-&amp;gt; and if you login through third language say SPANISH so in this case this Text Element doesn't contain Text Translation for SPANISH, in this case it will print the Hard Coded Text i.e. 'NO VANCANCY'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.)   Second advantage is readability, i.e. there is no need of going into the Text Element again and again to check the Text given in this Text Element &lt;STRONG&gt;'E05'&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Sunil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 07:12:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-perform-statement/m-p/4090603#M978146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T07:12:01Z</dc:date>
    </item>
  </channel>
</rss>

