What Is Client Specific & Cross Client Data
What Is Client Specific & Cross Client Data
html
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Client Specific – Data is affecting only one client, such as User master and application data
The concept of user master records User master records defines the user accounts for enabling access to
the SAP system. The user master record is mainly used for user administrative and Authorization
management (Role Administration). Normally, the user master record contains the user id as well as a
wealth of other information which can be used by SAP system administrators in managing users
effectively.
For example, the user master record contains information which validates a user log on session. User
master record stores important information like users access rights to SAP, user's passwords, the
authorization profiles and so on. User master records can be accessed using the Transaction T Code
SU01. In t-code SU01, users can be displayed by user id or in case one does not know the user id, users
can be displayed using all possible entries.
Authorization to create and/or maintain user master records and to assign a user group (Auth.object
S_USER_GRP).
Authorization for the authorization profiles you want to assign to users (Auth.object S_USER_PRO).
Authorization to protect roles. You can use this authorization object to determine which roles may be
processed and which activities (Create, Display, Change and so on) are available for the role(s) (object
S_USER_AGR).
Authorization for transactions that you may assign to the role and for which you can assign
authorization at the start of the transaction in the Profile Generator (object S_USER_TCD).
Authorization to restrict the values which a system administrator can insert or change in a role in the
Profile generator (S_USER_VAL)
http://ilovesapsecurity.blogspot.in/2012/03/user-master-record.html
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
------------------------------------------------------------------------------------
SCC8 transaction can be used for export of user master and authorization profiles in SAP
system.
Please login to target system and go to SCC8 tcode. SAP_USER profile to be used to export
user master and authorizations in SAP system.
So, please select profile as SAP_USER and input the correct target system and target client
in which user master needs to be imported later.
After that click on “Schedule as Background Job” pushbutton.
Select the
and execute
It will result in below screen asking confirmation to continue.
Please click continue pushbutton to start the export of User Masters.
We should follow above process and export users from all clients that are available in SCC4.
User master export may not be required for clients 001 and 066 (as these are standard
clients).
Please make note of which Export contains which client’s user data so that you can import
them later again (as part of post refresh steps
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Application data
Well, roughly speaking "repository objects" are the programs and data structures and "cross-client
customizing" is typically referring to technical settings such as communication links, system parameters,
etc.
By allowing changes to "repository and cross-client customizing objects" you allow to modify the
behaviour of the entire (physical) system.
In contrast to that, customizing is normally client-specific allowing to run multiple "logical systems" on
one physical system.
For example: there is only one (physical) user management (subsystem) (=> repository objects) but is
operates client-specific (=> customizing); users are restricted to one specific client - a user "SMITH"
defined in client "001" is different from "SMITH" in client "002". However, password rules are defined
on the system level - effecting all clients / logical systems.
OR
1)Client Specific
2)Cross Client:
geographically