cancel
Showing results for 
Search instead for 
Did you mean: 

how to use java mapping

Former Member
0 Kudos

Hi all

can i have a file2file scenario which uses simple java-mapping. As i m new to Java, jus wanna learn how it happens.

I wanna know how to code the Java mapping and how to utilize it in the Interface Mapping,

I know a bit of DOM parsing

Regards

Vinod

Accepted Solutions (1)

Accepted Solutions (1)

former_member529475
Active Contributor
0 Kudos

Hi Vinod

Configure a scenario but dont go for graphical mapping. you create a java mapping and import it as a Jar file in the external definition.

In the interface mapping give the jar file as a mapping program

Cheers..

Vasu

Former Member
0 Kudos

Hi Vasudeva,

the JAVA mapping jar file is imported in Imported Archive in IR and not in external definition

Thanks,

Rajeev Gupta

former_member529475
Active Contributor
0 Kudos

Yes you r right.. Thanks for giving the information

Cheers..

Vasu

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Vinod

Check the following link for learning more about java mapping

https://www.sdn.sap.com/irj/sdn/advancedsearch?query=java%20mapping&cat=sdn_all

Regards

krishna

former_member529475
Active Contributor
0 Kudos

for reference follow the link

/people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-i

/people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-ii

/people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-iii

Cheers..

Vasu

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

1. at first you need jar for mapping -

question 5. Where can I find aii_map_api.jar to create my Java mapping? <--from XI faq

2. then you need to develop your mapping

http://help.sap.com/saphelp_nw04/helpdata/en/e2/e13fcd80fe47768df001a558ed10b6/content.htm

you can have a look at this example:

/people/alessandro.guarneri/blog/2007/03/25/xi-java-mapping-helper-dom

then you import your mapping (as a jar file) into XI (repostiroy)

and you can use it

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>