Saturday, June 11, 2011

Finding SAP CCMS version on Linux

You might want to know the rightt version of your SAP CCMS you're using on your Linux SAP Server right now.


Login to your SAP server and switch to [sid]adm user :


 To find sapccm4x version. First, login to the system as adm. Then execute the below command.

> sapccm4x -v
 CCMS version  20040229, 32 bit, multithreaded, Non-Unicode
 compiled at   Oct  2 2005
 systemid      387 (Intel x86 with Linux)
 relno         6400
 patch text    patch collection 2005/6, OSS note 809007
 patchno       93
 intno         20020600
 running on     Linux 2.6.5-7.139-bigsid #1 Fri Jan 14 15:41:33 UTC
• To find sapccmsr version. First, login to the system as adm. Then execute the below command.
> sapccmsr -v
 CCMS version  20040229, 32 bit, multithreaded, Non-Unicode
 compiled at   Oct  2 2005
 systemid      387 (Intel x86 with Linux)
 relno         6400
 patch text    patch collection 2005/6, OSS note 809007
 patchno       93
 intno         20020600
 running on     Linux 2.6.5-7.139-bigsid #1 Fri Jan 14 15:41:33 UTC

Friday, June 10, 2011

How to configure SAPGUI for Java on Linux

This tutorial will show you how to set configure new connection on SAPGUI for Java. You need to click on SAPGUI for Java. On this tutorial, I am using SAPGUI for Java on Linux 7.20 rev 5 (the latest one on this date).

Click on SAPGUI for Java icon.


Click on File - New Connection.


Fill Description (by your ID) and choose Advanced Tab.


For connection, you can fill with /H/IP_Address_of_your_SAP_server/S/32[Your_SAP_System_Number]


Now you have connection to your SAP server. But this connection is not for load balance connection. For Load Balance connection, I'll show you on the next tutorial.


SAPGUI for Java on Linux : Installation and Configuration

I have created this document for people who need to install SAPGUI into Linux.

1) Minimum system requirements.

  • Linux
  • Hardware: CPU: Intel PentiumIII with 800 MHz
  • RAM: 256MB
  • Software:
  • OS: SuSE Linux 9.3 - 10.1, Red Hat Enterprise Linux 3 and 4
  • JVM: Sun Java Runtime Evironment 1.4.2 (32-bit) or 5.0 (32-bit) including Java Plugin
(please see:
http://java.sun.com/j2se/1.4.2/install-linux.html http://java.sun.com/j2se/1.4.2/docs/...ocale.doc.htmlhttp://java.sun.com/j2se/1.5.0/install-linux.html http://java.sun.com/j2se/1.5.0/docs/...ocale.doc.html for details)


2) Download SAPGUI from:

ftp://ftp.sap.com/pub/sapgui/java/
(anonymous login) --> not valid anymore

https://websmp201.sap-ag.de/sapgui-java
(OSS user and pass)


3) At the /java folder in ftp select:

File: PlatinGUI-Linux-700.jar 37926 KB 11/07/06 13:58:00

(note: a more recent version may be available)

4) In the downloaded folder, execute

Code:
java -jar PlatinGUI-Linux-700.jar
5) Executing SAPGUI

a) Guilogon:

Code:
~/SAPClients/SAPGUI7.00/bin$ ./guilogon
To create servers, touch at new and go to "advanced".

-- tip “use expert configuration”

Example:

For server 10.1.1.6 with system number 01:

Code:
conn=/H/10.1.1.6/S/3201

B) Command line

For server 10.1.1.6 with system number 01:

Code:
~/SAPClients/SAPGUI7.00/bin$ ./sapgui /H/10.1.1.6/S/3201