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: 

change package for report & subobjects

Former Member
0 Kudos

Hello,

I have a report and a lot of subobjects(screens, tranzactions,statuses,titles,dict. objects...) as local objects. Now I want to reassign to a new package. If I use the change package option I have to do it for every subobject. Is there a way to reassign the package for the report and all his subobject in one step?

4 REPLIES 4

Former Member
0 Kudos

Hi George,

No there is no such option if u have saved them in local obect but if u have already saved in a package then use TXN se03

Hope this helps

Regds

Seema

Former Member
0 Kudos

Hi,

But if you have the list of all sub objects with you you can add, and you have to know the OBJECT TYPE of Each subobject ( i.e for domains it is DOMA, for data elements it is DTEL and for tables it is TABL, function groups FUGR etc)

Create A request for the program.

double click on it.

change the request

then add all the objects :

R3TR-DOMA -<domain Name>

R3TR-DTEL -<data element>

R3TR-TABL- <table name>

reward if useful,

regards,

Anji

Former Member
0 Kudos

from SE80 u can do it ,

program ---> give program name -->right click ---> nore functions ---> here u will get options to change Object entries.

Regards

Prabhu

Former Member
0 Kudos

hi

try out for tcode se80 to change you local objects to anathor package..

if you have lots of reports , transactions etc then go to

se03->object directory->change object directory entries-> give ur objects

and in package write $tmp to (ur package name)

hope it helps

Award marks if it helps