Interview Questions
Interview Questions
Interview Questions
Which table contains the details related to Q defined in SPAM? Is there a way to revert
back the Q defined? If yes, How?
There is a "delete" button when you define the queue. If you already started the import it's no
more possible since the system will become inconsistent.
What is a developer key? and how to generate a developer key?
The developer key is a combination of you 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.
What is XI3.0 ? EXPLAIN XI = Exchange Infrastructure - Part of Netweaver 2004.
SAP Exchange Infrastructure (SAP XI) is SAP's enterprise application integration (EAI)
software, a component of the NetWeaver product group used to facilitate the exchange of
information among a company's internal software and systems and those of external parties. Like
other NetWeaver components, SAP XI is compatible with software products of other
companies.
SAP calls XI an integration broker because it mediates between entities with varying
requirements in terms of connectivity, format, and protocols. According to SAP, XI reduces
integration costs by providing a common repository for interfaces. The central component of
SAP XI is the SAP Integration Server, which facilitates interaction between diverse operating
systems and applications across internal and external networked computer systems.
How to see when were the optimizer stats last time run? We are using win2k, oracle 9,
sapr346c.
Assumed DB=Oracle
Select any table lets take MARA here but you should do the same for MSEG and few others to
see whether the dates match or not.Run the following command on the command prompt:select last_analyzed from dba_tables where table_name like '%MARA%';
Automatic CTS
Even though SAP does not recommend automatic imports, it is the most practical way of moving
transports from a development system to a QA environment or to a special development system
(although I wouldn't recommend auto imports to a production system for obvious reasons).
There are various methods for doing this. The most effective and simple method is using an OS script
(shell/perl etc.) scheduled using cron for user sidadm. There are a couple of steps you need to take
before setting up automatic imports.
1. Your entire project team should agree upon the overall strategy, frequency of imports etc.
2. Resolve any issues with transport approvals (many shops don't care about traffic between DEV
and QA)
3. Who is responsible for watching for errors and corrective actions (an email to the developer
works in this case)
Configuring outbound SAP to Internet mail Gateway (R/3 4.0 and above)
Step 1 (UNIX SETUP)
Logon to your <DB_SERVER> as sidadm
Change directory to /sapmnt/SID/global (or any directory globally available across all application servers)
Create the following entries in file SAP_EMAIL_GATEWAY.sh and save the file
#!/bin/sh
GWCONFIG=/sapmnt/SID/global/SAP_EMAIL_GATEWAY.cfg
export GWCONFIG
/sapmnt/SID/exe/mlunxsnd $*
Execute the command: mlosmadm SAP_EMAIL_GATEWAY.cfg (enter the following information)
System name : SID
Client
: 200
Username : MAILADM
Password : initpass
Language : E
Loadbalancing : Y
Message Server : <central_instance_host_
Group name : LOGON GROUP1
Using SAPROUTER : N
Trace Level (inBoound) : 0
Sendmail Command : <accept default>
Codepage : <accept default
Trace Level (Outbound) : 0
Update file : Y
Step 2 (SAP SETUP)
Logon to SAPSYSTEM (SID) via SAPGUI
Transaction SU01, create user MAILADM and password initpass, usertype CPIC
Transaction SM59, Click Create
RFC Destination : SAP 4.5 INTERNET MAIL GATEWAY
Connection Type : T
1. Create your RFC destination for outbound email using transaction SM59
RFC Destination
: SAP_INTERNET_GATEWAY
Connection Type
:T
Description
: SAP internet mail gateway
Click on 'Explicit Host' if you want on demand gateway dameon invocation.
Program
: /sapmnt/SID/exe/mlunxsnd
Target Host
: Enter hostname that runs your central instance.
Click 'Test Connection' and you should see a successfull message.
Gateway Destination
: SAP_INTERNET_GATEWAY
Path for configuration file : /sapmnt/SID/exe/sap_mailSID.cfg
Return Address
: <your company domain>.com
UNIX configuration
11. . cd /sapmnt/SID/exe
12. .mlosadm sap_mailSID.cfg
1. Logon to SAP
2. Execute transaction SO01
3. Write a message and send it to <your_internet_email_address>
If you don't see the mail in your internet mailbox, go back and review steps 1-12
Initiated from the operating system. A script is available in the utility repository that explains how to do this
very easily.
Initiated from the ABAP itself An example is given below.
1. Create a logical OS command 'zftp' using transaction SM69. Make sure that you enable 'comand
line parameter allowed' checkbox
3. Use the SXPG_COMMAND_EXECUTE function module to call this script (zftp) with the
filename you want to transfer as the parameter. Eg:
call function 'SXPG_COMMAND_EXECUTE'
exporting
commandname =
tables
exec_protocol =
exceptions
no_permission = 1
command_not_found = 2
parameters_too_long = 3
...
2. Using transaction SE11, create a view (ZTABLE_VIEW, projection view) using BASIS
table ZTABLE
3. Using SVRMGRL>
create dblink REMOTE_DB as connect to remote_user identified by password; (database link
created)
drop table ZTABLE; (table dropped)
create synonym ZTABLE for ZTABLE@REMOTE_DB; (synonym created)
Enter value in key fields and hit execute. (displays rows from the remote table)
2. To prevent your spool requests getting deleted from the BASIS cleanup jobs, you need to
uncheck the Delete after print checkbox in the print control screen, execute transaction SP01,
find your spool#, click on Attributes and change the Delete After date
%pc
Search in
page
Download
do local
file
p+
Page
up
p-
Page
down
p++
Top of
page
p--
End of
page
---------------------------------------------------------|Tcode|Transaktionstext
|
---------------------------------------------------------|ADOK |AM: System Administration Guide
|
|BALE |Area Menu for Administration
|
|BDMO |ALE CCMS Group Administration
|
|CATSX|Time Sheet Admin.: Initial Screen
|
|CICY |CTI Administration
|
|CJV6 |Maintenance: Version administration
|
|CN84 |PS: Archiving project - admin.
|
|COA4 |PP: Archiving order - administration
|
|CSADM|Content Server Administration
|
|FC_BW|Administrator Workbench
|
|FDTA |TemSe/REGUT Data Administration
|
|FDTT |Treasury Data Medium Administration
|
|FO86 |Change active admin.contract fees
|
|FO8E |Create admin.contract event
|
|FO8F |Change admin.contract event
|
|FO8G |Display admin.contract event
|
|FO8H |Admin.costs acct sttlmnt simulation
|
|FOART|REsearch: Administration Web-User
|
|HRCMP|Compensation Administration
|
|HRCMP|Budget Administration: Display
|
|HRCMP|Budget Administration: Change
|
|IM_AR|Admin. of App. Request Archives
|
|KA18 |Archive admin: assess., distr., ...
|
|KE72 |Archive Administration: Line Items
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Here goes:
1. log into the client to delete
2. go into SCC5 and delete client
3. log into another client and delete entry with SCC4
4. reorg database to recover database space.
Actually, if you check "on" the little "Delete Entry from T000" checkbox, you can skip step 3.
One other way of deleting a client which could give significant performance gain and save time
is at OS level using - R3trans
To delete a client 200, you have to create a command file "del200" with following entries
Clientremove
Client = 200
Select *
Place the command file in /usr/sap/trans/bin
$ cd /usr/sap/trans/bin
$ R3trans w <log file name> -u 1 <command file name >
e.g $ R3trans -w del200.log -u 1 del200
To check the progress...
$ tail -f del200
Reorg the database post client delete
k. startup nomount (if the database is already mounted shutdown it using the shutdown
command)
l. run the following command
m. @controlfile.sql (file name of the control file contains the CREATE CONTROLFILE
statement)
n. After the run the above command it should give the "Statement Processed)
o. alter database open resetlogs p. shutdown
q. Start the database and SAP services using startup.
7. After this you have to reconfigure the STMS.
8. All the jobs also you have to reconfigure and reschedule.
9. Reconfigure all the printers.
10. If you want to change the Client number then use the local copy tool and remove the original
client after successfully import to new client.
Do you have a SAP Basis Question?
they used Sun solaris as dev and HP UX as PRD. But no problems. Logically SAP system just
looks for where the data is stored and works on TCP/IP. It just does not matter where the
database resides for development and production.
The transport mechanism just transports from the development client to productive client. So I
assure you 100% you can plan this. This is supported by SAP.
You can even plan NT as development machine. It just works fine.
But some advantages are available if you have similar systems.
1. When updating patches for a particular os/db combination , you have a chance to see how it
works, before trying
it on productive system.
2. You learn a lot on installation, sizing, many other related issues at the time of development, so
that you can easily
sort it our at the time of installation of prd system.
The above cannot be told as advantageous, but take a note of these. After all it is a matter of
cost + convenience!
I am on NT + SQL Server with SAP 4.7 Ent. and its works fantastic without any problems.
2. If your are on Unix OS, adjust all the file systems according to PRD file system to fit the PRD
client in DEV
client based on space requirements also.
3. You can do the client copy by remote or export/import client.
Remote method is not preferred if you are doing a large client copy.
Do a client export/import.
4. To speed up the export/import, use R3trans export/import for the clustered tables.
Please find the rel. notes related to performance improvements for cluster tables in OSS.
5. Do import and post processing.
Note: Export may take 10 to 20 hr. for 50gb of data
import may take 4 days and post import will take 8 to 15 hr. for 50gb of data. And it all
depends on
your system performance.
Please refer OSS rel. notes for the few RZ10 parameters which needs to be set for cluster tables
to speed up the process.
Note :If it is a fresh installation, do this -1. SCC4 --> Create client no. and fill other details.
2. Logon to the newly created client with SAP* and PASS as password.
3. SCCL --> choose any profile (preferably SAP_ALL), source client 000 and target client <as
created just now>.
4. Preferably do a test run initially to check if it can go well.
5. As a care check space in databases.
What are step and procedure to create a client & to take a client copy from
source to target.
By: Kavitha.G
If you are copying from same system then flow the below steps:
1. Create the client in Tcode scc4.
2. Before that create a logical System in BD54.
3. Login in the newly created client with
user Name : sap* and password : pass
4. Use the Tcode sccl to copy the client.if you are not familiar with the client copy. Try a test run
and then schedule it in background.
5. You can select the needed profile.
6. To view the log files use the tcode scc3.
If you are using different system then create a rfc connection in sm59.test the connection and
then continue from the 1st step
You can also import and export a client. Use scc7 for importing from the client and scc8 fro
exporting from the source client
Depending on the type of data selected through the client transport profile, the client copy
command
files added to the buffer of the target system are
<S-SID>KO<number>; this file is for cross-client data
<S-SID>KT<number>; this file is for client-specific data
<S-SID>KX<number>; this file is also for client-specific data
The client export change requests are not imported when an Import all takes place. Therefore,
you must import these requests into the target client using TMS. You must import the data in the
following order: first cross-client data, then client- specific data.
After the import process has completed, post-import activities are required possible for object
generation steps. After completing the import, log on to the target client. From the R/3 initial
screen, choose:
*Tools *(r) *Administration *(r) *Administration *(r) *Client Admin. *(r) *Client Transport *(r)
*ImportEditing*
To display client transport logs, use the Transport Organizer.During client transport, a Repository
consistency check can be performed by clicking the RFC system check button in Transaction
SCC8. If inconsistencies are detected, a list of the ABAP Dictionary tables definitions missing in
the target system is generated. This will help your recognize in advance formal problems that
may occur during the import of the source data.
SAP Basis Tips by : Jaswant Purba
3. Specify the background server name i.e. the server name where your DEV system is available.
4. Click on 'schedule job' button.
Verify the things and click on 'continue' button.
5. You will have options to specify the start time.
Specify to suit your convenience.
You can see the log in scc3.
6. Login to the destination client and execute scc6.
Specify the request number which was created during scc8.
You need to specify only one request number. Other(s) will be taken automatically.
Click on 'Prepare import'.
7. Specify the target client and click on 'Import'.
Log can be checked in scc3.
Best regards,
SAP Basis, ABAP Programming and Other IMG Stuff
1. I don't know how how to lock the client, but you can lock the system with "tp locksys <SID>"
and unlock it with "tp unlocksys <SID>". You can also stop the service, but then noone can login
including yourself. However, I had problems with tp locksys when applying some Hot Packages
and exporting client. It wouldn't work with system locked. I didn't try, but a simple ABAP that
locks and unlocks all the users in table usr02 (with exceptions of yourself, SAP*, DDIC... ofcourse) might be an interesting idea.
2. STAT transaction
You can lock the system thro "tp locksys" (Transport Utility).
Check the other options of "tp" command for locking the specific client under the system thro "tp
help".
With this solution I can lock the whole system, but not specified by client.
Send me in more detail....
3.
4.
5.
6.
click
click
click
click
on
on
on
on
SET
OK
OK
OK
NETWORK SETTINGS
STARTSETTINGS CONTROL PANEL ADD/REMOVE HARD WARE,
1.
click on NEXT
2.
click on NEXT
3.
select ad a new device
4.
click on NEXT
5.
select (now I want to select from Hardware list)
6.
click on NEXT
7.
select network adaptors,
8.
click on NEXT
9.
select MICROSOFT
10.
click on NEXT
11.
click on NEXT
12.
click on FINISH
13.
close all windows
14.
right click on MY NETWORK PLACES,
15.
go to properties,
16.
right click on local area connections
17.
should be able to see Microsoft loopback adaptor on the screen.
18.
select properties
19.
select TCP/IP
20.
click on properties
21.
select ( use the following IP addresses)
22.
type IP addresses 198.1.1.1
23.
subnet mass 255.255.255.0
24.
click on OK
25.
select show icon on Task bar
26.
click on OK
27.
close all windows.
HOST FILE CONFIGURATION
1.
go to WINDOWS EXPLORER
2.
select C drive, WIN NT, system 32 , DRIVERS, etc
3.
double click on HOSTS
4.
open with note pad
5.
go to end of the page
6.
type IP address 198.1.1.1
7.
press TAB once
8.
type 46cides
9.
press TAB twice
10.
click on SAVE
11.
click on EXIT
12.
RESTART sytem
Software contains three folders
1.
46cides ( a. KERNEL, b. ORACLE 817, c.ORACLE PATCHES
2.
DB EXPORT
3.
SAP GUI
ORACLE INSTALLATION
1.
46CIDESoracle 817 NTi386setup run the set up by double clicking
2.
click on NEXT
3.
source path
destination path : S:\oracle\ora81
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
click on NEXT
click on NEXT
click on NEXT
type GLOBAL DATA BASE NAME : ORACLE
click on NEXT
click on INSTALL
click on OK
click on EXIT
click on YES
close all windows
start programsadmin tools services
select ORACLE SERVICES
select all ORACLE releated services ONE BY ONE.
ORACLE PATCHES
46CIDES ORACLE PATCHESPATCH DISK1 INSTALL WIN 32
1.
set up (double click)
2.
click on NEXT
3.
click on NEXT
4.
click on INSTALL
5.
click on INSTALL
6.
click on EXIT
KERNEL INSTALLATION
46CIDESKERNELNT I386 MMC
1.
double click on IMMC
2.
click on NEXT
3.
I agree
4.
click on NEXT
5.
click on NEXT
6.
click on NEXT
7.
click on FINISH
46CIDESKERNELNT I386 NT PATCH
1.
double click on R3DLLINS
2.
click on Ok
3.
close all windows
4.
RESTART
46CIDESKERNELNT COMMON
1.
double click on R3 SET UP
2.
type SAP SYSTEM NAME IND
3.
click on NEXT
4.
click on NEXT
5.
click on NEXT
at 85%
6.
click on NEXT
automatically logs off
7.
login and control+alt+del
CENTROL INSTANCE
Startprogramssap system for IND install CENTRAL INSTANCE
1.
click on NEXT
2.
type instance no OO,
3.
click on NEXT
4.
click on NEXT
5.
click on NEXT
6.
click on NEXT
7.
click on NEXT
8.
click on NEXT
9.
click on NEXT
10.
11.
12.
13.
14.
click on NEXT
click on NEXT
type LOCATION OF KERNEL CD
click on NEXT
password AAA
AAA
15.
16.
17.
18.
19.
20.
21.
22.
23.
E:\46cides\kernel
click on NEXT
password AAA
AAA
click on NEXT
select NO LDAP SUPPORTS
click on NEXT
click on NEXT
click on NEXT
click on NEXT
click on EXIT when finished
AAA
7.
8.
9.
10.
11.
POST INSTALLATION
E:\apgui320\gui\windows\win 32\setup(double click)
1.
click on NEXT
2.
click on INSTALL
3.
click on FINISH
4.
click on SAP logon
5.
select NEW
6.
type DESCRIPTION : 46CIDES
7.
type application server : 46CIDES
8.
type system no : 00
9.
start MMC
10.
11.
12.
13.
14.
15.
close MMC
log in SAP
client 000, user sap* password 06071992
txn code SM28
ENTER ( TO CHECK ERROR)
RESULT : NO ERROR REPORTED ( in installation)
STMS
Description Student
Click on SAVE
Go to overview transport routes
Select display change mode (second icon)
Configurationstandard configuration single system ( main menu)
Click on Enter
Configurationdistributeactivate
Click on Enter
F3 (to go back)
RZ 10
Utilities import profiles of active servers
Click on Enter
Click on F3 (to go back)
Profile click on F4
Select IND DVEMGS0046CIDES
Select EXTEND MAINT change
Select create paramaeters9 icon)
Type paramter name : rdisp/max-wprun-time
Type parameter value ; 3000
Copy icon
Go back
Click Yes
CREATE PARAMETER
Paramater name : abap\ field exit
Value ; YES
Select COPY icon, go back YES
Create parameter
: login/system-client
: 800
select copy icongo back yes
create parameter
:eu/iwb/installed/languages
:EN
select COPY icon go back YES
again go back
click on YES
click on SAVE
click on YES
click on ENTER
click on ENTER
(USER CREATION)
TXN : SU01
user : sapuser
select : create icon
address
title
first name
last name
logon data
go on clicking ENTER no of times
initial password : abc
repeat pass word : abc
DEFAULTS
Logon language
: En
Output device
; LP01
Select : Out put immediately & decimal
PROFILES
Type 1. SAP ALL
TYPE 2. SAP NEW
SAVE
Log off from SAP
Login to SAP
type
user : sapuser
new password : abap
repeat password : abap
password : abc
txn : SALE
IMGerror handlingbasic work flow settings
Select AUTOMATIC CUSTOMIZING icon
Go back
Txn 00w4
Select DISPLAY CHANGE MODE icon
Create icon
CREATE
Prefix no
System ID
Client
Click on Save
Local object
Cancel
X
978
IND
000
CREATE
Prefix no
System ID
Client
Click on Save
Local object
Cancel
X
972
IND
800
TXN SE 38
Program name : Z FIRST
CREATE
ACCESS KEY : 36687663221261278694
TITLE : DEMO
TYPE : EXECUTOR
Click on SAVE
LOCAL OBJECT
Log off from SAP
Log into SAP
Client
: 800
User
: sap
Pass word
: 06071992
RUN txn SU01
The current version what we have for Saposcol is : Version: COLL 20.87 640 - hpxOscol
07/2003.
It will be a great favour if anybody can provide me the steps from the scrach in how to run
the SAPOSCOL.
1) login as <sid>adm
2) check if your saposcol is running at unix level
ps -ef | grep saposcol
3) go to /sapmnt/NPD/exe
Check if saposcol file is existing
Check the owner and the permission of the file
To start SAPOSCOL with the command saposcol (or saposcol -l).
Saposcol can run independent of the SAP system, so you can try to start it individually using:
Try to start saposcol with command saposcol -l
You can know status of the saposcol by saposcol -s and stop it by saposcol -k
--Try to check, if you have cleaned up Share memory present in /usr/sap/tmp/dev_coll & try to get
latest patch of SAPOSCOL.
Shared memory cleanup can be done as follows:
1) Login with the user <sid>adm and perform these steps
saposcol -d
Collector > clean
Collector > quit
saposcol -k to stop the collector.
Before restarting
saposcol -d
Collector > leave (You should get a message Shared memory deleted)
Collector > quit
cd /usr/sap/tmp
mv coll.put coll.put.sav
cd
saposcol
"coll.put" ,if this file contains the old shared memory and should be deleted in order to get a
clean start. Please look at the SAP Note 548699 and follow point 7 very carefully:
If you are unsuccessful in clearing shared memory, please try the following commands to clear
the shared memory:
2)
$ saposcol -kc
$ saposcol -f
If this doesn't work, then try:
3)
cleanipc 99 remove on the O/S level (Check note #548699 first)
4) If not you have to do a OS level restart to fix the issue.
Also check if new saposcol can be applied as per Note 19227
= set to 1 to activate
login/disable_multi_gui_login
multiple times
Most company will reduced the number of session per user but not increase it.
Best regards,
SAP Basis, ABAP Programming and Other IMG Stuff
http://www.sap-img.com
by: Rajdeep
To change parameter:
1.go to RZ10
2.Select instance profile---->Extended mantainence--->change
3.In next screen click on create parameter,type login/min_password_lng and click on
change/display
4.Then it will show the default value
5.In the parameter field put ur parameter.SAVE the changes
6.Reboot the application server .
User Administration:
SU01 User Maintenance
SU01D User Display
SU02 Maintain Authorization Profiles
SU03 Maintain Authorizations
SU05 Maintain Internet users
SU10 User Mass Maintenance
SMLG Maintain Logon Group
SUPC Profiles for activity groups
SUIM Info system Authorizations
PFCG Profile Generator
PFUD User Master Data Reconciliation
Client Administration:
SCC3 Checking Client Copy Log
SCC4 Client Administration
SCC5 Client Delete
SCC7 Client Import Post-Processing
SCC8 Client Export
The
SID
is
XY6 - Production
XY1
Development
&
Quality
Now we need to configure TMS between these two systems by assigning XY1 as domain
controller. I beleive we also need to establish an RFC Connection for this. Also explain how
to update the local files of this systems?
How can I make thro it?
First decide which system you would like to define DOMIAN controller. Configure the Domain
Controller
Steps
to
configure
-----------------1.
Login
to
the
system
with
sap*
in
client
000
2.
Goto
SE06.
3.
Click
Post
installation
activities
4.
Goto
STMS
5.
It
will
ask
for
Domain
controller
name.
6. Enter DOMAIN_<SID> as domain controller name and enter the description.
7. Click Save button
Steps
to
add
the
other
system
with
Domain
controller
---------------------------------------------------1.
Login
to
system
with
sap*
in
client
000
2.
Goto
SE06
3.
Click
Post
installation
activities
4.
Goto
STMS
5.
It
will
ask
for
Domain
controller
name.
6.
Enter
System
ID
of
the
Domain
controller
7. Enter DOMAIN_<SID> as domain controller name and enter the description.
8.
Click
Save
button
9.
Login
to
Domain
controller
system
10. Approve the added system.
What are the post installation steps after I have installed the Central Instance and
Database instance?
Initial
Consistency
Check
SM28
1.
Logon
to
the
newly
refreshed
SAP
system
and
run
transaction
SM28
2.
Ensure that no errors are reported. Otherwise, take the necessary steps to correct the
problems.
Edit
Batch
Jobs
1.
Set
the
fields
as
follows
Job
name:
RDDIMPDP*
User
name:
*
Job
Status:
Released
and
Ready
checked
off,
all
others
unchecked
Fr:
01/01/0001
To:
12/31/9999
Or
after
event:
*
2.
Press
<F8>
to
execute
the
query
3.
Highlight the first job in the list and press the <CTRL>+<F11> to change the job.
4.
Examine
the
Exec
Target
field.
a.
If
the
box
is
empty,
press
<F3>
to
exit
b.
If the box is not empty, then clear out the contents so the field is blank and press
<CTRL>+<S>
to
save
5.
Repeat Steps 3 and 4 *for* each additonal job listed.
Workbench
Organizer
Reconfiguration
1.
Logon on to client 000 of the newly refreshed system with DDIC.
SE06
1.
Select
the
Database
Copy
or
migration
option
2.
Press
the
Post-installation
Processing
button.
3.
When prompted Do you want to re-install the CTS?, press the Yes button
4.
When prompted *for* the Source System of Database Copy?, make sure that the <SID> of the
production
system
is
selected.
Press
the
checkmark
button
to
continue.
5.
When prompted Change originals from PRD to QUA?, press the Yes button
6.
When
prompted
Delete
TMS
Configuration?,
press
the
Yes
button
7.
When
prompted
Delete
old
TMS
configuration?,
press
the
Yes
button
8.
When prompted Delete Old Versions of transport routes?, press the No button
TMS
Configuration
1.
Logon on to client 000 of the newly refreshed system.
STMS
1.
Upon starting STMS, a windows with the title TMS: Include System in Transport Domain should
be
displayed
2.
The information on *this* screen is automatically filled out from information provided during the
SAP installation and should be correct. If it correct, then enter a description *for* the system and
press <CTRL>+S to save. Otherwise, press the Other configuration button and manually configure.
3.
From
the
Overview
menu,
select
Transport
Routes
4.
From
the
Configuration
menu,
select
Adjust
with
Controller
5.
Press the Yes button when prompted *if* you want copy the transport routes from the
controller.
Import
Printers
1.
Logon on to the production client of the newly refreshed system.
STMS
2.
Press
<F5>
to
go
to
the
*import*
Overview.
3.
Double
click
on
the
<SID>
of
the
newly
refresh
system
4.
From
the
Extras
menu
select
Other
Requests,
then
Add.
5.
In the Transp. Request box, enter the transport number containing the printer definitions that
was
exported.
Press
<Enter>
to
save.
6.
Select the transport that was just added to the queue and press <CTRL>+<F11> to start the
import.
7.
In the Target client box, enter the productive client of the newly created system. Press
<Enter>
to
save.
8.
Press the <Yes> button to start the transport.
Client
Configuration
SCC4
1.
From
the
Table
view
menu,
select
Display
->
Change
2.
When warned that the table is cross-client, press the checkmark button.
3.
Double click on one of the non-system clients (i.e. not client 000, 001 or 066)
4.
Define
client
as
follows:
Client
role:
Test
Changes and transports *for* client-specific object: Changes without automatic recording
Client-independent object changes: Changes to repository and cross-client customizing allowed
Protection:
Client
copier
and
comparison
tool:
Protection
level
0
Restrictions
when
starting
CATT
and
eCATT:
eCATT
and
CATT
allowed
5.
Press
<CTRL>+S
to
save.
6.
Repeat steps 4 through 6 *for* any additional clients
Set
System
Change
Option
SE06
1.
Press
the
System
Change
Option
button.
2.
Set
the
global
setting
to
Modifiable
3.
From
the
Edit
menu,
select
Software
Components
Modifiable
4.
From
the
Edit
menu,
select
Namespaces
Modifiable
5.
Press <CTRL>+S to save.
Import
Users
STMS
1.
Press
<F5>
to
go
to
the
Import
overview
2.
Double
click
on
the
<SID>
of
the
newly
refreshed
system.
3.
Press
<F5>
to
refresh
the
list
of
transports
4.
Locate the transport in the list containing the user exports done before the start of the refresh.
If the transport is NOT in the list, then from the Extras menu, select Other requests then Add. Enter
the transport number and press <Enter>. Then press the Yes button to add the transport.
5.
Highlight
the
transport
and
press
the
Import
request
icon
.
6.
At the client *import* screen, enter the target client and then press the Import button
7.
SCC7
1.
Run
the
Post
Client
Import
Processing
2.
The transport number should be the same as that of the transport started in STMS
3.
Schedule the job to run in the background. Do NOT schedule it to run immediately. We need to
modify
the
job
before
it
can
be
released.
4.
Press <CTRL>+S to save.
SM37
1.
Set
the
fields
as
follows
Job
name:
CLIENTIMPORT*
User
name:
*
Job
Status:
All
options
checked
Fr:
01/01/0001
To:
12/31/9999
Or
after
event:
*
2.
Highlight the job that was created by SCC7 and press <CTRL>+<F11> to modify the job.
3.
Press
the
Step
button.
4.
Select the RSCLXCOP line and press <CTRL>+<SHIFT>+<F7> to modify that step.
5.
In the User box, enter the background user *for* that particular system (i.e BGDUSER,
SAPBATCH,
BATCHSAP).
6.
Press
<CTRL>+S
to
save
the
changes
7.
Press
<F3>
to
go
back
to
the
main
job
screen.
8.
Press
the
Start
condition
button.
9.
Press
the
Immediate
button.
10.
Press
<CTRL>+S
to
save
the
changes
11.
Press
<CTRL>+S
again
to
save
all
the
changes
to
the
job.
12.
Job will start immediately once saved. Press <F8> to refresh the list of jobs
13.
Continue to press <F8> every once in a *while* to update the status of the job. Do not
*continue* until the job is completed sucessfully.
SCC4
1.
From
the
Table
view
menu,
select
Display
->
Change
2.
When warned that the table is cross-client, press the checkmark button.
3.
Double click on one of the non-system clients (i.e. not client 000, 001 or 066)
4.
Set
the
Protection
to
Protection
level
1
5.
Press
<CTRL>+S
to
save.
6.
Repeat steps 3 through 5 *for* any additional clients
Deleting
Source
System
Profiles
RZ10
1.
From the Utilities menu, select Import Profiles then Of Active Servers.
(Note:
All
application
servers
of
the
target
system
must
be
started)
2.
If the Display Profile Check Log screen is displayed, press <F3> to leave *this* screen.
3.
Select the Profile field and press <F4> to bring up a list of profiles.
4.
From the list select one of the profiles associated with the source production system.
5.
From the Profile menu, select Delete, then All versions, then of a profile.
6.
When prompted, press the Yes button to delete all version of the profile
7.
When prompted to delete the file at the operating system level, press the No button.
8.
Repeat steps 3 through 7 *for* all additional profiles associated with the source system
Reconfigure
Operation
Modes
RZ04
1.
From
the
Operation
Mode
menu,
select
Timetable
2.
Select
Normal
Operation
and
press
the
Change
button.
3.
Highlight 00:00 in the left hand column and press the Delete Assignment button
4.
If all the assignments are not deleted, then highlight the start time of the outstanding
assignment
and
press
the
Delete
Assignment
button.
5.
Once
all
the
assignments
are
deleted,
press
<CTRL>+S
to
save.
6.
If warned about an empty timetable, press the checkmark button and then press Yes to save
the
empty
timetable.
7.
Press
<F3>
to
go
back
to
the
main
RZ04
screen.
8.
Right
click
on
one
of
the
listed
Operation
modes
and
select
Delete
9.
Press
the
Yes
button
to
confirm
the
deletion.
10.
Repeat
steps
8
through
9
*for*
any
additional
operation
modes
11.
Press
<F5>
to
create
a
*new*
operation
mode.
12.
Enter
a
name
and
*short*
description
*for*
the
operation
mode
13.
Press
<CTRL>+S
to
save.
14.
Press
<F6>
to
create
a
*new*
Instance
15.
From the Settings menu, select Based on current settings, then New Instances, then Set
16.
Press
<F3>
to
go
back
to
the
main
RZ04
screen.
17.
Press
the
Yes
button
to
save
18.
From
the
Operation
Mode
menu,
select
Timetable
19.
Select
Normal
Operation
and
press
the
Change
button.
20.
Highlight
the
00:00
at
the
top
and
press
<F2>
21.
Highlight
the
00:00
at
the
bottom
and
press
<F2>
22.
Press
the
Assign
button.
23.
Press
<F4>
to
select
the
operation
mode
created
above.
24.
Press <CTRL>+S to save.
Delete
Update
Failures
SM13
1.
Set
the
fields
as
follows
Client:
*
User:
*
From
data:
01/01/0001
From
time:
00:00:00
2.
Press
<Enter>
to
display
the
list
of
outstanding
update
requests
3.
If ALL the outstanding update requests have a status of ERR, then it is safe to delete these
requests by pressing <F5> to select all records, then selecting the Update Records menu, then
Delete.
4.
Press the Continue button to confirm the deletion.
Delete
Batch
Input
SM35
1.
From
the
Edit
menu,
2.
Press
<Shift>+<F2>
to
delete
all
3.
Press
the
checkmark
4.
Press the Yes button to start the delete.
Sessions
select
Select
All
the
batch
input
sessions.
button
to
confirm
Reorganize
Spool
SPAD
1.
From
the
Administration
menu
select
Clean-up
Spool
2.
Check
all
check
boxes
and
enter
0
*for*
minimum
age
3.
Press
the
Execute
button
4.
Once complete, press <F3> twice to get back to the main SPAD screen
5.
From
the
Administration
menu
select
Check
Consistency
6.
Press the Delete All button.
SP12
1.
From
the
TemSe
database
menu,
2.
When the check is complete, press the Delete All button.
Delete
Invalid
Background
SM61
1.
Press
<F8>
to
*switch*
2.
Press the Cleanup List button.
select
Consistency
Control
in
to
check
Objects
change
mode
connections.
connections
section
first
entry
listed
sure it points to the appropriate NON-
Make
changes
as
necessary.
4.
Press
the
Test
Connection
button
to
test
the
connection
5.
Press Press <CTRL>+S and then <F3> to save and *return* to the list of RFCs.
6.
Repeat steps 1 through 5 *for* each additional RFC connection
Convert
Logical
Systems
Under
no
circumstances
perform
*this*
procedure
on
a
Production
system
BDLS
1.
When warned to
read the documentation, press the checkmark button.
2.
In
the
Old
logical
system
name
box,
press
<F4>.
3.
Select one of the production Logical System names that needs be changed (i.e. WIIPRD400)
4.
In the New logical system name, enter what that logical system name should be called on
*this* newly refreshed system (i.e.WIITRN400) Note: Ignore Error/Warning about duplicate system
by
clicking
on
the
check
mark.
5.
De-select the Test Run and Existence check on *new* names in tables options
6.
From
the
Program
menu,
select
Execute
in
background
7.
Press
the
checkmark
button
when
asked
to
select
a
spool
device
8.
Press
the
Immediate
button
when
asked
*for*
the
schedule
9.
Press
<Ctrl>+S
to
save
10.
Use
SM37
to
monitor
the
job
11.
When job is complete, repeat steps 2 through 10 *for* any additional logical system names
that need to be changed.
Adjust
Logical
Systems
names
SALE
1.
Expand
Sending
and
Receiving
Systems,
then
Logical
Systems
2.
Click
on
the
execute
icon
beside
Define
Logical
System
3.
Press the checkmark button to confirm that the change is cross client
4.
Allow
Certains
Settings
to
be
modifiable
(Refer
to
Note
356483
*for*
more
Details)
SM54
1.
Enter
V_T001B
in
the
Table/View
box.
2.
Select
the
Generated
Objects
option.
3.
Press
the
Create/Change
button.
4.
Enter
any
access
keys
*if*
requested
5.
Change
the
Recording
routine
to
no,
or
user,
recording
routine.
6.
Press
<Ctrl>+S
to
save
7.
Press <Enter> *if* warned that you are changing a function group that doesn't belong to you.
8.
You
are
prompted
*for*
transport.
Create
a
*new*
local
transport.
9.
Repeat steps 1 through 8 *for* the following objects. You can specify the same transport you
created
above.
V_T001B_GL
V_T093B_01
V_T093B_02
BSI
Configuration
(R3
HR
Systems
only)
SM59
1.
Expand
TCP/IP
Connections
2.
Highlight
BSI70-US-TAX
and
press
the
Change
button
3.
Change the program field to \\<hostname>\sapmnt\<SID>\SYS\EXE\RUN\TF60SERVER.EXE
4.
Double check the target host and gateway point to the correct server
5.
Press
<CTRL>+S
to
save
6.
Press the Test connection button to test. If the connect is not successful, take the necessary
steps to resolve the issue.
SE38
1.
In
the
Program
field,
enter
RPUBTCU0
2.
Press
<F8>
to
execute
3.
Select
option
BSI
version
7.0
4.
Press
<F8>
to
execute
5.
BSI should *return* tax calculations. If there are errors, take the necessary steps to resolve.
Reconfigure
DB13
DB13
schedule
1.
Using the print out created before the refresh, recreate the DB13 calendar.
Client
Configuration
SCC4
1.
From
the
Table
view
menu,
select
Display
->
Change
2.
When warned that the table is cross-client, press the checkmark button.
3.
Double click on one of the non-system clients (i.e. not client 000, 001 or 066)
4.
Define clients as follows depending on client role
Development
Client
role:
Customizing
Changes and transports *for* client-specific object:
Automatic recording of changes
Client-independent object changes: Changes to repository and cross-client customizing allowed
Protection:
Client
copier
and
comparison
tool:
Protection
level
0
Restrictions when starting CATT and eCATT: eCATT and CATT allowed
Quality
Assurance
Client
role:
Test
Changes
and
transports
*for*
client-specific
object:
No
changes
allowed
Client-independent object changes: No Changes to repository and cross-client customizing allowed
Protection:
Client
copier
and
comparison
tool:
Protection
level
0
Restrictions when starting CATT and eCATT: eCATT and CATT allowed
Training
Client
role:
Education
Changes
and
transports
*for*
client-specific
object:
No
changes
allowed
Client-independent object changes: No Changes to repository and cross-client customizing allowed
Protection:
Client
copier
and
comparison
tool:
Protection
level
0
Restrictions when starting CATT and eCATT: eCATT and CATT allowed
Sandbox
Client
role:
Test
Changes and transports *for* client-specific object: Changes without automatic recording
Client-independent object changes: Changes to repository and cross-client customizing allowed
Protection:
Client
copier
and
comparison
tool:
Protection
level
0
Restrictions when starting CATT and eCATT: eCATT and CATT allowed
5.
Press
<CTRL>+S
to
6.
Repeat
steps
4
through
6
*for*
any
Set
System
Change
Skip *this* section of the system is a Development or Sandbox System.
SE06
1.
Press
the
2.
Set
the
3.
Press <CTRL>+S to save.
System
global
Change
setting
to
save.
additional
Option
Option
Not
clients
button.
Modifiable
Release
Background
Jobs
Currently, all background jobs, except *for* system standard jobs have been placed on hold (status
scheduled).
What is ECC? Where to find the installation steps of ECC 5/6.0 with SQL as database and
on windows platform with the steps including Solution Manager installation?
http://service.sap.com/instguides
If we have full software of 46c and 47E is it possible to upgrade 46c to 47E or there is a
seperate 47E upgrade software need to be requested from SAP?
Where I can get the document with upgrade steps on the service market place?
It is of course possible and supported:
http://service.sap.com/inguides
-->
SAP
Components
-->
SAP
R/3
Enterprise
-->
(choose
your
version)
at the bottom there is an "Upgrade guide" for Windows and Unix.
For Upgrades
it is
recommended to
upgrade guide and to make sure one is using
the
correct
version
the
correct
version
- the correct version of the "R3up" program
read
ALL
the
of
of
the
the
notes
mentioned
"tp"
"R3trans"
in
the
program
program
All that is explained in the upgrade guide and in the corresponding notes.
If this is your first upgrade you should take a person, that has some experience on doing that for the
first time.
Installation of SAP R/3
Currently we are going to install SAP on a new IBM server from the existing COMPAQ
server. Where can I get the steps for that.
Configuration
OS
is
windows
DB
:
2003
Oracle
server
9i
SAP 4.7
http://service.sap.com/instguides
-->
SAP
Components
-->
SAP
R/3
Enterprise
-->
SAP
R/3
Enterprise
Core
4.70
/
Ext.
Set
2.00
--> Inst. Guide - R/3 Enterprise 4.7 x 2.00 SR1 on Win: Oracle
(SR1)
The above url is the SAP Service Marketplace with all the information you need to install, configure
and run system. You need to be a valid licensed customer with a user ID and PASSWORD to use that.
Without access you won't be able to successfully run any SAP systems because it has notes, patches
etc.
I
am
involved
in
this
upgrade
project
to
4.7
The users are not able to find any reports (in QA System) which were there before the
upgrade in SQ01. But they can see them in production which is not yet upgraded. They want
me to copy all the reports to the QA system now....I dont have any idea how to do that.
I
remember
a
similar
Take a look at OOS note 672784.
problem
upgrading
to
4.6C
from
4.5B
......
You can transport queries between systems in SQ02 (hit the lorry button) or run program RSAQR3TR.
You download the infosets, queries etc into a file and load them into whichever system you wish.
Just
wanted
to
share
my
experience
of
transporting
queries:
I needed to move a user group, 2 infosets and 3 queries from a 4.6 system to a 4.7 system.
When I tried doing this via the SQ* transactions I did not get the import/export option, so instead ran
RSAQR3TR.
Step 1. Run RSAQR3TR in 'old' system. Select EXPORT and specify the objects to be transported.
(System includes these in an automatically created transport request)
Step 2. Release this transport and request it be transported to 'new'
(This results in the entries being populated in transport table AQTDB in 'new' system).
system.
Step 3. Run RSAQR3TR in 'new' system. Select IMPORT and tick the Overwrite checkbox. Specify the
transport
number
in
the
field
labelled
'dataset
with
imports'.
(RSAQR3TR gives the message that stuff has been imported OK).
Step 4. In my example I still couldn't find the queries, so ran RSAQR3TR one more time, this time
specifying 'Copy Standard Area -> Global Area'.
(Now my queries etc were available in new system).
Perhaps there are better ways, but after 1.5 days of struggling I was glad to get this far.
Using spam, trying to import SPAM UPDATE, I get the above message together with
TP_INTERFACE_FAILURE.
1. tp works fine when I am doing transports (tp import devk90000 qas client=400 u1 or
addtobuffer).
2. niping -t SELFTEST works fine
I worked through notes 44946 and 96907, but could not resolve the issue.
The support packages have been uploaded from the DEV box into the QAS queue. The DEV
and QAS boxes are in the same centre on the network, by fibre. I am working on QAS.
I
get
this
message
"SAP system is waiting for the inclus. in transport domain"
in
When trying to update the config from DEV client 000, I get this message:-
QAS:-
QAS.DOMAIN_DEV(000)
TMS_CI_CHECK_ACCESSTOKEN
System
The function terminates.
Response
Procedure
Log this system on to the Transport Management System.
If this error occurs in the function TMS_CI_CHECK_ACCESSTOKEN, then the TMS configuration was
deleted in the R/3 System QAS.DOMAIN_DEV(000).
Configure the TMS in this R/3 System again.
You need to:
1. logon to the transport domain
2.
Run
3.
System
4.
select
5.
Menu
line
option
6. Distribute configuration
controller
"SAP
with
admin user
STMS
overview
QAS
system"
-->
in
client
000.
"Approve"
When you are logged on the transport domain server and run STMS --> System Overview. Is QAS
listed? If so, select it and perform the checks under "SAP Systems" in menu line.
If they are not successful you might want to try the following to configure the TMS on QAS from
scratch.
First delete QAS from system overview on the domain server.
Then do the following steps...
In
your
QAS
system
in
client
000.
Run tcode SE06 --> Database copy or Database migration --> Perform post-installation actions.
Then confirm that you want to delete all old CTS/TMS config and type in QAS as source system for the
database copy.
Then run STMS again and type in the correct data for the transport domain controller.
Logon to the transport domain controller in client 000. Run STMS. Open system overview.
Choose the SID of the QAS system and click on "SAP System" in the menu and choose Approve.
This
will
add
the
QAS
system
to
your
TMS
config
again.
Perform the checks from menu line "SAP Systems" again.
It seems like a lot maybe, but it only takes a couple of minutes to perform.
We are in the process of implementing SAP for our overseas sales offices. However, the
Server will be situated at our country. We want our overseas sales office to connect to our
SAP Server through VPN. What should be the optimum internet bandwidth that they should
use at their place to connect to our SAP server? Does SAP recommend any standard
bandwidth for this process?
From our experience, there is no general rule that one can follow, as several factors will affect the
connectivity
1. No of hops between your ISP and that of the remote site, the more hops the poorer the
performance, even having large bandwidth may not improve the performance by much if there are
numerous hops in between.
2. Is the Internet connectivity solely used for your VPN or other purposes such as web surfing, email
etc, other traffic can consume large amount of traffic thus causing your SAP performance to be poorer
3. ISP's bandwidth to the public internet - If the ISP is heavily over subscribed, and has limited
bandwidth connecting to the international network, you will find that you will not be able to get the
international throughput you subscribed for as such, performance may be poor even you have paid for
a line with a large bandwidth
4. No of users at your remote office using the VPN - In general the lines we use are 64kbps for sites
with approx 3-5 users, we are also using ADSL lines with 512kbps connectivity and they enjoy close to
local Lan performance for SAP.
See from which network IP address and host name a user has logged on
To see the network IP address from which a user has logged on,
perform the following steps:
Call transaction OS01,
click
"Presentation
Server"
button,
"Change
View"
button.
If you are using Citrix, you will not be able to view the user individual IP address as it will be the same
Citrix
IP
address.
11/22/2007
No System name and transaction code in SM04
If you have more than one application server, use AL08 instead of SM04.
or
It is because they are at the logon screen which has established a connection.
You will notice that the transaction code shown when there is no user name is SESSION_MANAGER.
This shows you which workstations out there have the login screen up but have not yet entered a user
name and password.
The transaction column shows the Last executed transaction code.
Sometimes your users will have multiple sessions open. If they do, to the system, it is the same as
multiple logins as it relates to the resources used etc.
So the user name will show up more than once in AL08.
Under the application server they are logged into, each instance of that user name on that application
server represents a session open.
For instance if you run AL08, you will have your name show up at least twice on the application server
you are logged into.
One will show AL08 and the other will not have a transaction next to it.
Then you will notice your user name showing up on all other application servers with no transaction.
This is because you are using AL08.
If there are 4 systems installed SAP, how should I connect all of them in one network so
that I can administrate the 4 systems with one among them as main server.
ADVERTISEMENT
Solution Manager
What is the use of solution manager, and what we can do with solution manager?
ADVERTISEMENT
Now
a
days
solution
manager
is
mandatory.
1.
it
is
used
for
generating
keys
and
downloading
support
packages
2. it is used to document user requirments and preparing senarios what needs to to be adopted
using solution manager, where the blue print is the part of solution manager
3. it is used for reporting, solution desk,to manage the change requests and use to monitor entire
landcape
Central
message
processing
in
the
SAP
Solution
Manager:
- Display customer data, problem description, priority, attached documents, Service Level Agreements
(SLA)
Assign
processor
Send
messages
to
the
creator
and
other
processors
Forward
message
to
other
processors
or
support
units
Create
documents
and
URLs
Attach
documents
Status
assignment
and
monitoring
- Create a worklist with selection conditions
I have a requirement to install SAP Solution Manager Solution Support Enablement Package
(SEP) in our solution manager 4.0. This SEP contains, RBE, TDMS, ...etc.,
I checked for the software download at market place but couldn't find the software
package, can anyone help me to download this SEP for windows/oracle.
Look at following:
http://service.sap.com/swdc -> Download -> Installations and Upgrades -> Entry by Application
Group -> Installations and Upgrades -> SAP Technology Components -> SAP Support Enablement
Package - >SAP Support Enabl. Package 1.0
How to configure the service desk on Solution Manger 4.0. I want to cofigure Solution
Manger only for service desk I have install Solution Manger 4.0. What is the Step please
explain.
Check:
http://service.sap.com/rkt-solman
There are tutors, PDFs and powerpoints to guide you through the configuration process.
If you have 3 or 4 client systems, must you install SAP solution manager for each one of
these systems and manage them independently -or- 2. Can you install One Solution
manager, that will manage all 3 these systems in one solution manager -or- 3. Do you
install 3 Solution managers for each of the systems, then another one linked to the 3
individual solution managers, which then in turn manages the 3 systems in one.
In any System landscape only one solution manager is installated in one system and it will
communicate with the other system using the RFC and collect the report from each and every system
through (SDCCN).
You need to download a newer SAP kernel. You will need an OSS ID and password to access
http://service.sap.com/patches. And you will need to know what R/3 version, database, and OS you
currently use.
ADVERTISEMENT
Once you are at the patches website, you will need to click in the navigation tree:
R/3
->
R/3
+
?Release
number?
->
Binary
patches
->
SAP Kernel + ?Release number? + 32-Bit -> NT/I386.
Download everything from the database section and everything from the database independent
section.
One of
Rename
Go to \usr\sap\<SID>\SYS\exe\run and backup the entire directory to some other directory I usually create a \usr\sap\<SID>\SYS\exe\backup_run directory. Make sure SAP is down, the
database is down, the TNS listener is down, and the SAPOSCOL is down before you do this.
Uncompress all the files you downloaded by opening a DOS box and typing:
SAPCAR -xvf <file name>.CAR
All files ending with .SAR or .CAR must be uncompressed. All the extracted files need to be moved to
the \usr\sap\<SID>\SYS\exe\run AFTER that directory has been completely backed up.
Once everything has been downloaded, uncompressed, and moved into the exe\run directory, you can
start the SAPOSCOL, the listener and the database services again. And then you should be able to
start SAP. If there are any application servers for this database instance, the SAP software will update
those kernels on startup.
If the SAP instance STILL does not come back up, you can take down everything again and restore the
exe\run directory with your backup copy. Nothing will have been damaged.
If the OSS note has been fixed in hot package 34, then you should reset the object to its original
source code. This means that there is no repair flag set against this object again and it is now SAP
standard code.
If, however, the object is not fixed until hot package 38, or there is no fix available you have to
reapply the OSS note, otherwise users will encounter the problems they had before the note was
applied.
You must transport all reapplied notes and Reset to SAP Standard objects after you apply your hot
package to your QAS and PRD systems.
-----Original
Message----Subject: How to know the kernel version of a SAP R3 system
Hi all
Could someone tell me how can I find
example,
for
SAP R3 4.0B, 4.5B, 4.6B, 4.6D and so on ....
the Kernel
those
version
of
a SAP
releases
R3
system
Goto
transaction
sm51,
server
and then click
kernel and patch level etc.
and
click
on release
(not
double
notes.
there
click)
on
you
will
the
see
the
the
Database
SAP R/3
Regards
-----Reply
Message----Subject: RE: How to know the kernel version of a SAP R3 system
You
can
use
the
Kernel
Info
button
Release, Patch levels etc.
to
System
get
==>
the
Status
details
and
about
then
the
Other
Kernel
Regards,
-----Reply
Message----Subject: RE: How to know the kernel version of a SAP R3 system
I think an even more convenient way to do this is to use SM51.
Highlight
the
server
you
are
interested
in
and
click
on
"Release
Information".
This
provides
you
a
location
to
view
all
servers
with
out
logging
on
to
each
one.
The answer below will give you information about the server you are
connected to only.
-----Reply
Message----Subject: RE: How to know the kernel version of a SAP R3 system
Also try "disp+work -v"
on server.
-----Reply
Message----Subject: RE: How to know the kernel version of a SAP R3 system
go to transaction SM51 -->release information
-----End of Message-----
Administration
AL11 Display SAP Directories
BD54 Maintain Logical Systems
OSS1 Logon to Online Service System
SALE IMG Application Link Enabling
SARA Archive Management
SCC3 Copy Analysis Log
SCC4 Client Administration
SCC5 Client Delete
Alert Monitoring
AL01 SAP Alert Monitor
AL02 Database alert monitor
AL04 Monitor call distribution
AL05 Monitor current workload
AL16 Local Alert Monitor for Operat.Syst.
AL18 Local File System Monitor
RZ20 CCMS Monitoring
Configuration
FILE Cross-Client File Names/Paths
RZ04 Maintain Operation Modes and Instances
RZ10 Maintenance of Profile Parameters
RZ11 Profile parameter maintenance
SE93 Maintain Transaction Codes
SM63 Display/Maintain Operating Mode Sets
SPRO Customizing: Initial Screen
SWU3 Consistency check: Customizing
Database Administration
DB01 Analyze exclusive lockwaits
DB02 Analyze tables and indexes
DB12 DB Backup Monitor
DB13 DBA Planning Calendar
DB15 Data Archiving: Database Tables
Jobs
SM36 Define Background Job
SM37 Background Job Overview
SM39 Job Analysis
Monitoring
AL08 Current Active Users
OS01 LAN check with ping
RZ01 Job Scheduling Monitor
RZ03 Presentation, Control SAP Instances
ST01 System Trace
ST02 Setups/Tune Buffers
ST04 Select DB activities
ST05 Performance trace
ST06 Operating System Monitor
ST10 Table call statistics
ST03 Performance, SAP Statistics, Workload
ST07 Application monitor
STAT Local transaction statistics
STUN Performance Monitoring (not available in R/3 4.6x)
Spool
SP01 Output Controller
SP11 TemSe directory
SP12 TemSe Administration
SPAD Spool Administration
Transports
SCC1 Client Copy - Special Selections
SE01 Transport Organizer
SE06 Set Up Workbench Organizer
SE07 CTS Status Display
SE09 Workbench Organizer
SE10 Customizing Organizer
SE11 ABAP/4 Dictionary Maintenance
SE16 Data Browser
SE80 Repository Browser
SM30 Call View Maintenance
SM31 Table Maintenance
STMS Transport Management System
User Administration
PFCG Profile Generator (Activity Group Maintenance)
PFUD User Master Data Reconciliation
SU01 User Maintenance
SU01D User Display
SU02 Maintain Authorization Profiles
SU03 Maintain Authorizations
SU05 Maintain Internet users
SU10 User Mass Maintenance
SMLG Maintain Logon Group
SUPC Profiles for activity groups
SUIM Infosystem Authorizations
Other Transactions