<?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: What is unicode program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-unicode-program/m-p/3076118#M729403</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;Rajneesh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if in a saelction screen if user entered wrong value then if u throw a error message then again user cant enter anthing in tht screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if the fields are given in between chain and endchain then even though u through the error message the user will be in the same screen and also he can reenter the value he enterd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Dec 2007 08:49:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-05T08:49:40Z</dc:date>
    <item>
      <title>What is unicode program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-unicode-program/m-p/3076116#M729401</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;1)Let me know what is unicode programs . ?&lt;/P&gt;&lt;P&gt;2)What is the purpose of Chain --- EndChain statement in Module Pool .&lt;/P&gt;&lt;P&gt;Regards : rajneesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 08:36:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-unicode-program/m-p/3076116#M729401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T08:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: What is unicode program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-unicode-program/m-p/3076117#M729402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1)https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d37d1ad9-0b01-0010-ed9f-bc3222312dd8&lt;/P&gt;&lt;P&gt;2)&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3335517"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Vishnu Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 08:47:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-unicode-program/m-p/3076117#M729402</guid>
      <dc:creator>former_member188829</dc:creator>
      <dc:date>2007-12-05T08:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: What is unicode program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-unicode-program/m-p/3076118#M729403</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;Rajneesh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if in a saelction screen if user entered wrong value then if u throw a error message then again user cant enter anthing in tht screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if the fields are given in between chain and endchain then even though u through the error message the user will be in the same screen and also he can reenter the value he enterd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 08:49:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-unicode-program/m-p/3076118#M729403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T08:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: What is unicode program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-unicode-program/m-p/3076119#M729404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;To ensure that one or more PAI modules are only called when several screen fields meet a particular condition, you must combine the calls in the flow logic to form a processing chain. You define processing chains as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHAIN.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;ENDCHAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All flow logic statements between CHAIN and ENDCHAIN belong to a processing chain. The fields in the various FIELD statements are combined, and can be used in shared conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHAIN.&lt;/P&gt;&lt;P&gt;FIELD: &amp;lt;f1&amp;gt;, &amp;lt;f 2&amp;gt;,... &lt;/P&gt;&lt;P&gt;MODULE &amp;lt;mod1&amp;gt; ON CHAIN-INPUT|CHAIN-REQUEST.&lt;/P&gt;&lt;P&gt;FIELD: &amp;lt;g1&amp;gt;, &amp;lt;g 2&amp;gt;,... &lt;/P&gt;&lt;P&gt;MODULE &amp;lt;mod2&amp;gt; ON CHAIN-INPUT|CHAIN-REQUEST.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;ENDCHAIN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 08:55:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-unicode-program/m-p/3076119#M729404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T08:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: What is unicode program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-unicode-program/m-p/3076120#M729405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai&lt;/P&gt;&lt;P&gt;Fundamentally, computers store letters and other characters by assigning a number for each one.&lt;/P&gt;&lt;P&gt;Unicode provides a unique number (Code point) for every character, no matter what the platform, no matter what the program, no matter what the language.&lt;/P&gt;&lt;P&gt;Notation U+nnnn (where nnnn are hexadecimal digits)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unicode = universally encoded character set to store information from any language&lt;/P&gt;&lt;P&gt;The Unicode standard primarily encodes scripts rather than languages&lt;/P&gt;&lt;P&gt;&amp;#149; 	Scripts comprise several languages that historically share the same set of symbols&lt;/P&gt;&lt;P&gt;&amp;#149; 	In many cases a script may serve to write dozens of languages (e.g. the Latin script)&lt;/P&gt;&lt;P&gt;&amp;#149; 	In other cases one script complies to one language (e.g. Hangul)&lt;/P&gt;&lt;P&gt;Additionally it also includes punctuation marks, diacritics, mathematical symbols, technical symbols, musical symbols, arrows, etc.&lt;/P&gt;&lt;P&gt;In all, the Unicode Standard comprises &amp;gt;95.000 characters, ideograph sets,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unicode Standard:&lt;/P&gt;&lt;P&gt;	The Unicode Standard is a character coding system designed to support the worldwide interchange, processing and display of written text of the diverse languages and technical disciplines of the modern world.&lt;/P&gt;&lt;P&gt;	In addition, it supports classical and historical texts of many written languages.&lt;/P&gt;&lt;P&gt;The Unicode Consortium:&lt;/P&gt;&lt;P&gt;	The Consortium cooperates with&lt;/P&gt;&lt;P&gt;	 	W3C &lt;/P&gt;&lt;P&gt;		 ISO&lt;/P&gt;&lt;P&gt;		and has liaison status "C" with ISO/IEC/&lt;/P&gt;&lt;P&gt;	JTC1/SC2/WG2, which is responsible for in refining the specification and expanding the character set of ISO/IEC 10646&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 09:01:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-unicode-program/m-p/3076120#M729405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T09:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: What is unicode program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-unicode-program/m-p/3076121#M729406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; normally in abap char occupies 1 byte of memory and in unicode program char occupies 2 bytes in this way it is different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if we get an error in the screen while user entering wrong information the fields will get disabled if we want to give the chance to user for reentering then we have keep that all the  fields in chain and endchain.&lt;/P&gt;&lt;P&gt;plzzz reward points if it is helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 09:01:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-unicode-program/m-p/3076121#M729406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T09:01:31Z</dc:date>
    </item>
  </channel>
</rss>

