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

package

Former Member
0 Likes
1,265

how to move a object from one package to another package?

8 REPLIES 8
Read only

gopi_narendra
Active Contributor
0 Likes
1,223

Goto --> Object Directory Entry

clk in change mode or F6 Buttons

and give in the NEW Package which you want

and save it.

Regards

Gopi

Read only

Former Member
0 Likes
1,223

hi

check with this

http://help.sap.com/saphelp_nw04s/helpdata/en/d1/801972454211d189710000e8322d00/frameset.htm

Go to SE80, display the object. Righ click on the object in the tree that you find on the left side. In the context menu that appears, use More functions--> Change development class.

for bulk processing try report RSWBO052

(or SE03 - change object directory entries )

Hope this helps

if it helped, you can acknowledge the same by rewarding

regards

dinesh

Read only

Former Member
0 Likes
1,223

You can go to Transaction SE80 -> Select Package -> Enter &TMP -> Hit Enter -> Find your SAPScript object -> put the cursor and right click -> Other functions -> Object Directory Entry -> Change -> Change the package -> Save.

http://www.sapgenie.com/abap/tips_and_tricks.htm#How_to_change_development_class_of_a_SAPscript

Regards

Read only

Former Member
0 Likes
1,223
"goto se 03

there is

"Object Directory ->Change Object Directory Entries ->execute

please select the first Check box -> give your program name which is there in the Local execute .

then place cursor on the program name .

select the Object Directory in the Application bar->press the change icon in the Pop -up ... it will give to change the development class from $TMP to any of your s....

goto se38 active your program ......

reward points if it is usefull .....

Girish

Read only

0 Likes
1,223

Hi,

If a transport request is already created for your changes in an Object (for ex: say a report program ), this object is locked and you cannot change the package.

If you still need to change the package , delete the task/transport request and enter into the object in change mode, when you save it creates a new task/transport request now assign to the package you need.

Read only

Former Member
0 Likes
1,223

hI

goto <b>SE80</b> AND THERE YOU ENTER THE PACKAGE NAME IN WHICH YOUR PROGRAM IS THERE

AFTER THAT SELECT THAT PROGRAM AND RIGHT CLICK THERE YOU WILL GET SOME OPTIONS LIKE

FROM THAT SELECT ->OTHER FUNCTIONS -> CHANGE PACKAGE ASSINMENT

YOU ENTER NEW PACKAGE NAME THERE IT WILL STORE

OR SEND WAY IS

GO TO THAT PROGRAM IN EDIT MODE OR DISPLAY MODE

1)GOTO -> OBJECT DIRECTRY ENTRY

THERE YOU WILL FIND DISPLAY TO CHANGE I CON

BY CLICKING THAT ICON YOU CAN CHANGE THE WHAT EVER PACKEGE NAME YOU WANT

REWARD IF USEFULL

REGARDS

NARESH

Read only

Former Member
0 Likes
1,223

Hi,

You have lots of ways to fdo this

1) For every Object Goto --> Object dictionary Entry, then change the package

2) Goto Se80. give the Object name and press the same above one

3) Goto SE80 and give $TMP and press enter then select your Object and change the Package

Regards

Sudheer

Read only

0 Likes
1,223

you can do this using t-code [se03]