<?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 as password field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-as-password-field/m-p/3033637#M717653</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this out:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT  ZTEST_NP.

PARAMETERS: P_PASS(10) TYPE C OBLIGATORY MODIF ID GP1.

AT SELECTION-SCREEN OUTPUT.
  LOOP AT SCREEN.
    IF SCREEN-GROUP1 = 'GP1'.
      SCREEN-ACTIVE = 1.
      SCREEN-INPUT = 1 .
      SCREEN-OUTPUT = 0 .
      SCREEN-INVISIBLE      = 1 .
      MODIFY SCREEN.
    ENDIF.
  ENDLOOP.

START-OF-SELECTION.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Nov 2007 23:13:56 GMT</pubDate>
    <dc:creator>naimesh_patel</dc:creator>
    <dc:date>2007-11-07T23:13:56Z</dc:date>
    <item>
      <title>Parameter as password field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-as-password-field/m-p/3033636#M717652</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;I would like to know how can I use a parameter as a password field?&lt;/P&gt;&lt;P&gt;And another question I need to know the table which contain the config. of the maximum number of modes that users can have open.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advanced.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2007 23:05:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-as-password-field/m-p/3033636#M717652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-07T23:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter as password field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-as-password-field/m-p/3033637#M717653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this out:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT  ZTEST_NP.

PARAMETERS: P_PASS(10) TYPE C OBLIGATORY MODIF ID GP1.

AT SELECTION-SCREEN OUTPUT.
  LOOP AT SCREEN.
    IF SCREEN-GROUP1 = 'GP1'.
      SCREEN-ACTIVE = 1.
      SCREEN-INPUT = 1 .
      SCREEN-OUTPUT = 0 .
      SCREEN-INVISIBLE      = 1 .
      MODIFY SCREEN.
    ENDIF.
  ENDLOOP.

START-OF-SELECTION.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2007 23:13:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-as-password-field/m-p/3033637#M717653</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-07T23:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter as password field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-as-password-field/m-p/3033638#M717654</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;You can pass like this also :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;  LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;    IF SCREEN-GROUP1 = 'GP1'.&lt;/P&gt;&lt;P&gt;      SCREEN-INVISIBLE      = 1 .&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;Invisible options controls the display .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2007 01:34:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-as-password-field/m-p/3033638#M717654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-08T01:34:44Z</dc:date>
    </item>
  </channel>
</rss>

