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

Drilldown on SAP Query

Former Member
0 Likes
429

Hi all,

I have created an SAP Query and assigned a Transaction Code to it. All works perfectly.

I now want to be able to drill down on the List Report.

For example, I want to double-click on the Purchase order number and the Purchase Order must then be displayed.

Is this possible and if so, how???

Hi all,

I have created an SAP Query and assigned a Transaction Code to it. All works perfectly.

I now want to be able to drill down on the List Report.

For example, I want to double-click on the Purchase order number and the Purchase Order must then be displayed.

Is this possible and if so, how???

1 REPLY 1
Read only

Former Member
0 Likes
308

Paul

It's been a while since I've used SAP Query, but I'm almost certain that this is not possible. The reason is that you'd have to tell the system how to react to a user action such as a double click, and for that you'd have to program the event and the subsequent action to be taken after the event is triggered, and I'm pretty sure SAP Query doesn't offer this capability.

I don't think you can even do that with SQVI which is what most people use now. If all you want to do is select some data and then display a document for a given event, then create an ALV if you want the look and feel of an SQVI screen, or create a simple list report with interactive events.

Regards

Kurt