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: 

what are non-transportable tables

Former Member
0 Kudos

What are non-transportable tables?

I am under the impression that any non-transportable object is a "local object".

Am I right?

Thanks,

Raghu.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Yes you are right. All the object created under $TMP package are non- transportable.

We cannot transport these objects.

There will not be any thing like Non transportable tables.

Regards,

Venkatesh.

3 REPLIES 3

Former Member
0 Kudos

Hi,

Yes you are right. All the object created under $TMP package are non- transportable.

We cannot transport these objects.

There will not be any thing like Non transportable tables.

Regards,

Venkatesh.

0 Kudos

Thank you,

Just wanted to be sure that I am right.

Former Member
0 Kudos

Yes, absolutly you are right.

Objects with transport request can only be transported from one system to another.

Local objects are local to the system.

Thanks,

Kartavya