‎2014 Sep 22 6:20 AM
Hi Everyone,
In our organization we are implementing the SAP along with JAVA using GUI, RFC, or IDOC. Need some details regarding the SAP GUI for JAVA. Like,
1. How to implement the condition.
2. Wat is the basic version used for the condition.
3. Where to find the download.
4. Wat is the purpose of SAP GUI for JAVA.
5. Future use of all these above.
some links will also be useful......
‎2014 Sep 22 6:31 AM
Actually this is not the correct place for this question.
Correct place is http://scn.sap.com/community/gui
You need to have latest JRE , get it configured , get comfortable with the Command Prompt execution commands in JRE , which is covered in the above link.
SAP Java is usually required for Linux or Non- Window environments.
‎2014 Sep 29 8:33 AM
SAP GUI Comes in two types basically,
1. SAP GUI for windows based platforms such as win7,8,vista,xp etc. . .
2. SAP GUI for JAVA, it is for NON windows platforms such as linux distributions (E.g. ubuntu, fedora, redhat etc...) and OSx (MAC), and sun solaris OS. SAP GUI for JAVA provides same access like as it for windows, Its like an interface for accessing SAP.
SAP gui for java 7.30 is the latest version.
You can download it from SAP marketplace
link is:
You need Logon credential for SAP marketplace, ask your administrator for this.
RFC: (Remote Function CALL):
it is used for connecting two SAP application server or instances,
E.g: You are working in a sales department you need information about production details such as current stocks and all, you will call a production details application server report via RFC call.
Future use are like above example.