BASIS Assignment
BASIS Assignment
Private mode is a mode where the heap data is getting exclusively allocated by the user and is no more
shared across the system. This happens when your extended memory is exhausted.
OPS$ is the mechanism the “<SID>adm” users uses to connect to the database.
3. Why do you use DDIC user not SAP* for Support Packs and SPam?
When applying the support packages user must login as a “DDIC” or as same privileges of DDIC user.
Because 'SAP*' don't have any authorization to change objects. “SAP*” is a normal user only for the first
time login purpose. The only user “DDIC” can change/update the DDIC objects. He is the owner of all
objects.
For unix:
$ for i in *.SAR;
do SAPCAR -xvf $i;
done;
For Windows:
SAPCAR -xvf *.SAR
A "transactional RFC" means, that either both parties agree that the data was correctly transferred - or not.
There is no "half data transfer".
The developer key is a combination of your installation number, your license key (that you get from
http://service.sap.com/licensekey) and the user name. You need this for each person that will make
changes (Dictionary or programs) in the system.
9. How to know current kernel version in sap? What is the purpose of table TDEVC?
1. at OS level just type at command prompt “disp+work –v” then it displays kernel version (or)
2. at OS level just type “R3trans –t” then you will get (or)
3.at R/3 level login into sap from System menu -> select status then click on bellow arrow mark then you
will get (or)
4. go to “SM51” T-code then click on release notes button then you will get
11. How to perform kernel upgrade. What exactly happens during kernel upgrade?
To find all tcode for role along with the tcode that are present in the tcd field.. goto se16 enter agr_1251 and
click on data browser button
enter the role name in agr_name field and enter tcd in FIELD field
Then click on execute button or press F8 to execute and you will see the list of tcodes for that role
In windows
start -> run -> cmd
15. How to Lock all the users except sap* and DDIC of a particular client?
SU10
F4 on user id field
Change the hit list restriction according to users present
Enter
It will bring all available users
Remove SAP* and DDIC from list
Select all and enter
It will bring u back to SU10
With all users except SAP* and DDIC
Select all
Lock
N:B- it will lock your user also
login/disable_multi_gui_login = you can put a list of users that should be allow to logon multiple times
18.
19. How to know whether a system is Unicode or non Unicode?
Method1: Use T-code SM51 & click on the Release note button, It
shows if the system is unicode or non unicode.
20. What is the standard program to check the consistency of partner profiles?
RSECHK07
0004: Warning
0008: There would be version mismatch or error during upgradation or error during import or blocked or
depending objects are not found.
0012: TP connection errors
Data Dictionary
24. What is the importance of the clients 000,001 and 006?
000 is also called as Master Client or Golden client. It contains cross client data & Companies Hardware
configuration, Patches, Add ons Plug ins Etc
066 is called as Early Watch Client. If there is any problem with the SAP system then the early watch client
throws the alerts.
Consolidation Route:
Consolidation route is defined between the development system (consolidated system) and the quality
system (integration system)
Delivery Route:
Delivery route is the transport route that connects the Integration system and the Delivery system
(Production system)
1. Go to T-code SCC1
2. Choose the Source client from where the Users to be transferred to other client
3. Chose the SAP_USR profile
4. Transport request NO. is generated
5. Release the Transport request and export
6. Import the transport request into target system
1. Customizing request
2. Workbench request
3. Transport of copies
4. Relocation
28. How can we check the user login details activity in a month?
In ST03n Tcode go to expert mode and select the date and click the tab user profile you will get the list
30. How you will do client copy? If SAP * user is not available at all in your system then how you will do client copy?
Just go to RZ04 and increase the number of background processes in the specified operation mode. We do a
system copy using SCCL transaction.
If SAP* is not available, login at OS level as SIDADM and sqlplus /nolog connect /as sysdba;
0R
Dialog or batch process is blocked until import has ended in synchronous transport.
Dialog or batch process is released after import is started in asynchronous transport.
32. What are the current kernal patch level and current support patch level?
go to SAP GUI ----> TAB System ---> Status --->Click on Component info under SAP System Data tab it will
show you component , Level ,Version and other info too.
33. How to define Logon groups? And what is Logon load balancing?
Load balancing:
During the request message server check for the least loaded instance in the group and route the request to
that instance.
If instead of logon group we specify the instance then the request is routed to that instance only. Means no
load balancing occur in this case.
Role refers to the collection of associated activities as transactions, reports and so on.
While profile is a set of authorizations that are valid for the transactions defined in that role.
Role has various components as MENU of transaction, reports, urls; AUTHORIZATION PROFILE(S) and
USERS who are assigned to that role.
Then create system either virtual or external for the quality system and production system,
If development is showing there then create only qua & prod but if development is not there, then go with
client '000' and login with sap*, then 'stms' and create from here all the three, and do according to the
above procedure and after making all three go through 'transport routs' then configuration, & then three
system in a group, now give the name of three group, and save it and activate it throughout the system.
Now transport management system is configured.
37. Which kernel version, and patch version and now in real time we need to apply?
The kernel version on LS1 running in real time is 721 and Patch version is 200.
To View Locked Transactions you need to look in field CINFO, table TSTC.
Go to transaction SE11 or SE16 and view the table TSTC, the field is CINFO. Enter "A0" as the "HEX01 data
element for SYST" starting value and "A9" as the ending value. This will list all the transactions locked in the
system.
41. Where can you find a list of object keys included in a transport?
There are two ways to see what transport request includes which objects:
-one is SE03
-one is to look in table E071 and E070
42. How can one disable the "Import All" button on STMS for the queues?
43. How can you confirm the patch level for SAP GUI?
From SAP Logon hit F10 and check “About sap logon”
You will get a File Version similar to:
7200.1.0.1050
Table T000 contains a list of defined clients, which can be maintained with transaction SCC4
46. How can you get a list of the users with development access on a particular system?
47. When you are Locking/Unlocking accounts what happens behind the scenes?
User accounts can be locked/unlocked via SU01 (User Maintenance.) The field UFLAG determines if
the user account is locked or unlocked. The value "64" indicates that the user account is locked.
The value "0" that the user account is unlocked. Knowing this, you can then issue an update
statement at the database level that locks all users in mass. Don't lock yourself out, though! Use
exceptions for super user accounts in your update statement.
48. I want to change five dialog work processes into batch. Where can I do this?