cancel
Showing results for 
Search instead for 
Did you mean: 

Java Required in SAP XI

Former Member
0 Kudos

Hey Guys

i have my background in ABAP but i wanna know JAVA too,i dont want to go for installation or admin but jst need some links which i can study to get an idea about how much of JAVA is required for a XI developer.

Thanx

Ahmad

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Its not mandatory but a java knowledge is an added advantage.

regards

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Ahmad,

As you mentioned you have good ABAP background,As per as I know a XI develper need to use java always...there are few situation in typical mapping situation you will be going to java mapping or abap mapping.

If you know core java is enough to move to XI and later you can learn slowly the advanced topics.

There are so many of them in the market who are working in XI without having knowledge of java.

Please start learning XI and become XI devloper.

Please let me know if you have any queires.

Thanks and Regards,

Chandu.

Former Member
0 Kudos

Thanx guys

bhavesh_kantilal
Active Contributor
0 Kudos

Ahmad,

Java will be useful when you need to write UDF's , Java Mapping , Adapter Modules etc.

It is not a absolute must , but it sure is very handy.

Knowing Core java is sufficient in most cases except when you need to develop modules ( EJB knowledge is helpful here ) or when developing custom adapters.

Regards

Bhavesh

Shabarish_Nair
Active Contributor
0 Kudos

Goto https://www.sdn.sap.com/irj/sdn/developerareas/xi and look at the featured Blog section. It links to 3 diff. weblogs that will give you a fair good idea on how much of what is required for XI !!!!

Former Member
0 Kudos

Hey

i have been through those blogs,actually i want some basic links to learn JAVA required in XI,i know its not mandatory but it nevr hurts to learn more.

thanx

ahmad

Shabarish_Nair
Active Contributor
0 Kudos

Maybe you shoudl start with - http://java.sun.com/docs/books/tutorial/

Main focus should be on string functions cos that is what we usually manupulate in XI while writing a UDF.

In case of java mapping, look into

SAX - http://www.cafeconleche.org/books/xmljava/chapters/ch06.html

DOM - http://www.cafeconleche.org/books/xmljava/chapters/ch09.html

Former Member
0 Kudos

Thanx Shabarish

Former Member
0 Kudos

Hi Ahmad

You are correct ...Java will be help you lot in XI in particular mapping and modules

And in addition to above res…

Start up with Core Java like

1) OOPS very basics

2) Exceptions

3) Collections

4) I/O Streams

Just read theory on this try to look at the existing examples then go practicing you own examples

Links : www.java.sun.com

www.java2s.com

The above links will alomst all the information about Java

This will be enough for Mapping UDF in XI

But if want write your own modules then you should know some extend J2ee(EJB)

it will take little time and practice...but If know Core Java rest all easy

I hope this will help you

Regards

Prasad