cancel
Showing results for 
Search instead for 
Did you mean: 

how to code a Module in NWDS and deploy

Former Member
0 Kudos

Hi ,

That is exactly my question ...

how to code a Module in NWDS and deploy

Kindly let me know if there are any step by step available

also I may not always have access to nwds

To the same in a tool like eccilpse.

P.S.

I am an abaper ...have a little working knowlege of Java..so playing around with eccilpse alot...

Kindly help

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

See the below links

https://websmp108.sap-ag.de/~sapdownload/011000358700003237612005E/HowToCreateAdapterModules.pdf

/people/alessandro.guarneri/blog/2006/03/16/xi-mapping-module-for-afw

/people/daniel.graversen/blog/2006/10/05/dynamic-configuration-in-adapter-modules

Regards

Chilla..

Answers (2)

Answers (2)

Former Member
0 Kudos

>>also I may not always have access to nwds

>>To the same in a tool like eccilpse.

apart from the links provided by others , if your above statement means that you might have to use Eclipse at times in place of NWDS, then I would suggest you to have a build process independent of Eclipse. NWDS makes use of SAP specific plugins which recognizes your SAP sepcific files like application-j2ee-engine.xml and ejb-j2ee-engine.xml and you see them differently inside NWDS. So to have a better project setup

1. At least create the whole project (EJB / EAR) once in NWDS.

2. Export it and then import inside Eclipse.

3. Make changes and have a build script may be based on ANT to build your project and create EAR out of it.

4. Deploy using SDM.

bhavesh_kantilal
Active Contributor
0 Kudos