cancel
Showing results for 
Search instead for 
Did you mean: 

Adapter development

Former Member
0 Kudos

Hi,

starting with adapter development. SAP documentation refers to UML diagrams

of the jar-file sample_ra.jar that belongs to the PCK.

I extract this, but couldn't found any UMLs. Looking for uml_ccilib.wmf that should

describe how a XI adapter extends the JCA standard.

Does anyone knows some good doc, blogs or something else to understand the java

classes of the sample adapter? Or for adapter development generally?

Often, this link was mentioned in this forum:

https://websmp108.sap-ag.de/~sapdownload/011000358700003237612005E/HowToCreateAdapterModules.pdf

but doesn't work anymore.

thx

chris

Accepted Solutions (0)

Answers (2)

Answers (2)

stefan_grube
Active Contributor
0 Kudos

For developing adapters I recommend this book:

http://www.sappress.com/product.cfm?account=&product=H1983

It is available in English and German.

Regards

Stefan

Former Member
0 Kudos

@Michal,

need a new adapter, but haven't understood the usement of moduls yet. Are

they used to extend existing adapters? Can you give me an example?

But need a complete adapter, because I have to use a proprietary protocol.

@stefan

thanks, but I'm already working with this book, but the classes an adapter uses

is describe very briefly.

thx

chris

stefan_grube
Active Contributor
0 Kudos

In the link that Michal provided there is a description how to get the Javadoc of the adapter development API and the source of the sample adapter.

You need a whole adapter when you want to support a proprietary protocol.

Regards

Stefan

Former Member
0 Kudos

I have the Javadoc/API. But there should also be wmf-Files (UML diagrams)

in the sample adapter I couldn't find.

But when do you use moduls instead of an own adapter?

thx

chris

MichalKrawczyk
Active Contributor
0 Kudos

hi,

you want a new adapter or adapter module ?

if the latter:

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/02706f11-0d01-0010-e5ae-ac2...

Regards,

michal