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

Transport Local Object

Former Member
0 Likes
862

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
Read only

rainer_hbenthal
Active Contributor
0 Likes
776

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
Read only

Former Member
0 Likes
776

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

Read only

rainer_hbenthal
Active Contributor
0 Likes
777

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.

Read only

0 Likes
776

what package should I choose?

Can I use "BW Customizing (RSCC)"?

Should I create a new one? If so how?

Read only

0 Likes
776

William,

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

K.Kiran.