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 REQUEST

Former Member
0 Likes
687

Hi Experts

What are client dependent transports.

Are the objects created in one client accessible in another client.

Please comment.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
661

Programs are Client-Independent.... but

tables are client-dependent..

Regards,

-Muktar

6 REPLIES 6
Read only

Former Member
0 Likes
662

Programs are Client-Independent.... but

tables are client-dependent..

Regards,

-Muktar

Read only

h_senden2
Active Contributor
0 Likes
661

for instance, when you create a layoutset/sapscript it is only accessible on the client you have created it (let's say 100). If you want to use it on another client (200) of the same system (DEV) you have to transport it.

The print program however is not client depended, because it's abap code.

regards

Hans

Read only

Former Member
0 Likes
661

Hi kapil,

All the customizing TR are client depended as they carry the changes in the DB data.

All the objects which are part of workbench request (All objects created using SE* transaction) are accessible in all clients.

Regards,

Atish

Read only

Former Member
0 Likes
661

Hi

Changes which will be reflected only in the single client not across other clients are Client dependent Transports .

Client independent, Vice-versa .

Thanks,

Praveen

Read only

Former Member
0 Likes
661

answered as above answers

Message was edited by:

Kapil

Read only

Former Member
0 Likes
661

answered as above answers