Users Online
· Members Online: 0
· Total Members: 188
· Newest Member: meenachowdary055
Forum Threads
Latest Articles
Articles Hierarchy
SAP Basis
How to Delete a Client in SAP SM50
Following are the detailed steps to Delete a client in SAP
Step 1) T-code which is used for client deletion is SCC5.
Step 2) Click on "delete in the background" to run client deletion as background job. You can also check the option "Delete an entry from T000" table.
Table "T000" contains clients' entry which we have created in SCC4.
Step 3) Check the status of client deletion process using SM50.
Workprocess overview will open. "BGD" denotes background workprocess.
Once complete. Client will be deleted
SU01: How to Create a New User in SAP
Following are the detailed steps to Create a user in SAP
Step 1) Execute T-code SU01
Step 2)
- Enter Username which you want to create.
- Click the create button
Step 3) In the next screen
- Click the Address tab.
- Enter Detials
Step 4) Choose the user type in Logon Data tab.
There are 5 types of users in sap:-
- Dialog user: - Normally it is used for interactive system access from GUI (used for human users)
- System user: - Normally it is used for Background processing, communication within a system.
- Communication user: - It is used for external RFC calls.
- Service user: - Dialog user available to a larger, anonymous group of users.
- Reference user: - General, non-person related users that allows the assignment of additional authorizations. Example, Internet users created with transaction SU01. No logon is possible.
Step 5) Type the initial password for 2 times.
On first logon of the new user , system will ask to re-set the password.
Step 6)
- Select the roles tab
- Assign roles as per requirements
Step 7)
- Select the profiles tab
- Assign profiles as per requirements
You can assign SAP_ALL and SAP_New profile to user for full authorization.
- SAP_ALL:You assign this profile to users who are to have all R/3 authorizations, including super-user authorization.
- SAP_NEW:You assign this profile to users who have access to all currently unprotected components. The SAP_NEW profile grants unrestricted access to all existing functions for which additional authorization checks have been introduced. Users can therefore continue to work uninterrupted with functions which are subject to new authorization checks which were not previously executed.
Step 8)
- Press save
- Then the back button (F3) button
User will be created!