Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

field properties

Former Member
0 Likes
455

Hi SAP Gurus,

How field properties are set with * for password

Hi SAP Gurus,

How field properties are set with * for password

2 REPLIES 2
Read only

Former Member
0 Likes
419

Hi,

parameters:pwd(10).

at selection-screen output.

LOOP AT screen.

IF screen-name = 'PWD'.

screen-invisible = 1.

modify screen.

ENDIF.

ENDLOOP.

Regards,

KK