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

ABAP Query : Obligatory fields on selection screen!

Former Member
0 Likes
387

Hi Experts,

I would like to know the differrent ways through which we can define mandatory fields on selection screen.Options availabel in Infosets (SQ02) as well as Query(SQ01).

Selection Screen:

-


Document Date in Document: (Mandatory Select-Option)

Plant : (Mandatory Select-Option)

-


Thanks,

Yogesh

1 REPLY 1
Read only

Former Member
0 Likes
260

Hi, Everyone .

We can do that .

At selection-screen output (code section 13), set "1" to the field REQUIED by using MODIFY SCREEN code .

(You can get Dynpro number by F1 key or T-cd SE51 )

Masao .

Edited by: MASAO NONAKA on Oct 20, 2008 9:11 AM