<?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: Using MASK on screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-mask-on-screen/m-p/5236297#M1210149</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I do that? &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Feb 2009 15:10:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-24T15:10:45Z</dc:date>
    <item>
      <title>Using MASK on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-mask-on-screen/m-p/5236295#M1210147</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;&lt;/P&gt;&lt;P&gt;I have a dynpro. I would like to use a MASK format to check whether the input is in the right format or not.&lt;/P&gt;&lt;P&gt;For example I want to check if the year is starts with '20__'. How can I do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 14:39:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-mask-on-screen/m-p/5236295#M1210147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T14:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Using MASK on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-mask-on-screen/m-p/5236296#M1210148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know why you'd want to use a mask; a simple substring in the PAI should do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 15:07:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-mask-on-screen/m-p/5236296#M1210148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T15:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Using MASK on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-mask-on-screen/m-p/5236297#M1210149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I do that? &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 15:10:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-mask-on-screen/m-p/5236297#M1210149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T15:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using MASK on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-mask-on-screen/m-p/5236298#M1210150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;

data: date_fld   type d value sy-datum.

if date_field+0(2) = '20'.
  write:/ 'Good'.
else.
  write:/ 'Bad'.
endif.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 18:18:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-mask-on-screen/m-p/5236298#M1210150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T18:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Using MASK on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-mask-on-screen/m-p/5236299#M1210151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;first pick that variable in string in se38 or se80(means in your abap editor), then check that varible using CP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CP is for compare.&lt;/P&gt;&lt;P&gt;like EQ is for equal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e &lt;/P&gt;&lt;P&gt;IF variable cp '20*'.&lt;/P&gt;&lt;P&gt;   statement.......&lt;/P&gt;&lt;P&gt;else .&lt;/P&gt;&lt;P&gt;  statement...&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use it in PAI .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 18:25:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-mask-on-screen/m-p/5236299#M1210151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T18:25:47Z</dc:date>
    </item>
  </channel>
</rss>

