cancel
Showing results for 
Search instead for 
Did you mean: 

Java Programming Training for SAP PI

mattm5645
Explorer
0 Kudos

Hi Experts,

I'm fairly new to PI and so far I haven't had to program any UDFs in Java yet, but I feel it is only a matter of time before my lack of knowledge will catch up to me. They no longer seem to be offering JA100 - SAP J2SE Fundamentals course in English from what I've been told. I would appreciate any advice on how best to learn Java programming (for what is needed in PI) and whether something is offered through SAP, externally, free online, etc.

Thanks,

Matt

Accepted Solutions (1)

Accepted Solutions (1)

weberpat
Contributor

If you have learned another programming language before, you should be able to easily learn enough Java to write UDFs for the most common requirements within a couple of days by simply googling "Free Java Tutorial" and following one of the many results that strikes your fancy. It really is more scripting than "real" Java programming, so I don't think a formal course is necessarily required.

mattm5645
Explorer
0 Kudos

Thanks Patrick!

Answers (3)

Answers (3)

mattm5645
Explorer

Thank you all for the advice!

Former Member
0 Kudos

learn about java oops concepts and API.

in pi also whether it is UDF or java mapping or adapter module, you have to use sap's java api.

by googling you can find many tutorials and forums.

https://javaranch.com/ is very friendly place where you can ask any silly questions. No matter how silly it is still they will help you.

former_member190293
Active Contributor
0 Kudos

Hi Matthew!

In addition to Patrick's answer, I would recommend to spend some time for reading good books, for example, "Thinking in Java", for better understanding java essentials. Java development in PI is not limited by writting UDFs only.

Regards, Evgeniy.