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

Regarding query

Former Member
0 Likes
395

What is the diff. between the selection screen in query level and infoset l

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
370

Gopal,

When you create selection screen on query level,you can not use those input

values in start of selection coding.You can use only Record Processing level.

If you create selection screen in infoset you can use those values in start of selection event.

Pls. reward if useful.........

3 REPLIES 3
Read only

Former Member
0 Likes
370

Infoset is solely for data extraction logic where as query is solely for presentation logic. SAP has create the concept of Infoset and Query just to separate data extraction logic from presentation.

In other words a nicely designed infoset should be able to serve as data source for several queries catering to various output format presentations.

Read only

Former Member
0 Likes
370

Hi,

An InfoSet Query is a query using flat tables.

At selection-screen on value request for tabcontrols

Regards,

Sreevani

Read only

Former Member
0 Likes
371

Gopal,

When you create selection screen on query level,you can not use those input

values in start of selection coding.You can use only Record Processing level.

If you create selection screen in infoset you can use those values in start of selection event.

Pls. reward if useful.........