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 generated by ABAP query

Former Member
0 Likes
1,066

Hello all,

I have a report name which was generated from ABAP query ( something like AQ10MT=============RO-BONDECONSUM),

Is there a way to find the ABAP query from which the report was generated?

Thank you and a nice day,

Bogdan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
896

I suppose that the SAP query nane is RO-BONDECONSUM.

Svetlin

I suppose that the SAP query nane is RO-BONDECONSUM.

Svetlin

4 REPLIES 4
Read only

Former Member
0 Likes
897

I suppose that the SAP query nane is RO-BONDECONSUM.

Svetlin

Read only

0 Likes
896

In my system, the query name is USER_LOGIN and the program name behind it is AQFK<b>BASIS</b>=======<b>USER_LOGIN</b>====

The user group for the query is BASIS

Regards,

Rich Heilman

Read only

0 Likes
896

Hi, Svetlin

I wish to be so easy, but there are lot of user groups and lot to navigate in order to see all the queries.

thank you anyway

Bogdan

Read only

Former Member
0 Likes
896

Hi,

This is a part of the code of FM 'RSAQ_REPORT_NAME'.

...

REP = 'AQ'. " fester Anfang

REP+4(12) = USERGROUP. " Benutzergruppe

REP+16(14) = QUERY. " Query

...

TRANSLATE REP USING ' ='.

I hope this could be a little helpful for you.

Svetlin