2014 Oct 13 2:32 PM
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
2014 Oct 14 5:16 AM
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.
2014 Oct 14 3:06 AM
2014 Oct 14 5:16 AM
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.
2014 Oct 14 6:42 AM
HI Mauricio,
Thanks for this. Is the development of the Webdynro ABAP and Java programs both done in Netweaver Development Studio?