‎2005 Sep 25 9:07 AM
Hello,
I have created an ABAP QUERY and i can't find a way to make any of the selection fields obligatory.
Is this possible?
Regards
‎2005 Sep 25 9:29 AM
Hi
Make a field mandatory is not possible in querry.
However you can force a "Start with Variant Only" , but this is not something which will solve your issue .
Cheers
‎2005 Sep 25 9:39 AM
Hi
You can't do it, but you should insert some selection fields obligatory in the infosets.
Max
‎2008 Oct 20 8:07 AM
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:12 AM