Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP GUI for JAVA

Former Member
0 Likes
548

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......

2 REPLIES 2
Read only

Former Member
0 Likes
513

Actually this is not the correct place for this question.

Correct place is http://scn.sap.com/community/gui

Please go through this link

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.

Read only

Former Member
0 Likes
513

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:

SAP GUI 7.30 Download

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.