‎2007 Dec 26 10:10 AM
Hey Guys,
I am using SQ01 transaction used for making an ABAP query. I need to make a field as obligatory in the selection screen.. Can any one help me in this.. its really urgent..
Regards,
‎2007 Dec 26 10:18 AM
Hi,
Go to the Infoset Query and there check the checkbox Selection against the field which you need on selection screen.
Hope this helps.
Regards,
Lalit
‎2007 Dec 26 10:14 AM
Hi Prashant,
Use this statment for making a field obligatory in the selection screen.
PARAMETERS : p_type type bkpf-belnr OBLIGATORY.
Reward Points,
Regards,
Manoj Kumar
‎2007 Dec 26 10:18 AM
Hi,
Go to the Infoset Query and there check the checkbox Selection against the field which you need on selection screen.
Hope this helps.
Regards,
Lalit
‎2007 Dec 26 10:46 AM
Hey Lalit,
Can u tell me how to do it in selections. The required field checkbox seems to be disabled.. Can u tell me how to go about it..
In the infoset i only have one table AUFK and i need to make the Order Type AUFK-AUART as the obligatory field for selection.
Please help
Regards,
‎2007 Dec 26 10:55 AM
Hello,
You can't do it, but you should insert some selection fields obligatory in the infosets.
With Regards,
BVS
‎2007 Dec 26 11:01 AM
Hello Prashant,
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.
With Regards,
BVS
‎2008 Oct 20 8:08 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:13 AM