‎2009 Nov 18 2:29 PM
Hi,
Can yo please suggest the table where SAP Query and its generated program are stored . Thanks
Ry
‎2009 Nov 18 4:39 PM
Switch on the trace ST05 on the screen of SQ01 . give name of query and press enter.
Switch of the trace and search for database tables.Some analysis will be required to get the table.
Now, do where use list of thiese tables and find the program.
‎2009 Nov 18 2:51 PM
the table would be TRDIR (header). you find the name of the generated code of the query in SQ01---> Query ---> More functions ---> Display Report Name.
‎2009 Nov 18 3:09 PM
Hello,
Most of the FMs related to ABAP Query can be found in the function group AQGF. (check in SE37 with RSAQ*)
Please check the available FMs & check which one fits the bill.
Also i found 2 tables which might interest you: AQLDB & AQGDB.
BR,
Suhas
‎2009 Nov 18 4:39 PM
Switch on the trace ST05 on the screen of SQ01 . give name of query and press enter.
Switch of the trace and search for database tables.Some analysis will be required to get the table.
Now, do where use list of thiese tables and find the program.