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: 

Transport Local Object

Former Member
0 Kudos

I have an ABAP program in BWD that does not have a package assigned to it. It is a local object. What steps do I need to take to assign it to a transport?

I have the same issue with some code in BWP that needs to be transported back to BWD.

1 ACCEPTED SOLUTION

rainer_hbenthal
Active Contributor
0 Kudos

Goto SE80, select your program, then right click, OTHER FUNCTIONS => CHANGE PACKAGE ASSIGNEMENT

if you choose a package with e transport route, it can be transported.

4 REPLIES 4

Former Member
0 Kudos

it not possible you can not transfer local object

Local object never get trasported for that you need to save it in Transper request number only

TRANSPORT

http://help.sap.com/saphelp_nw04/helpdata/en/e8/e8913618e55d40e10000009b38f839/frameset.htm

Rewards if useful..............

Minal Nampalliwar

rainer_hbenthal
Active Contributor
0 Kudos

Goto SE80, select your program, then right click, OTHER FUNCTIONS => CHANGE PACKAGE ASSIGNEMENT

if you choose a package with e transport route, it can be transported.

0 Kudos

what package should I choose?

Can I use "BW Customizing (RSCC)"?

Should I create a new one? If so how?

0 Kudos

William,

Depends on what the process is.Generally all objects related to a particular module will be stored in a single package.

K.Kiran.