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: 

Transpoting Objects

Former Member
0 Kudos

How to Transport customized object from development to production .

<removed_by_moderator>

I have moved all my objects into same request number and trying to transport in to production .I can c my objects in the production but when i'm trying to display the object it is not successfull.

plz help me with the required steps .

Edited by: Julius Bussche on Oct 4, 2008 11:56 AM

1 ACCEPTED SOLUTION

kiran_k8
Active Contributor
0 Kudos

Ramya,

Just check if there are any dependencies under a different TR which are not yet transported.

What is the error message that you are getting in production?

K.Kiran.

7 REPLIES 7

kiran_k8
Active Contributor
0 Kudos

Ramya,

Just check if there are any dependencies under a different TR which are not yet transported.

What is the error message that you are getting in production?

K.Kiran.

Former Member
0 Kudos

I'm not getting any error,but the objects which i saved in a package have not moved in to production but my request number has been transpoted but the package is not transported.

can u help me with the step by step process how to check whether all the objects related to the package have been transported or not.

All my objects r there in object navigator.do u want me to check all the objects available in my package and save them in one request number and resend them.or there is any alternative and easy path to follow.I have nearly 50 objects of Module pool(table elemnts,domains,messages,textelements),smartforms......

kiran_k8
Active Contributor
0 Kudos

Ramya,

In developement, SE09 can give you the details whether a objects has got transported to Production successfully.Just highlight the TR and check the transport logs.

K.Kiran.

Former Member
0 Kudos

Hi Ramya,

before transporting an object pls check weather its has dependable object. if yes pls send that in a prority. if any object moves to production without its dependable objects it may through to an dump.

pls check sy-subrc in transport navigator.

if it is 0 means all objects moved to production is correct.

kindly move all your objects in an order, it may be 1 request or 10.

Former Member
0 Kudos

How to check sy-subrc in transport navigator

Former Member
0 Kudos

>

> How to check sy-subrc in transport navigator

Hi Ramya,

in SE10 keep the cursor on ur request and go for transport logs

here you can find the hirearcy of your request.

kindly check.

uwe_schieferstein
Active Contributor
0 Kudos

Hello Ramya

In order to check whether your (repository) objects have been imported or not go to the PRD system, display the object list of your request and double-click on a transport object (e.g. table, structure, report, class, ...). For most object types the forward navigation works. If your repository object is displayed then it has been transported.

Next check: Call SE80 and display the package which should contain the objects. If your object is missing here although the previous check (see above) was successful then call the context menu on the package and choose Other Functions -> Rebuild Object List.

Sometimes the SE80 transaction fails to display the package hierarchy in a correct manner.

Regards

Uwe