cancel
Showing results for 
Search instead for 
Did you mean: 

Adapter module

Former Member
0 Kudos

Hi All

How to download custom adapter module.

Regards

sandeep

Accepted Solutions (0)

Answers (4)

Answers (4)

sugata_bagchi2
Active Contributor
0 Kudos

you can use cavaj or Jdecompiler to get the source file of the class,

in EAR you will only get the libraries , META-INF and class file under the package you have created.

ask your BASIS guy to give you the EAR from J2EE.

Thanks

Sugata

0 Kudos

open the SAPNetWeaverAdministrator> search for your deployed EAR file> click on EAR file then you get the JNDI name .......

use the JNDI name and configure the communicationChannel

or

use link......http://hostname:portnumber/nwa/quicklinks---->choose ....: :/nwa/app-modules

Regards,

Naga

Edited by: nagababumathi on Feb 17, 2011 5:54 PM

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>> How to download custom adapter module.

Copy the ear file from the server. Then extract all the files that includes java class files. You have to use decompiler to convert .class files to .java files. Then only you can able to view the code and understand the logic written.

rajasekhar_reddy14
Active Contributor
0 Kudos

copy the EAR file from server and extract it., then you will see the code what they have written in that.

Former Member
0 Kudos

Hi Sandeep,

If you are looking for developing and deploying custom dapter modules.

Refer this How to Guide - step by step to create Adapter module:

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/c0b39e65-981e-2b10-1c9c-fc3f8e6747fa

Regards,

Aravind

Former Member
0 Kudos

Hi Arvind

I want to download already deployed module..it was deployed by some else..i just want to check the code in the module

Former Member
0 Kudos

Hi Sandeep,

EAR file of the custom module developed will be deployed into the PI server.

It will contain only the class files, libraries and the configuration details in it. you cannot check the code from the deployed adapter modules.

If any documentation are made while development like Technical Specification documnets. You might find the code in it. but not in the deployed module.

Regards,

Aravind