cancel
Showing results for 
Search instead for 
Did you mean: 

documentation for ModuleContext and ModuleData classes

Former Member
0 Kudos

Hi

I am trying to explore the adapter module development and want to know the methods available for ModuleData and ModuleContext classes used in the process() method of the EJB class. I have gone through the java doc for the APIs but could not find anything related to it. can anybody please suggest me where to look for it.

thanks

sankar

Accepted Solutions (1)

Accepted Solutions (1)

former_member183906
Active Contributor
0 Kudos

ModuleData - The data container that transports the message (main data) and the additional objects (additional data) between the modules does not have a type.

ModuleContext - The module processor gives the module configuration to the module so that it does not have to use the Adapter Framework configuration application programming interface.

http://help.sap.com/saphelp_nw04/helpdata/en/32/43d84072378031e10000000a1550b0/frameset.htm

Answers (1)

Answers (1)

Former Member
0 Kudos