cancel
Showing results for 
Search instead for 
Did you mean: 

How to create the maps externally and import in to PI

former_member188878
Active Contributor
0 Kudos

Hello Gurus,

Please let me know how to create the maps externally and import into PI

Regards

shankar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Shankar,

> Please let me know how to create the maps externally and import into PI

Once we develope the Java mapping code from the external tools (Like NWDS, MyEclipse, ....) we have to generate the JAR files from that tool. After we can import that jar file to the XI/PI import archieves and use this in the mapping.

Check

/people/carlosivan.prietorubio/blog/2007/12/21/implementing-a-java-mapping-in-sap-pi

Regards

Ramesh

Answers (4)

Answers (4)

former_member188878
Active Contributor
0 Kudos

Hi Gurus

Thanks for the your quick response

regards

shankar

prateek
Active Contributor
0 Kudos

The only standard kind of mapping that can be done externally and readily imported is XSL. You may search for XSL tool on google. Java mapping can also be done but it require some PI specific jar files (which is not standard when you use external tools).

Regards,

Prateek

Former Member
0 Kudos

Hi,

Hope these links could help you understand XSLT, JAVA nad ABAP mappings.

[http://www.riyaz.net/blog/beginners-guide-to-xslt-mapping-in-sap-pi/technology/sap/769/]

[http://www.dataxstream.com/2009/09/allow-additional-mapping-types/]

[http://www.riyaz.net/blog/sap-pi-abap-mapping-simplified/technology/sap/837/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3ARiyaznetBlog(riyaz.net)]

[http://www.riyaz.net/blog/xipi-java-mapping-demystified/technology/sap/415/]

Regards,

Prasanna.

Former Member
0 Kudos

Hi Singh,

What kind of maps you are creating?

Are you using xsl or java programming. If xsl then zip and then import into IR under imported archives and then use it in interface mapping.

If java then see this example:

http://www.riyaz.net/blog/xipi-java-mapping-demystified/technology/sap/415/

or are you talking about EDI Maps. If yes then you can do the map in seeburger BIC and can use it in xi also.

Regards,

---Satish