2007 Dec 13 11:51 AM
Hi
We are upgrading from 4.7 to ECC 6.0. After upgrading, we found that ABAP queries that were there in 4.7 are missing. It gives an error that AQZZ####... Program not found.
What could be the problem, is there something we left out while upgrading?
Regards
Ramya
2007 Dec 13 12:09 PM
hi Ramya,
first you have to check in SQ01 if the query is there or not. if yes, you might have to regenerate it.
On the other hand how do you want to run the query? Through transaction code? How the transaction code starts the query?
ec
2007 Dec 13 12:20 PM
Hi
We start all the queries using a T-Code. Once we create the query, we assign it to the T-Code and execute it. By giving the tcode we execute it.
The query is not there anywhere.
2007 Dec 13 12:22 PM
what is inside the tcode? does it start a program automatically?
also check if the queries are in global area or standard area (SQ01 menu: Environment / Query areas)
2007 Dec 13 12:23 PM
Hi
Have u checked each and every Tcode in Queries??
SQ01
SQ02
SQVI
If it is not there still...
then I think while installation there are some problems so consult your basis person for this
Regards
Pavan
2007 Dec 13 12:26 PM
Hi
I have checked in all the T-Codes, all of them says those queries have not been created.
While executing those T-Codes, it automatically, calls the program and executes it.
2007 Dec 13 12:30 PM
Hi
Strange!!!! Ok whats the program name which it was generating automatically
Regards
Pavan
2007 Dec 13 12:32 PM
so you say, the tcode directly calls a program? The generated program name might be different between releases.
A tcode for query has to look like:
Create a transaction calling transaction START_REPORT with the following parameters/attributes filled :
D_SREPOVARI-REPORTTYPE= AQ "parameter indicating Abap Query
D_SREPOVARI-REPORT= ' ' "Query User group
D_SREPOVARI-EXTDREPORT= ' ' "Query name
Did you check the standard / global areas in SQ01?
Message was edited by:
Eric Cartman
2007 Dec 17 3:55 AM
You may refer to SAP note below :
723577
672784
132813
Regards
sim
2008 Mar 19 6:55 AM
Hi Ramya,
We too have extactly the same problem. please let us know how you have fixed it.
COnsider This as "URGENT" please
Thanks in advance
Mary
2008 Dec 04 8:47 PM
Hi Ramya, have you found a solution for this. I have the same issue from 4.6C to ECC 6.0.
Thanks
2010 Aug 06 2:47 PM
Use the report RSAQR3TR to download in 4.6c , please ensure that you export all the infosets and queries together and upload the file in ECC6.0
2010 Sep 06 2:43 PM
Hi Ramya, try to regenerate your query. It fixed almost all of our issues.