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

ABAP DUMP

Former Member
0 Likes
597

I have an issue regarding the sap query.We are doing upgrade from ECC5 to 6.0.This problem generates in the new version of TST.

scenario is the client has DEV system and TST system.

After you create a query using transaction SQ01 it goes to custom transaction code which when excuted calls the sap program which generates sap query.When you execute the custom transaction code in DEV sys it is working fine and the Program is working fine.

But when you execute SQ01 in TST and execute it

it shows an ABAP dump saying the program AZ===*====is not in the library.(which is behind the custom transaction code)

In DEV we generated a query and released to TST but the program is not availabale in TST.Will the query be transported from one server to another.

there is one more to tell

When we go to transaction SQ01 and create a query it says correct the ranked list 01 first. this happens in both DEV and TST

do you think this is leading to ABAP dump.

Please help in fixing this problem as i am new to sap query

Please it is urgent experts please help.

4 REPLIES 4
Read only

Former Member
0 Likes
561

Hello

May be, you are maked two or more requests in DEV-system and then transporting only one of them into TST-system ?

Read only

matt
Active Contributor
0 Likes
561

The programs from queries are regenerated at transport - with different names in different systems. You have to write a program that uses the function module RSAQ_REPORT_NAME. which gets the generated program name of the query, and function module RSAQ_SUBMIT_QUERY_REPORT to run the query.

Assign the transaction to THAT program. Never the query.

matt

Read only

Former Member
0 Likes
561

Hello,

Try SQVI instead of SQ01.

It's worth a try,

Heinz

Read only

Former Member
0 Likes
561

see unicode check is maintained before trans

regds

jigar