Application Development 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: 

ABAP related to JAVA

Former Member
0 Kudos

Hi SAP Guru's

I just want to know from which concepts JAVA will link with SAP that to in programming part.

Means it comes in web designing and all or ...

Plz i request U to let me know

Thanks

Pavan.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Pavan,

Java links with sap. Checks these links....

Very Useful.

1. Calling BAPIs from Java

http://help.sap.com/saphelp_46c/helpdata/en/76/4a42f4f16d11d1ad15080009b0fb56/frameset.htm

2. SAP-WAS

http://help.sap.com/saphelp_nw04/helpdata/en/53/97583c2439e66fe10000000a114084/frameset.htm

3. Java Connector

http://www.sapgenie.com/interfaces/javaconnector.htm

4. Course: Java with SAP Architectural overview

http://www.oio.de/seminar/java-with-sap-training-en.htm

5. Good Book.

http://www.amazon.com/gp/product/1590590988/002-1957878-7494419?v=glance&n=283155

6. A tool kit for java.

http://www.sapjava.com/

7. Java Sap integration

http://www.persistentsys.com/presentation/Java_SAP_Integration.pdf

8. Good link.

http://www.signal42.com/sap_java.asp

Hope it helps you.

Kindly reward points if it helps you by clicking the star on the left hand side of the screen.

Regards,

Maheswaran.B

8 REPLIES 8

former_member188685
Active Contributor
0 Kudos

Hi pavan,

only Object Oriented concept is used in ABAP, that is called ABAP objects.

for more info you can refer the link..

http://www.sapgenie.com/abap/OO/

Thanks

vijay

Former Member
0 Kudos

Hi Pavan,

Java links with sap. Checks these links....

Very Useful.

1. Calling BAPIs from Java

http://help.sap.com/saphelp_46c/helpdata/en/76/4a42f4f16d11d1ad15080009b0fb56/frameset.htm

2. SAP-WAS

http://help.sap.com/saphelp_nw04/helpdata/en/53/97583c2439e66fe10000000a114084/frameset.htm

3. Java Connector

http://www.sapgenie.com/interfaces/javaconnector.htm

4. Course: Java with SAP Architectural overview

http://www.oio.de/seminar/java-with-sap-training-en.htm

5. Good Book.

http://www.amazon.com/gp/product/1590590988/002-1957878-7494419?v=glance&n=283155

6. A tool kit for java.

http://www.sapjava.com/

7. Java Sap integration

http://www.persistentsys.com/presentation/Java_SAP_Integration.pdf

8. Good link.

http://www.signal42.com/sap_java.asp

Hope it helps you.

Kindly reward points if it helps you by clicking the star on the left hand side of the screen.

Regards,

Maheswaran.B

0 Kudos

Hi Maheswaran

Thanks for Ur response

But can I plz guide me how to proceed to do the programming using JAVA

if possible U plz provide me with some programming stuff

0 Kudos

Hi Pavan,

The java development guide introduces several technologies for developing Java-based, multi-tiered business applications. In particular, it discusses in detail how these technologies are implemented in the SAP NetWeaver Developer Studio and how you as a Java developer are supported by this development environment.

http://help.sap.com/saphelp_erp2004/helpdata/en/fe/a3996fa314f94f8a0c3475b08636d0/frameset.htm

Dont forget to give pts if its useful ;>)

Regards

Rakesh.

0 Kudos

Hi pavan,

As you know that sap has 2 stacks...

1. ABAP Stacks.

2. JAVA Stacks.

SAP Introduces JAVA Stack So that even the java developers can also use sap for development purpose.

For this you have to use <b>SAP-NetWeaver Tool</b>. Study, how to work with sap NetWeaver.

Refer the link given by rakesh prior to my reply & Try this link also...

http://www.henrikfrank.dk/abapexamples/Java/executing_a_javaprogram.htm

Currently i am using only ABAP for developing programs in sap.

Even thought i am not having a practical experiance on java i can guide you in writing programming using java.

Try this link. This is a suberb book.

http://www.sap-press.com/product.cfm?account=&product=H965

http://www.sap-press.de/katalog/buecher/inhaltsverzeichnis/gp/titelID-656

FAQ on JCO

http://www.sapgenie.com/faq/jco.htm

<b>Step by step procedure for creating a BAPI and connecting it using a Java servlet.

(Make sure you go throu' this).</b>

http://www.sapgenie.com/sapgenie/docs/BAPI%20JCO.pdf

As the pdf illustrates that you have to some thing in both java side and in abap side for communicating sap and java.

<b>BAPI CompanyCode_GetList to retrieve a list of company codes from SAP</b>

http://www.henrikfrank.dk/abapexamples/Java/sapjava_getcompanycode_list.htm

About JCO

http://snvworld.net/StartPage/documents/integration/3.html

SAP NetWeaver

An Overview of the New SAP Concept

http://www.jax-magazine.com/itr/online_artikel/psecom,id,586,nodeid,147.html

I will tell you if i find more codes

Hope it Helps.

I saw your thread in the java programming side too. 😄

Thanks & Regards,

Maheswaran.B

Message was edited by: Maheswaran B

Message was edited by: Maheswaran B

0 Kudos

Hi friends,

Thanks for Ur kind Response..

HAPPY NEW YEAR

Regards,

PAVAN

Former Member

Former Member
0 Kudos

Hi Pavan,

Java stack is a part of SAP Web Application server as ABAP stack. SAP provides a sophisticated Java infrastructure for development and deployment of Java applications.

The SAP NetWeaver Developer Studio supports two different approaches for developing enterprise Web applications.

Web Dynpro meets both requirements for design standards and for reuse of applications components and also provides highly efficient support for the developer at design time.

You can develop Web applications according to the J2EE standards.

Check out these links. It ll be helpful.

<b>Architecture</b>

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6936c390-0201-0010-6580-9d5...

<b>Development Guide</b>

http://help.sap.com/saphelp_erp2004/helpdata/en/fe/a3996fa314f94f8a0c3475b08636d0/frameset.htm

Dont forget to reward pts if it works ;>)

Regards,

Rakesh.