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: 

Process ABAP query program

Former Member
0 Kudos

Hi

1:When I change a program which was created by an Query, I got this information:"The object is in a namespace that is reserved for generated objects. Flag object as generated? "can I press Yes?

2. where to find the development class for an existing program?

thanks a lot! kitty

8 REPLIES 8

suresh_datti
Active Contributor
0 Kudos

Hi,

1. You should change the Query & let it generate the program. You should never be changing the generated program.

2. The Dev Class or Package as it is now called can be found in the program attributes.

Regards,

Suresh Datti

Former Member
0 Kudos

Hi kitty,

1. can I press Yes ?

yes ofcourse, but it will ask for

modification / access key

bcos, when we generate a query,

behind the scenes, sap generates a se38 program,

in its own namesapce (ie not y,z)

Its a standard program now.

We are not allowed to modify it !

2. Suppose u modify,

then again u modify ur query,

then the program may be over written !

(its better to copy paset the source code

of the program in Y program and use this new program)

3.

where to find the development class for an existing program?

open the program in se38 in display mode.

GOTO -


> OBJECT DIRECTORY ENTRY

regards,

amit m.

0 Kudos

Hi

I have check se38, but I didn't find the package, any other places I can find the development class, it is the program from query

thanks a lot! kitty

0 Kudos

Hi Kitty,

In SE38, enter the program name & click on the 'Attributes' radiobutton & hit display.. the next pop-up will have the package name in it.. But the Dev class/Package will be blank for the Program generated by a Query.. that is because, you will not trasnport the Program from one system to the other.... You will transport the Qusry & the system automatically generates the Program in the Target client/system. What exactly do you want to do?

Regards,

Suresh Datti

0 Kudos

No, I have tried, it doesn't have, but I found the application is Sbasis.

regards, kitty

0 Kudos

Hi again,

1. Since program generated by sap query,

are not entered in TADIR table

(object table)

its not possible to identify the package !

regards,

amit m.

0 Kudos

but how can I activate the program, I need to change in the program rather than in query itself, I have generated the program, but now it asked the development class.

thanks kitty

0 Kudos

Hi again,

1. It will ask for access key while

trying to change the program.

2. Its is advisable to copy

the source code of this program,

to another Z/Y program,

and use this new Z/Y program,

for any modification or enhancements !

(we have utilised this technique only)

regards,

amit m.