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

Are programs client dependent

Former Member
0 Likes
1,386

Are programs client dependent

5 REPLIES 5
Read only

Former Member
0 Likes
979

No,

programs are CLIENT INDEPENDENT

Read only

Former Member
0 Likes
979

<b>No</b>

Read only

Former Member
0 Likes
979

Nope - only some objects say SAP script and Standard Text.

*******Poorna*******

Read only

Former Member
0 Likes
979

Hi,

all Report programs are client independent

that means they are available in all the clients once created in one client.

scripts are client dependent,

i.e they exist only in that client in which they are created

Tables are client independent,but data is dependent.

Regards,

Sowjanya.

Read only

anversha_s
Active Contributor
0 Likes
979

HI,

addding to above post. some more info.

Client Independant: These objects are not specific to any client. And it is universal which can be viewed,changed across the clients.

Client Dependant: These are the objects can be viewed, changed for the client for which it has been assigned. Other clients do not have access on these objects.

In SAP, all objects are finally stored as tables. "Mandt" is key field which determines whether the object is client dependant or not.

Client Independant transport requests will make the transported objects available across the clients. and Client dependent transport request make the objects available only for the client mentioned by field "Mandt"

Reagrds

Anver

if hlped pls mark points