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: 

ABAP Query Miising after ECC6.0 Upgrade from 4.7

Former Member
0 Kudos
335

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

12 REPLIES 12

JozsefSzikszai
Active Contributor
0 Kudos
173

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

0 Kudos
173

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.

0 Kudos
173

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)

Former Member
0 Kudos
173

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

0 Kudos
173

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.

0 Kudos
173

Hi

Strange!!!! Ok whats the program name which it was generating automatically

Regards

Pavan

0 Kudos
173

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

Former Member
0 Kudos
173

You may refer to SAP note below :

723577

672784

132813

Regards

sim

Former Member
0 Kudos
173

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

Former Member
0 Kudos
173

Hi Ramya, have you found a solution for this. I have the same issue from 4.6C to ECC 6.0.

Thanks

0 Kudos
173

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

Former Member
0 Kudos
173

Hi Ramya, try to regenerate your query. It fixed almost all of our issues.