<?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: in selection screen with * * * ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-selection-screen-with/m-p/2733729#M634860</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;Please try something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PARAMETERS: P_HOST(30) TYPE C LOWER CASE OBLIGATORY,
            P_USER(30) TYPE C LOWER CASE OBLIGATORY,
            P_PWD(30)  TYPE C LOWER CASE OBLIGATORY.

AT SELECTION-SCREEN OUTPUT.
  LOOP AT SCREEN.
    IF SCREEN-NAME = 'P_PWD'.
      SCREEN-INVISIBLE = '1'.
      MODIFY SCREEN.
    ENDIF.
  ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&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>Tue, 04 Sep 2007 19:01:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-04T19:01:38Z</dc:date>
    <item>
      <title>in selection screen with * * * ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-selection-screen-with/m-p/2733728#M634859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to a screen with * * * in slect-options Or parameters ?&lt;/P&gt;&lt;P&gt;in low value * * * ,  high value with * * * ?look like a password ?&lt;/P&gt;&lt;P&gt;how can we can create it ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 18:54:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-selection-screen-with/m-p/2733728#M634859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T18:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: in selection screen with * * * ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-selection-screen-with/m-p/2733729#M634860</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;Please try something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PARAMETERS: P_HOST(30) TYPE C LOWER CASE OBLIGATORY,
            P_USER(30) TYPE C LOWER CASE OBLIGATORY,
            P_PWD(30)  TYPE C LOWER CASE OBLIGATORY.

AT SELECTION-SCREEN OUTPUT.
  LOOP AT SCREEN.
    IF SCREEN-NAME = 'P_PWD'.
      SCREEN-INVISIBLE = '1'.
      MODIFY SCREEN.
    ENDIF.
  ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&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>Tue, 04 Sep 2007 19:01:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-selection-screen-with/m-p/2733729#M634860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T19:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: in selection screen with * * * ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-selection-screen-with/m-p/2733730#M634861</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;parameters : p_mara type mara-matnr modif id s1.&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-group1 = 's1'.&lt;/P&gt;&lt;P&gt;p_mara = '****".&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;reward if usefull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 04:26:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-selection-screen-with/m-p/2733730#M634861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-05T04:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: in selection screen with * * * ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-selection-screen-with/m-p/2733731#M634862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ferry has already replied&lt;/P&gt;&lt;P&gt;make SCREEN-INVISIBLE = '1'. so that it will not display the actual data and it will display as ****.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 05:04:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-selection-screen-with/m-p/2733731#M634862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-05T05:04:50Z</dc:date>
    </item>
  </channel>
</rss>

