2005 Nov 08 1:27 PM
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
2005 Nov 08 1:31 PM
I suppose that the SAP query nane is RO-BONDECONSUM.
Svetlin
2005 Nov 08 1:31 PM
2005 Nov 08 1:35 PM
2005 Nov 08 1:36 PM
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
2005 Nov 08 1:40 PM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |