cancel
Showing results for 
Search instead for 
Did you mean: 

Java Docs for the Module Process Classes

Former Member
0 Kudos

Hi,

I would like to start creating my own JDBC and file-based modules for interface development. I have found several SDN contributions which step through the creation of these modules. These are very helpful.

However, I have not yet found comprehensive documentation describing the classes used in module develpment. i.e.:

- com.sap.aii.af.mp.module.Module

- com.sap.aii.af.mp.module.ModuleContext

- com.sap.aii.af.mp.module.ModuleData

Does anyone know where to find the Java Docs for these classes? Or is there any other equivalent explanation of how to use these classes, their methods and fields?

Any help would be greatly appreciated.

Carl Engel

CSC Australia

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

This is the sap's help link on adapter & module development.

http://help.sap.com/saphelp_nw04/helpdata/en/8b/895e407aa4c44ce10000000a1550b0/frameset.htm

pls ignore if you have already checked this.

Thanks,

Renjith

Former Member
0 Kudos

Hi Renjith,

Thanks for the response. I have had a look around this site, and still can't really find what I want. Ideally, I'd like something similar to the Java API References on http://java.sun.com/. These references list all methods & fields available within a class, their purpose and how to use them.

Since "com.sap.aii.af.mp.module.ModuleData" appears to be a proprietary SAP class, I was hoping that there would be some sort of documentation explaining how it works. I can see the fields & methods using SAP Netweaver Developer Studio, but I do not know how they work & how to use them.

regards,

Carl.

Former Member
0 Kudos

Hi Carl,

Another link for you

http://help.sap.com/saphelp_nw04/helpdata/en/87/3ef4403ae3db12e10000000a155106/frameset.htm

This says that the java documentation is available in the example adapter/module that is there with XI.

I vaguely remembering seeing the docu..it was long back though..right now i donot have access to a system...

Get the rar(java archive) that i talked about in the above link...

Thanks,

Renjith

Former Member
0 Kudos

Ok - I've found something.

Another page referred to by the link supplied by Renjith ("http://help.sap.com/saphelp_nw04/helpdata/en/8b/895e407aa4c44ce10000000a1550b0/frameset.htm") has a reference to the file "sample_ra.jar", which is located in "<serverDir>\apps\sap.com\com.sap.aii.af.sample.ra\connector\connectors\sample_ra.rar". This file contains the JavaDocs for the classes in question.

They can be extracted by WinRAR (for example), and viewed with a normal browser.

Cool!

Carl.

Answers (0)