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

Infosets selectionscreen

Former Member
0 Likes
1,378

hi,

how to include a field in selection criteria of an infoset....

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,328

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

13 REPLIES 13
Read only

Former Member
0 Likes
1,328

what is the transaction you are using.

regards

vijay

Read only

0 Likes
1,328

SQ02 transaction...i created one additional field and what shld i do to add that in the selection criteria of infoset...

Read only

0 Likes
1,328

Hi You Should check the Screen exit for that transaction and try to add your field.

vijay

Read only

0 Likes
1,328

how to check the screen exit please make it clear.....

Thanks.

Read only

0 Likes
1,328

I am not Sure , But try to check it using <b>smod.</b>

regards

vijay

Read only

0 Likes
1,328

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

Read only

0 Likes
1,328

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

Read only

0 Likes
1,328

Hi SOrry for confusion,

enter the inoftype and go to change mode and try to add using select option in go to menu .

Read only

Former Member
0 Likes
1,329

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

Read only

0 Likes
1,328

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.

Read only

0 Likes
1,328

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

Read only

Former Member
0 Likes
1,328

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

Read only

0 Likes
1,328

Field1 is separate additional field, yes ?