‎2009 Jul 04 11:54 AM
hi,
i had created a ABAP Program through ABAP Query (SQ01,SQ02,SQ03) but i have a issue that when i transport it to the PRD server i got the run time error. The Z program which i had created is the copy of the SQ01 generated program and i had done all the includes declarations in this program. but there is a problem that it is consist of the declarations of the structures,quries .
I want to know is it necessary to always transport the Infoset and user group and the structure which is present in the program generated .
Please provide me guidelines for this problem .
Edited by: ricx .s on Jul 6, 2009 5:31 AM
Edited by: ricx .s on Jul 6, 2009 8:07 AM
‎2009 Jul 06 7:19 AM
Yes, you need to transport Infoset & user group... Why you copied the query program to a new z program, you can change the query generated program by using sccess key.
‎2009 Jul 06 7:32 AM
hi,
i had copied the program bcoz i want to chekc that it is really necessary to transport the user group and infoset so that it can achieve functionality similar to the SAP QUERY.
is there any other way without whichi can ahieve the functionality of SAP QUERY generated program and take it into the ABAP Porgram?
‎2009 Jul 06 7:34 AM
May be you can try with logical database, but I suggest better write a abap program for the requirement...