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

Dynpro Query

Former Member
0 Likes
714

Hi All,

In one z t-code dynpro , i want to put condition for one text box like one particular user that text box should be disabled .

Regards,

Pragya

5 REPLIES 5
Read only

Former Member
0 Likes
683

Hi,

if user = 'USER'.

loop at screen.

if screen-name = 'check box'.

screen-input = 0.

modify screen.

endif.

endloop.

endif.

Regards,

Teja.

Read only

0 Likes
683

where i should write this code?

wheather in PBO or PAI or on screen?

Read only

0 Likes
683

in PBO

Read only

0 Likes
683

Hi Teja,

ur code is fine but how should i get logged in user name?

Regards,

Pragya

Read only

0 Likes
683

check sy-uname.