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

ABAP/JAVA - Help

Matt_Marples
Participant
0 Likes
689

Hi All,

Can someone explain how  the components below would be used in an SAP Enterprise appication. What is the fundamental differences between the technology?

Classical ABAP Programming

ABAP Objects

Webdynro ABAP

Webdynro JAVA

1 ACCEPTED SOLUTION
Read only

mauriciolauffer
Product and Topic Expert
Product and Topic Expert
0 Likes
653

To create classical programs to be accessed by SAP GUI:
Classical ABAP Programming and ABAP Objects


The result is the same.

You use ABAP in both cases. It's just the way how you develop your program which changes, using OO aproach or not.


To create programs to be accessed by Browser:

Webdynro ABAP and Webdynro JAVA

The result is the same in both cases.

In one case you use ABAP to create the program, in another one you use Java.

3 REPLIES 3
Read only

Former Member
0 Likes
653

Hi Matthew,

ABAP OO vs JAVA OO, refer this

Webdynpro ABAP vs Webdynpro JAVA, refer this

You should search it on SCN firstly.

Regards,

Archer

Read only

mauriciolauffer
Product and Topic Expert
Product and Topic Expert
0 Likes
654

To create classical programs to be accessed by SAP GUI:
Classical ABAP Programming and ABAP Objects


The result is the same.

You use ABAP in both cases. It's just the way how you develop your program which changes, using OO aproach or not.


To create programs to be accessed by Browser:

Webdynro ABAP and Webdynro JAVA

The result is the same in both cases.

In one case you use ABAP to create the program, in another one you use Java.

Read only

0 Likes
653

HI Mauricio,

Thanks for this. Is the development of the Webdynro ABAP and Java programs both done in Netweaver Development Studio?