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

Report-report Interface ALV Query ABAP

Former Member
0 Likes
727

Hi!!

We have a problem with a report-report interface in Query ABAP when it is shown in ALV mode. We don't want to jump to the next report when you double-click on a total or subtotal row, like it do when the report is shown in ABAP List form. We know that it is controled by the method activate_reprep_interface of the class cl_gui_alv_grid, but not the way how can we say it in the SAP Query (SQ01).

Does anybody can help us?

Thanks in advance...

Hi!!

We have a problem with a report-report interface in Query ABAP when it is shown in ALV mode. We don't want to jump to the next report when you double-click on a total or subtotal row, like it do when the report is shown in ABAP List form. We know that it is controled by the method activate_reprep_interface of the class cl_gui_alv_grid, but not the way how can we say it in the SAP Query (SQ01).

Does anybody can help us?

Thanks in advance...

3 REPLIES 3
Read only

dev_parbutteea
Active Contributor
0 Likes
591

you want to modify a standard functionality ?

Dev

Read only

0 Likes
591

No... my question is about how can we do it in a standard way, how can we indicate this behaviour in the query definition, obviusly if it is possible!!

Read only

0 Likes
591

Hi

To use interactive mode in ALV report, you'll have to follow SAP note 675546 - ALV-RepRep: Report-report interface.Other information are also give in notes 50629 - ABAP/4 query: Report-Report-Interface, and 174365 - ABAP query: Report/report interface call in ALV

Br

Vijay V