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 selection fields

Former Member
0 Likes
527

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

3 REPLIES 3
Read only

Former Member
0 Likes
455

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

Read only

Former Member
0 Likes
455

Hi

You can't do it, but you should insert some selection fields obligatory in the infosets.

Max

Read only

Former Member
0 Likes
455

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