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

declarations in SAP QUERY generated ABAP Programs

Former Member
0 Likes
544

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

3 REPLIES 3
Read only

alex_m
Active Contributor
0 Likes
517

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.

Read only

Former Member
0 Likes
517

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?

Read only

alex_m
Active Contributor
0 Likes
517

May be you can try with logical database, but I suggest better write a abap program for the requirement...