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

Default Selection Option on LDB based Query

sergio_cecchin
Explorer
0 Likes
547

I have written an InfoSet and Query over logical database KDF. One selection option from the logical database is the clearing date (KD_AUGDT). I want to select only items that are still open (not cleared) so, manually, I set the selection option to single value [EQ], and no date.

I want to set this default value within the InfoSet with a coding element so that any query using this InfoSet defaults with the value EQ set.

Thanks for your help.

Sergio

2 REPLIES 2
Read only

former_member214498
Contributor
0 Likes
480

In SAP query, when you create the query, Just enter the value in your desired field and then save the query. It will appear as a default value on the screen.For example in the language field you enter 'EN', so when u generate the query, it will be appeared with EN as a default value

Regards

Waseem Imran

Read only

0 Likes
480

Thanks for your reply, Waseem

This is not an ideal solution for my needs, unfortunately. The selection option I need to set here is that the value is equal to 'blank'. I want to only show open items and via this LDB I can only do so this way. Also, as a control on performance, I wanted to delegate this InfoSet to open items only so I would prefer to restrict from within the InfoSet.

Sergio