cancel
Showing results for 
Search instead for 
Did you mean: 

Adapter Interfaces

Former Member
0 Kudos

Hey,

in <a href="http://help.sap.com/saphelp_nw04/helpdata/en/fd/16e140a786702ae10000000a155106/content.htm">this SAP documentation</a> the image explains how an adapter exchange information with the adapter framework. Does anyone have a detailed description how to use the different interfaces?

For example I know, that the modul processor calls an instanz of ConnectionFactory that the adapter must provide. But how communicate the adapter with the modul processor?

thanks

chris

Accepted Solutions (0)

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

Have u seen this

/people/siva.maranani/blog/2005/05/25/understanding-message-flow-in-xi

Regards,

Prateek

Former Member
0 Kudos

hey,

@michal

I have this book, but it includes nothing about logging API, Admin Services and so on.

Need some detailed information how to use these different modules.

@prateek

thanks for this link, but it is also a generally overview. I need detailed informations.

I know that somehow the adapter sends datas to the modul processor, but I have to implement this and need to know HOW I can do this.l

greetz

chris

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>nothing about logging API,

if you need loggin api check out stefan's webinar about adapter modules

it describes how to use logging api with sample code

Regards,

michal

prateek
Active Contributor
0 Kudos

Check out for the sample adapter code present on ur XI server. It is present in sda format here

<Drive>:\usr\sap\<XID>\DVEBMGS00\SDM\root\origin\sap.com\com.sap.aii.af.sample.ra

U could find all the related code there

Regards,

Prateek

Former Member
0 Kudos

@michal

Do you know where I can find this logging API?

@prateek

I know this sample adapter, but does it uses all possible interfaces?

prateek
Active Contributor
0 Kudos

It uses all the interfaces that ur requirement demands.

U can find the code for the call to module processor there.

<i>[Reward each helpful answer]</i>

Regards,

Prateek

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

did you by any chance have a look at this book:

http://www.sap-hefte.de/katalog/hefte/titel/gp/titelID-1478?GalileoSession=37543545A3-eF2..0QY

it should have some tips on adapter dev and your questions

Regards,

michal