<?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: Flag in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/flag/m-p/2772163#M645987</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;Flag could be a single character variable of type C. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use flag for any purpose if you want to store some sort of counter. Flag is generally a temp variable defined within the program to check the status if its true or false.&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Nov 2007 15:06:38 GMT</pubDate>
    <dc:creator>ferry_lianto</dc:creator>
    <dc:date>2007-11-02T15:06:38Z</dc:date>
    <item>
      <title>Flag</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flag/m-p/2772159#M645983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;what is FLAG and &lt;/P&gt;&lt;P&gt;what is the use of FLAG?&lt;/P&gt;&lt;P&gt;Plz send the documentation ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 11:55:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flag/m-p/2772159#M645983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-05T11:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Flag</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flag/m-p/2772160#M645984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Flag is nothing but a variable use to ser the value True or False&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data : gt_flag type c value 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can set value as 'X' for True and ' ' for False&lt;/P&gt;&lt;P&gt;and check it for its value for your condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt; data: gt_a type i value '20'.&lt;/P&gt;&lt;P&gt;Data : gt_flag type c value 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if gt_a &amp;gt; 10.&lt;/P&gt;&lt;P&gt;gt_flag = ' '.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if gt_flag = ' '.&lt;/P&gt;&lt;P&gt;write: 'Value is gretaer tahn 10'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 12:02:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flag/m-p/2772160#M645984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-05T12:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Flag</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flag/m-p/2772161#M645985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;FLAG is nothing but a Single charecter field, we declare the FLAGS in a program to check the IF ELSE condtions, &lt;/P&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; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 12:02:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flag/m-p/2772161#M645985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-05T12:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Flag</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flag/m-p/2772162#M645986</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 of single character, it is used for indication purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 12:07:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flag/m-p/2772162#M645986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-05T12:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Flag</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flag/m-p/2772163#M645987</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;Flag could be a single character variable of type C. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use flag for any purpose if you want to store some sort of counter. Flag is generally a temp variable defined within the program to check the status if its true or false.&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 15:06:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flag/m-p/2772163#M645987</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2007-11-02T15:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Flag</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flag/m-p/2772164#M645988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A flag is a piece of woven cloth, often flown from a pole or mast, generally used symbolically for signalling or identification. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first flags were used to assist military coordination on battlefields and flags have evolved into a general tool for rudimentary signalling and identification. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Flags are used in messaging, advertising, or for other decorative purposes. The study of flags is known as vexillology, from the Latin vexillum meaning flag or banner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;National flags - One of the most popular uses of a flag is to symbolize a nation or country&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Civil flags - A civil flag is a version of the national flag that is flown by civilians on non-government installations or craft&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Flags at sea - Flags are particularly important at sea, where they can mean the difference between life and death, and consequently where the rules and regulations for the flying of flags are strictly enforced (&amp;lt;b&amp;gt;unlike the rules on SDN&amp;lt;/b&amp;gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Religious flags - Flags can play many different roles in religion&lt;/P&gt;&lt;P&gt;In sports - Because of their ease of signalling and identification, flags are often used in sports&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Swimming flags - In Australia, New Zealand, Philippines, and the United Kingdom a pair of red/yellow flags is used to mark the limits of the bathing area on a beach, usually guarded by surf lifesavers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Railway flags - Railways use a number of colored flags&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In politics - Social and political movements have adopted flags, to increase their visibility and as a unifying symbol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Flagpoles - A flagpole or flagstaff can be a simple support made of wood or metal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 15:22:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flag/m-p/2772164#M645988</guid>
      <dc:creator>che_eky</dc:creator>
      <dc:date>2007-11-02T15:22:47Z</dc:date>
    </item>
  </channel>
</rss>

