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

ABAP Query Extracts

Former Member
0 Likes
564

hello experts ,

i am using a logical database for the Infoset . can i do some changes in the code to place extracts functionality in the selection screen .?? i am able to display the options on the selection screen but not able to figure out what should i pass as the internal table to the extract functions as i am using a logical database .

thanks

vivek

hello experts ,

i am using a logical database for the Infoset . can i do some changes in the code to place extracts functionality in the selection screen .?? i am able to display the options on the selection screen but not able to figure out what should i pass as the internal table to the extract functions as i am using a logical database .

thanks

vivek

3 REPLIES 3
Read only

Former Member
0 Likes
523

1. you will not be able to do any changes on the selection screen of logical database.any modifications on selection screen will be displayed seperately from LDB screen.

2. As logical database are only select statements on table and there is no defination in data dictionary, i am not sure on your mentioned requirement.

Hope it help you.

Read only

Shafiq_Rehman1
Active Contributor
0 Likes
523

I am also not able to understand your requirement.

If you want to modify the selection screen of the LDB then YES, you can do that research on HR Report Catagory.

If you want to put some code that should be processed on SELECTION SCREEN event then you can also do that, there is a coding hook available for many events in SQ02. Find a blog on how to code in a SQ02 or [here is one example blog|/people/shafiq.rehman3/blog/2008/06/16/sap-adhoc-query-sq01-sq02-sq03]

I am guessing you want to do something else, please explain with example.

Read only

0 Likes
523

hello shafiq,

i want to add extract funtionality to the abap query, so we can save an extract after running a query and access it afterwards . So to achive that , i have to do some coding in the sq02 (infoset ) . but this infoset is using the logical database .

so i have unable to interpret the output internal table stucture.

And other thing is when user press save extract option , the coding should be done in the selection screen events in sq02 , but the problem is that i dont know which command to write to trigger the query and get data into the extract .

thank

vivek