cancel
Showing results for 
Search instead for 
Did you mean: 

Coding in XI

Former Member
0 Kudos

one basic doubt is where do i write the code for mapping adapters?

is it in developer studio..if yes hoe can i import to XI system.

thanks in advance

sreemya.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi sreemya,

We generally don't write code for mapping adapters.

It's the module processor where we include the EJBs to enhance the functionality of a particular adapter.

For better understanding of Adapters, please go through this link:

http://help.sap.com/saphelp_nw04/helpdata/en/0d/5ab43b274a960de10000000a114084/frameset.htm

And For Module processor:

http://help.sap.com/saphelp_nw04/helpdata/en/cd/5af7c0c994e24fb0d0088443513de2/frameset.htm

I hope it helps,

Thanks & Regards,

Varun Joshi

Answers (4)

Answers (4)

Former Member
0 Kudos

where is the import option? I could not get that.

Please can any one of you help.

thanks,

aruna.

Former Member
0 Kudos

Hi sreemya,

please go through this link on XSLT mappings:

http://help.sap.com/saphelp_nw04/helpdata/en/ce/1d753cab14a909e10000000a11405a/frameset.htm

I hope it helps,

Thanks & Regards,

Varun Joshi

Former Member
0 Kudos

Hi Sreemya,

It depends... If you want to enhance message mappings with a user defined function, there is a simple editor provided by XI. Java and XSLT mappings, on the other hand, can be stored as .jar or .zip files and can then be uploaded as Imported Archive.

Best regards

Joachim

Former Member
0 Kudos

Hi sreemya,

U have to import into the "imported archives" that is seen in the mapping objects in the integration repository.

Cheers,

Divya

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

Adapter development:

question 7 (adapters section) on:

/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions

mapping help/examples:

question 14 (integration engine section) on the same page:)

Regards,

michal

Former Member
0 Kudos

Hi Sreemya,

The basic idea of XI is that you do <b>not</b> require any hand-written code, but you let the built-in tools do the job for you. For the rare cases you'd require some pieces of Java coding (e.g. for extensions in message mapping) you can use any Java IDE available, e.g the NetWeaver Developer Studio.

Best regards

Joachim

former_member187339
Active Contributor
0 Kudos

Hi Sreemya,

<b>JAVA MAPPING</b>

Write the code using developer studio or any java editor. Just make the class file and using the necessary jar files create a jar file. Import the jar file in the Design.

<b>XSLT MAPPING</b>

Just create the XSL code and make a zip file. Then import it during Design.

Regards

Suraj