Home » Posts tagged 'SAPGUI for Java'

Tag Archives: SAPGUI for Java

Download : SAPGUI for Java Linux 720rev4


After SAP removed their SAPGUI download link from FTP server, some user cannot download it again easily. You can download it here :

SAPGUI for Java Linux 720rev4 (http://rapidshare.com/files/433986525/PlatinGUILNX_4-10006060.JAR)

Happy downloading, guys !!

SAPGUI for Java 720 Public Preview (RC2)


I have just downloaded and tried this new SAPGUI for Java 720 Public Preview (RC2) on my Ubuntu 9.04. Its great improvement on its GUI. Nice signature themes.

sapgui

You can download from this link (ftp://ftp.sap.com/pub/sapgui/java/preview)

Uninstall SAPGUI for Java on Linux


From my previous posting, you have already learned how to install SAPGUI for Java on Linux and also how to configure them so you can connect and log on to SAP.

Now, I’ll explain to how to uninstall/remove SAPGUI for Java from your Linux system.

Using root user, type this command :

# java -jar PlatinGUI-Platform-Version-.jar uninstall

You can try it. Any comment and suggestion are welcome.

SAPGUI : SAP ERP client application to access SAP ERP Server


SAP ERP are 3-tiered application. SAP software consist of Database Server, Application Server, and Client program. Database server hold all data and information from user, company data, transaction data, log, etc. Application program responsible to process all client request and route to database server to request data, and then process data presentation before send them to client program. SAP client program which is installed on user PC is named as SAPGUI. Also called SAPLogon.

SAP has provide 3 type of SAPGUI which are :

  1. SAPGUI for Windows – SAPGUI for Windows is SAPGUI which is installed on Microsoft Windows. According to SAP, this is the best SAPGUI to access all SAP ERP function and tcode. SAP Developer (also called ABAP-er) use this SAPGUI to create all ABAP customer specific program. This SAPGUI can create ALV list, SMARTFORMS, SMARTSTYLES, ABAP OBJECT, etc. The latest SAPGUI for WIndows version 7.10. From my previous post, SAP have already removed this stuff from FTP server so if you want to get it, you need SAP Service Marketplace user ID to download or orde the DVD.
  2. SAPGUI for Java – SAPGUI for Java are another SAPGUI program. SAP provide SAPGUI for Java for several operating system including Microsoft Windows, Linux, Mac, IBM AIX, HP HP-UX, and SUN Solaris. Prerequirement for this software are your system need to be installed with SUN Java (minimumly version 1.5.0). SAPGUI for Java also have some limitation compared with SAPGUI for Windows. You cannot create SMARTFORMS, SMARTSTYLES using this SAPGUI. You also cannot use Office-integration feature. The latest SAPGUI for Java version are 7.10 rev 6. You still can download this SAPGUI from FTP server (using anonymous access).
  3. SAPGUI for HTML – This is the last type SAPGUI for HTML. It’s the only one that doesn’t need to be installed because almost every operating system has web browser. The latest mySAP ERP only need to be config so it can be accessed via web.

Ok, that’s all for now. Next time, I’ll explain the detailed about each SAPGUI.

Paid Support : Cheap SAP Print Management using Linux Client


My deepest regret that I have to do this in order to support me maintaining this blog since I have to maintain my internet connection. I need to charge to you if you want to get this simple information.

I am offering paid support to Basis who want to implement Linux Migration on workstation so that by using SAPGUI for Java on Linux can print smoothly as well as Windows-based SAPGUI client. On SAPGUI for Windows, you can easily print SAP documents. But you can’t do that when you’re using SAPGUI for Java on Linux.

Sign up for PayPal and start accepting credit card payments instantly.

If you are interested in this solution, please call me on YM : devratt.

Uninstall old version of SAPGUI for Java


Today I’ll show you how to uninstall old SAPGUI for Java version. To install newer version of SAPGUI for Java, you can check my previuous posting. On this posting, i am going to show you how to uninstall the old version of your SAPGUI for Java.

Coz I use root level to install SAPGUI for Java, so I need to switch my user (ardhian) to my root user :

ardhian@edp-ardhian:~$ su –
Password:
edp-ardhian:~ #
edp-ardhian:~ # java -jar PlatinGUI-Linux-710r4.jar uninstall

This last command will uninstall my old (SAPGUI for Java version 7.10rev4) version. Just simple command. I hope this could help you.