cancel
Showing results for 
Search instead for 
Did you mean: 

RFC adapter - EJB

Former Member
0 Kudos

In <a href="https://websmp107.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=012006153200000174392004">Note 730870</a>,

Question 11 says:

Q 11: Is there something to know about the module processor?

A: <b>Any adapter need a EJB to communicate with the module processor of the Adapter Engine</b>. The RfcAdapter will use one which is called 'localejbs/RfcAFBean'. This can be configured in the Integration Directory for each communication channel on the tab 'Module'. If the list is empty on this tab, it defaults to the EJB named above and nothing has to be done. So if no modules should be used, everything will work without a special configuration. If some custom modules are configured to be used, the last module always has to be the RfcAdapter module. This will establish the communication between the adapter and the Adapter Engine.

My question is:

what does <b>'localejbs/RfcAFBean'</b> do by default?

Can anyone give me an example of using custom beans in the context of any adapter?

-Naveen.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Naveen

Can you go through the below urls which may help you in developing a new module processor:

/people/sap.user72/blog/2005/07/04/read-excel-instead-of-xml-through-fileadapter

/people/michal.krawczyk2/blog/2005/12/10/xi-generating-excel-files-without-the-java-nor-the-conversion-agent-not-possible

/people/gowtham.kuchipudi2/blog/2006/01/04/testing-sample-adapter

Also go through the help which might answer your queries:

http://help.sap.com/saphelp_nw2004s/helpdata/en/8b/895e407aa4c44ce10000000a1550b0/content.htm

Regards,

---Satish