cancel
Showing results for 
Search instead for 
Did you mean: 

hi all, to what level we have to learn java

Former Member
0 Kudos

hi all,

can any body tell , is it mandatory that we should have an complete idea on java ,if yes , to what level we have to learn java for xi . in which case this is useful like in message mapping or bpm etc..

regards

s. reddy

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI

I can say its not mandatory to learn java.But we need core java for XI.As we deal with mapping using java.Basically we use SAX and DOM for the mapping in java.SAX is used for the parsing or reading of file and DOM is used for the building of the target file.

Just go through these links.If u see these examples its enough for the XI.

FOR SAX and DOM:

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/06/55413e7bcd561ee10000000a114084/frameset.htm">http://help.sap.com/saphelp_nw04/helpdata/en/06/55413e7bcd561ee10000000a114084/frameset.htm</a>

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/34/f1353e39011a38e10000000a114084/frameset.htm">http://help.sap.com/saphelp_nw04/helpdata/en/34/f1353e39011a38e10000000a114084/frameset.htm</a>

regards,

gunasree.

Answers (2)

Answers (2)

Former Member
0 Kudos

check out these weblogs...hope these weblogs give you the details of necessary files needed for java mappping and how to implement java mapping.

/people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-i

/people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-ii

/people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-iii

thanks,

Pooja

PS: If answer helps you, then please mark it as useful

Former Member
0 Kudos

Hi ,

In XI , java comes into picture during the mapping.

For writing the java mapping you should atleast know object oriented concepts of java . Again it also depends on the complexity of mapping involved in the scenario.

Well, have a look at this document, it might be helpful to you to get an idea about java mapping in XI.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9202d890-0201-0010-1588-adb5e89a...

Thanks,

Pooja