cancel
Showing results for 
Search instead for 
Did you mean: 

HELP !!! Beginner to SAP

Former Member
0 Kudos

i am Developer in J2EE i know only that SAP is Database... and nothing more than that. Please help me for :-

1. How to start using SAP ?

2. How can i use it with JAVA ?

3. How to download SAP or wat ever required to develop a simple begineer example application with SAP an JAVA.

PLEASE HELP ME ...OTHERWISE I WILL BE IN SERIOUS TROUBLE.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member192029
Active Contributor
0 Kudos

Hi

You can go for either SAP Netweaver or EP or both

1)Learn these SAP courses from SAP Education centre or their partners

Check the SAP INDIA Education calendar from here & price is also available

http://www.sap.com/asia/services/education/schedule/schedule_IN.htm

2) SAP has a Netweaver Developer studio (NWDS)like Eclipse IDE, You can develop, deploy,maintain and admin your application. So JAVA knowledgs is highly required for this.

3) You can download & install any NW & NWDS from here

https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/cfc19866-0401-0010-35b2-dc8158247fb6

check examples from here

http://help.sap.com

Cheers

Jawahar Govindaraj

PS:Reward pts

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Serious trouble?

SAP is a lot of different products, you could be talking about Netweaver, or the components of netweaver, myERP suite and its components, etc.

For simplicity sake, Lets assume that you just want to develop some apps to test with. First you need to decide whether you want to use java or ABAP. ABAP is the proprietary SAP business language. If you want to develop apps in java, you will need to have the SAP Web Application Server(java) as well as the Netweaver Development Studio(IDE, like eclipse). If you want to develop in ABAP, then you need the ABAP stack of the WebAS as well as SAPgui. SAPgui is used to connect to the ABAP system.

Please go to this link, and download the slim edition(java) this will get you started.

https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/cfc19866-0401-0010-35b2-dc8158247fb6

Regards,

Rich Heilman