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

Infoset Selection Screen Coding

0 Likes
727

I'm trying to get a little fancy with creating queries but am having issues with selection options.

Under Initialization:

Selection-screen begin of block b1 with frame title text-001.

select-options: s_aufnr for aufk-aufnr.

selection-screen end of block b1.

However when I run the report with an order number I get the max number of hits.  The report does not seem to be recognizing the field.  I have this field in the field groups.

2 REPLIES 2
Read only

Former Member
0 Likes
673

have you checked the coding on the LDB that is used in the infoset?

Maybe that select-option is just being ignored or has been outcommented

Read only

0 Likes
673

I'm using a table read . . . Is that what my issue is?