Application Development 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: 

ABAP Query Doubt

Former Member
0 Kudos

Hi All,

I am using the ABAP query using the infoset Logical database PNPCE.

When i select the fields for the output i am getting it. But i need to make some of the fields as mandatory in the selection screen.

How can i make it.

Regards,

Yogesh

3 REPLIES 3

Former Member
0 Kudos

BY USING KEYWORD

<u>OBLIGATORY</u>

YOU CAN DO THAT ONE

Former Member
0 Kudos

BY USEING

OBLIGATORY IN ADDITION TO THAT FEILD ON THE SELECTION SCREEN UCAN MAKE IT MANDATORY

IF IT IS HELPFUL REWARD POINTS

REGARDS

NARESH

Former Member
0 Kudos

Hello,

Go to the info set of the query.

SQ02 -> Enter the infoset name -> click on 'Change'

Go to the 'Selections' tab.

There you will find all the selction screen parameters. Double click on the selection parameter which you want to make it a mandatory field.

It will pop-up a dialog screen. On this dialog screen on the input field 'Extras'

enter the key word OBLIGATORY. Than don't forget to regenarate the infosets again.

This will solve your problem.

Regards,

A.Singh