<?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: parameter input not to be modified in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-input-not-to-be-modified/m-p/1574504#M259372</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do that in the event&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT Selection-screen output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;IF screen-name = 'Your parameter name here'. &lt;/P&gt;&lt;P&gt;screen-input = '0'.&lt;/P&gt;&lt;P&gt;MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDLOOP.&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;Thirumal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Sep 2006 05:15:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-26T05:15:01Z</dc:date>
    <item>
      <title>parameter input not to be modified</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-input-not-to-be-modified/m-p/1574500#M259368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello dear,&lt;/P&gt;&lt;P&gt;i have a parameter input field on my selection screen&lt;/P&gt;&lt;P&gt;NAME _____________&lt;/P&gt;&lt;P&gt;i want that i can type a name which should be sanjeev &lt;/P&gt;&lt;P&gt;only.&lt;/P&gt;&lt;P&gt;i want that if anybody try to&lt;/P&gt;&lt;P&gt;type any name other than sanjeev then it could not be possible means it shouldn't allow any body to type any name other than sanjeev in that field.&lt;/P&gt;&lt;P&gt;and if anyone type sanjeev then we can move to other screen otherwise not.&lt;/P&gt;&lt;P&gt;how it can be done.&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 05:09:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-input-not-to-be-modified/m-p/1574500#M259368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T05:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: parameter input not to be modified</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-input-not-to-be-modified/m-p/1574501#M259369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;    IF screen-name   = 'Your parameter name here'.&lt;/P&gt;&lt;P&gt;      screen-input  = '0'.&lt;/P&gt;&lt;P&gt;      MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Thirumal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 05:13:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-input-not-to-be-modified/m-p/1574501#M259369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T05:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: parameter input not to be modified</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-input-not-to-be-modified/m-p/1574502#M259370</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;This can be achieved in AT SELECTION screen event.&lt;/P&gt;&lt;P&gt;Here you compare the value.&lt;/P&gt;&lt;P&gt;IF NAME &amp;lt;&amp;gt; 'sanjeev'.&lt;/P&gt;&lt;P&gt; Message eXXX 'Name can only be sanjeev'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here XXX is your message number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Chintamani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 05:13:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-input-not-to-be-modified/m-p/1574502#M259370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T05:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: parameter input not to be modified</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-input-not-to-be-modified/m-p/1574503#M259371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can do this in selection-screen output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen output.&lt;/P&gt;&lt;P&gt;if not p_name is initial.&lt;/P&gt;&lt;P&gt;if p_name &amp;lt;&amp;gt; 'SANJEEV'.&lt;/P&gt;&lt;P&gt;*error message&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 05:14:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-input-not-to-be-modified/m-p/1574503#M259371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T05:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: parameter input not to be modified</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-input-not-to-be-modified/m-p/1574504#M259372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do that in the event&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT Selection-screen output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;IF screen-name = 'Your parameter name here'. &lt;/P&gt;&lt;P&gt;screen-input = '0'.&lt;/P&gt;&lt;P&gt;MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDLOOP.&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;Thirumal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 05:15:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-input-not-to-be-modified/m-p/1574504#M259372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T05:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: parameter input not to be modified</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-input-not-to-be-modified/m-p/1574505#M259373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sanjeev,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameter: name type char35.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen.&lt;/P&gt;&lt;P&gt;if name is not initial.&lt;/P&gt;&lt;P&gt;if name ne 'SANJEEV'.&lt;/P&gt;&lt;P&gt;message e000(zz) with 'Incorrect Name'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 05:15:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-input-not-to-be-modified/m-p/1574505#M259373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T05:15:02Z</dc:date>
    </item>
  </channel>
</rss>

