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: 

TRANSPORT REQUEST

Former Member
0 Kudos

Hi Experts

What are client dependent transports.

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

Please comment.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Programs are Client-Independent.... but

tables are client-dependent..

Regards,

-Muktar

6 REPLIES 6

Former Member
0 Kudos

Programs are Client-Independent.... but

tables are client-dependent..

Regards,

-Muktar

h_senden2
Active Contributor
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

answered as above answers

Message was edited by:

Kapil

Former Member
0 Kudos

answered as above answers