‎2007 Jul 11 3:41 PM
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
‎2007 Jul 11 3:59 PM
‎2007 Jul 11 4:01 PM
BY USEING
OBLIGATORY IN ADDITION TO THAT FEILD ON THE SELECTION SCREEN UCAN MAKE IT MANDATORY
IF IT IS HELPFUL REWARD POINTS
REGARDS
NARESH
‎2007 Jul 12 3:34 AM
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