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 Doubt

Former Member
0 Likes
501

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
Read only

Former Member
0 Likes
469

BY USING KEYWORD

<u>OBLIGATORY</u>

YOU CAN DO THAT ONE

Read only

Former Member
0 Likes
469

BY USEING

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

IF IT IS HELPFUL REWARD POINTS

REGARDS

NARESH

Read only

Former Member
0 Likes
469

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