|
How to get the technical info at the OS level?
It is very easy to obtain the patch level of some core R/3 executables such as: disp+work, tp and r3trans. Many people would like to know how to do this. Here, I will show you how to do it for R/3 systems running on Windows and SQL Server environments. 1. Go to the command prompt. 2. Change to the "run" directory of your SAP instance (cd\usr\sap\<SID>\sys\exe\run). 3. Run the following three commands: dsp+work -V | find "patch number" tp -V | find "patch number" r3trans -V | find "patch number" If you want to see all the release information, then do not filter for the patch number. Now that you know how to do this, you can get creative
and write a little script that reads the names of all your SAP servers
from a text file and then it runs the three commands listed above. In this
way, you can get the patch level of all your systems by just running a
script. This becomes in handy when you're consulting or putting reports
together.
How to check the version of TP and R3TRANS? You can Telnet to your system and type R3trans -v to check R3trans version for TP: type tp -v.. Ex: tp -v: This is tp version 372.04.29 (release 701, unicode enabled) Ex: R3trans -v : This is R3trans version 6.14 (release 701 - 14.05.13 - 17:05:00) For example: --------------------------------------------------------------------------------
supported environment -------------------------------------------------------------------------------- database (SAP, table SVERS) 700
DBMS server
operating system
|
|
See Also
Get help for your Basis problems
SAP Basis Admin Books
SAP Basis Tips
Administration In SAP - Sapgui, Unix, SAP ITS, Router, Client Copy and IDES Main Index
All the site contents are Copyright © www.erpgreat.com
and the content authors. All rights reserved.
|