‎2008 Jun 28 4:55 PM
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.
‎2008 Jun 30 8:53 AM
Hello
May be, you are maked two or more requests in DEV-system and then transporting only one of them into TST-system ?
‎2008 Jun 30 8:57 AM
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
‎2008 Jul 02 5:51 AM
Hello,
Try SQVI instead of SQ01.
It's worth a try,
Heinz
‎2008 Jul 02 8:12 AM
see unicode check is maintained before trans
regds
jigar