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: 

hey what is netweaver ?

Former Member
0 Kudos

Hey friends ! I am trying to switch to netweaver from ABAP !

What is the difference between SAP 4.6c and netweaver.

Does netweaver support ABAP ?

Please explain in your words...not links thanks !

4 REPLIES 4

Former Member
0 Kudos

Netweaver is the platform in which all SAP solutions run on top of. There are two stacks or flavors, the ABAP stack, and the java stack. SAP myERP 2005(which is a brand name) or ECC 6.0(Core compoent, formerly R/3) runs in the ABAP stack of Netweaver 2004s. This ABAP stack can be compared to the technology layer formerly known as "Basis" in earlier versions of R/3, but with a lot of enhancements and new developments.

<REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Apr 11, 2008 4:44 PM

Former Member
0 Kudos

Hi Dear.......

get a better overview into SAP NetWeaver i suggest to start with this page:

https://www.sdn.sap.com/irj/sdn/netweaver

Also have a look at the possible IT scenarios which you may be interested in:

http://help.sap.com/saphelp_nw04s/helpdata/en/f5/416c4255b3c553e10000000a1550b0/frameset.htm

http://www.sap.com/platform/netweaver/index.epx

SAP netweaver is the current platform for SAP.It is a integration of all the applications used by SAP into a single unit.

This is an open,flexible and adaptable platform to work with.

It contains:

1.People Integration: a) Portal

b) collaboration

2.Information Integration: a) B.I

b) Knowledge Mangement

3. Process Integration: a) Integration Management

b) Business Process Management

4. Application Platform: a) ABAP

b) JAVA

For further clarifications you can refer any guide available at sap sdn site.

Hope this information is helpful for you,

Regards .

Sudarsan

0 Kudos

What is the transaction to write JAVA code !

0 Kudos

There is no transaction in SAPgui in which to write your Java code. SAPgui accesses the ABAP stack, not the java stack. In order to write java code, you need the IDE, in this case NetWeaver Developer Studio(NWDS) or NetWeaver CE(Composition Environment). This are eclipse based IDEs which SAP has added plug-ins, which means that you develop locally instead of remotely(like on the ABAP stack). You can then deploy your java apps to your NetWeaver java stack.

Regards,

Rich Heilman