cancel
Showing results for 
Search instead for 
Did you mean: 

Adapter Module - Where to Custom Code?

Former Member
0 Kudos

I used the link below - a How To Adapter Module - to install and update The SAP Netweaver Developers Studio to create an Adapter Module.

I followed it step by step and I am now down to "3.4 Adding Code to the Module", but can't figure out where the code goes? It says to change the "process" method, but I cannot seem to get to an editor when selecting "process" to add or change any custom code. Any suggestions are appreciated...Thank-you.

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/02706f11-0d01-0010-e5ae-ac25e74c4c81">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/02706f11-0d01-0010-e5ae-ac25e74c4c81</a>

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

Do not go over the beans, click on the Java code directly.

ejbModule - <yourPackage> - <yourClass>.java

Regards

Stefan

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Tom,

in NWDS, create a new EJB prj

in it create a package - in it a java file- in this java lie copy all the code of that doc -just keep in mind changing the class name........in this class you have a process method

Thanks,

Rajeev Gupta

Former Member
0 Kudos