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

hi

Former Member
0 Likes
313

i want to know about the main difference between centralized and decentralize,

in ale and what is client dependent and client independent

thanku very much

kiran here

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
291

A client is an independent business unit within an R/3 System, Data in the R/3 are classified as cleint-Dependent and client-independent.

Client-independent data such as ABAP Programs, R/3 repository objects throught the entire system. Other data is client-dependent. meaning, it can be viewed from one client. Cleint-dependent data includes customizing application and user data.

Eg.

Scripts are client dependent, means the changes done to SAP scripts in particular client will not be reflected in other client.

Smartforms are client independent, means changes done in one client will be reflected in all the clients.

Server : ECC6

Client : 100 , 200 , 300 , 400

Now suppose you have developed report in DV server client 100.

Then you will be able to see that in all clients.

Hence this is called as client independent. You can change anywhere and changes will be reflected to all ...

Now suppose you have developed a script in DV client 100.

You will not be able to see that in client 200 or 300 or 400 unless ytou copy that from client since it is client dependent.

i want to know about the main difference between centralized and decentralize,

in ale and what is client dependent and client independent

thanku very much

kiran here

1 REPLY 1
Read only

Former Member
0 Likes
292

A client is an independent business unit within an R/3 System, Data in the R/3 are classified as cleint-Dependent and client-independent.

Client-independent data such as ABAP Programs, R/3 repository objects throught the entire system. Other data is client-dependent. meaning, it can be viewed from one client. Cleint-dependent data includes customizing application and user data.

Eg.

Scripts are client dependent, means the changes done to SAP scripts in particular client will not be reflected in other client.

Smartforms are client independent, means changes done in one client will be reflected in all the clients.

Server : ECC6

Client : 100 , 200 , 300 , 400

Now suppose you have developed report in DV server client 100.

Then you will be able to see that in all clients.

Hence this is called as client independent. You can change anywhere and changes will be reflected to all ...

Now suppose you have developed a script in DV client 100.

You will not be able to see that in client 200 or 300 or 400 unless ytou copy that from client since it is client dependent.