Application Development 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: 

SAP ABAP Query not generated after upgrade

Former Member
0 Kudos

Hi All,

Our client has upgraded from 4.6c to ECC 6.0

In the upgraded server some SAP Queries have not been generated…and others have generated. I wanted to know why all are not generated….

I also wanted to know if any table name exists which maintains query with generated program name…

Please let me know your learning’s on SAP/ABAP Query if any…

Thanks in advance

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You'll need to write a simple program to call FM RSAQ_GENERATE_PROGRAM for each record that you want in the query table AQGQCAT.

4 REPLIES 4

suresh_datti
Active Contributor
0 Kudos

You can do a wildcard search for program name = AQ* via SE16 on Table TRDIR.

~Suresh

Former Member
0 Kudos

You'll need to write a simple program to call FM RSAQ_GENERATE_PROGRAM for each record that you want in the query table AQGQCAT.

Former Member
0 Kudos

RSAQ_REPORT_NAME us this FM

Former Member
0 Kudos

I forgot to mention that FM will just give u the report name..wont generate it.

I dont think the report name is saved in any tables... it is generated ...

but u can derive the report name..if u know the user group and query name.. by concatenating those ..

for details..look into the code for that FM