‎2007 Oct 24 7:27 AM
Hi Experts
What are client dependent transports.
Are the objects created in one client accessible in another client.
Please comment.
‎2007 Oct 24 7:30 AM
Programs are Client-Independent.... but
tables are client-dependent..
Regards,
-Muktar
‎2007 Oct 24 7:30 AM
Programs are Client-Independent.... but
tables are client-dependent..
Regards,
-Muktar
‎2007 Oct 24 7:30 AM
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
‎2007 Oct 24 7:31 AM
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
‎2007 Oct 24 7:37 AM
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
‎2007 Oct 26 10:33 AM
‎2007 Oct 26 10:33 AM