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: 

saplink - not as local object

Private_Member_19084
Active Contributor
0 Kudos

Hi experts,

we are using saplink to make codetransfer very easily.

However, now I did see, that all objects which are imported via saplink are created as local.

How can I change this, that also this imported objects are relevant for transports?

Kind regards

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

So this SAP Link wiki may be of interest for you : Change to ZSAPLINK - Allow selection of devclass d

Regards,

Raymond

11 REPLIES 11

Former Member
0 Kudos

Why are you not transporting them?

Neal

0 Kudos

Because this System is not connected to the TMS.

0 Kudos

I know that once you get it there you can se80 -> right click the program -> other functions -> change package assignment

But it sounds like Raymond thinks there is something in the Docs for SAPLink...

Neal

Former Member
0 Kudos

Hi,

Do you need to change the Attributes of the objects that you transported?

Thanks

Pavan.N

0 Kudos

Which attributes do you mean exactly?

0 Kudos

Hi,

As you mention, after transporting the objects are imported as local objects.

From that i understood the objects are saving in $TMP Package.

Is it correct.

Thanks

Pavan.N

0 Kudos

Hello Pavan,

the Situation is a follows.

We have two 3-system-landscapes.

From one landscape we need to export now codings and implement them now into the second landscape.

Therefore we export the nuggets from landscape one and import them into landscape two.

However, as written it is always stored into the $tmp package.

And as it is also a 3 system landscape, we have to transport the codings also into the other two systems and we definitely want to implement the coding not into $tmp package.

Is there a possibility to change this import-strategy?

0 Kudos

In SE80 rightclick and choose Other Function / Change Package Assignment .

A transport request popup will appear.

0 Kudos

Umm,  When you transport on landscape 1, it makes two files on the server.  These can be moved into the landscape file system on the second landscape and manually transported there.  First into the DEV system there, and then up that landscape.

HTH,

Neal

raymond_giuseppi
Active Contributor
0 Kudos

So this SAP Link wiki may be of interest for you : Change to ZSAPLINK - Allow selection of devclass d

Regards,

Raymond

0 Kudos

thx a lot, this was exactlywhat we are looking for