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

Retrieve a query linked to a program and/or a transaction code

Former Member
0 Likes
1,004

Hi All,

I would like to retrieve the query linked to the specific transaction created for my customer, because I have to enhance the query.

I tried SE93 but I did not found the name of the query.

Is there an easy means to retrieve it ?

Thank you very much

Best regards

Vincent

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
970

hi,


Get the program name from the transaction code and pass it to function module RSAQ_DECODE_REPORT_NAME. This will give the details


Regards,

Jaydeep

5 REPLIES 5
Read only

Former Member
0 Likes
970

That would just give you the program name generated by the query.

You need to work back from that...

someone answered it before:

http://scn.sap.com/thread/88183

Cheers

Read only

Former Member
0 Likes
971

hi,


Get the program name from the transaction code and pass it to function module RSAQ_DECODE_REPORT_NAME. This will give the details


Regards,

Jaydeep

Read only

0 Likes
970

Thank you very much Jaydeep

Have a good day

regards

Vincent

Read only

0 Likes
970

you are welcome dear.


Best Wishes.

Jaydeep

Read only

RaymondGiuseppi
Active Contributor
0 Likes
970
  • If the transaction is wrongly defined with the generated program name (beware next upgrade....), use RSAQ_DECODE_REPORT_NAME on TSTC-PGMNA
  • Else look for START_REPORT parameters in TSTCP thru SE93

Regards,

Raymond