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: 

Exporting an OBJECT completely

Former Member
0 Kudos

Hey

I have a function module object developed, which uses some dictionary structures and inludes. It is associated with a Transport Request.

Now, my query is: I want to deploy this object exactly as it is at my customer's system. What is the easiest way for this?

Since I have an associated TR with this object, I can preoduce the Co/Data files. Is there any way that using this, I can deploy my object at customer system?

What are the alternate ways, if any are available, for the same?

Thanks

Rich.

1 ACCEPTED SOLUTION

MarcinPciak
Active Contributor
0 Kudos

Based on Co/Data files you can easily move it to other system. I described the process in [How to copy Repository Objects between non-connected SAP systems|http://wiki.sdn.sap.com/wiki/x/ggJqBg]. Just follow the instructions.

Regards

Marcin

4 REPLIES 4

MarcinPciak
Active Contributor
0 Kudos

Based on Co/Data files you can easily move it to other system. I described the process in [How to copy Repository Objects between non-connected SAP systems|http://wiki.sdn.sap.com/wiki/x/ggJqBg]. Just follow the instructions.

Regards

Marcin

0 Kudos

Hey Marcin

Amazing Blog! Hats Off!

One more query - Is there any other ways SAP has to accomplish the same? If yes, please let me know

Thanks

Rich.

0 Kudos

Hi Rich,

Don't know, probably not. But there was a huge project named [SAPLink|http://code.google.com/p/saplink/] where Guys allowed to do the same via their program. Personally never used that but I am going to one day

Regards

Marcin

0 Kudos

Thanks Dear!