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

about selection screen

Former Member
0 Likes
424

I have one selection screen field which is meant for only display what will You do?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
408

HI ,

Write this code.

parameters : p_matnr like mara-matnr.

initialization .

loop at screen.

if screen-name = 'P_MATNR'.

screen-input = 0.

modify screen.

endif.

endloop.

I have one selection screen field which is meant for only display what will You do?

2 REPLIES 2
Read only

Former Member
0 Likes
408

Sandeep if these are interview questions you may not be qualified for the job.

Read only

Former Member
0 Likes
409

HI ,

Write this code.

parameters : p_matnr like mara-matnr.

initialization .

loop at screen.

if screen-name = 'P_MATNR'.

screen-input = 0.

modify screen.

endif.

endloop.