‎2005 Dec 05 3:47 PM
hi,
how to include a field in selection criteria of an infoset....
Thanks
‎2005 Dec 05 4:30 PM
Hi Madhu,
In SQ02, mention the infoset name..
Then click on GOTO menu, select the option selections.
You will see the create button. Here you can do it.
Thanks
Eswar
‎2005 Dec 05 3:49 PM
‎2005 Dec 05 4:01 PM
SQ02 transaction...i created one additional field and what shld i do to add that in the selection criteria of infoset...
‎2005 Dec 05 4:07 PM
Hi You Should check the Screen exit for that transaction and try to add your field.
vijay
‎2005 Dec 05 4:14 PM
how to check the screen exit please make it clear.....
Thanks.
‎2005 Dec 05 4:18 PM
I am not Sure , But try to check it using <b>smod.</b>
regards
vijay
‎2005 Dec 05 4:24 PM
Hi
there is an exit SEU00002
check this in SMOD trxn.
it has 2 methods.
try to implement them..
try to cross check with others...
regards
vijay
Message was edited by: Vijay Babu Dudla
‎2005 Dec 05 4:28 PM
Hi,
I think it doesn't require any MODs..Once in the infoset change mode in SQ02, click on the 'Selections' icon /pushbutton ( beside 'Extras') and click on 'create'. This way you can add select-options or parametrs to the Infoset selection-screen.
Good luck,
Suresh Datti
‎2005 Dec 05 4:39 PM
Hi SOrry for confusion,
enter the inoftype and go to change mode and try to add using select option in go to menu .
‎2005 Dec 05 4:30 PM
Hi Madhu,
In SQ02, mention the infoset name..
Then click on GOTO menu, select the option selections.
You will see the create button. Here you can do it.
Thanks
Eswar
‎2005 Dec 05 5:13 PM
i created the fields...but the problem is i want the field to be a selection field when you try to execute the query from sq01..(go to sq01-->infosetquery where we check the output....)if the question is not clear let me know....
Thanks.
‎2005 Dec 05 5:56 PM
That you need to do in your SQ01 query. Go to SQ01, enter your query name and click 'Change'. In the next screen, in the menu, 'Go To> Field Selection>Selection'.
Srinivas
‎2005 Dec 05 8:37 PM
Hi Madhu,
Here's the steps:
1. First create an additional field FIELD1 in Infoset
2. Create a selection field FIELD2 FOR the same table-field reference
3. In additional field FIELD1 code
*Check selection
if FIELD1 in FIELD2.
else.
reject. (If you are using Logical database)
endif.
You will see FIELD2 selection for all queries created for that Infoset under Program Selections.
Hope this helps.
-Bharat
‎2008 Nov 28 4:15 AM