cancel
Showing results for 
Search instead for 
Did you mean: 

What is the Use of Imported Archives in Mapping Objects

Former Member
0 Kudos

Hi All,

What is the Use of Imported Archives in Mapping Objects ( IR )

Regards

Vamsi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hey

you basically import Java and XSLT mapping under imported archives and use them instead of using Graphical mapping .

http://help.sap.com/saphelp_nw04/helpdata/en/4c/b2ad3de2d76b3be10000000a114084/content.htm

Thanx

Ahmad

Message was edited by:

Ahmad

Message was edited by:

Ahmad

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>>you basically import Java,ABAP or XSLT

java, xslt true butt not ABAP

Regards,

michal

Former Member
0 Kudos

yeah my bad:)

actually i m half sleepin and typing

thanx

AHmad

Answers (5)

Answers (5)

Former Member
0 Kudos

>>What is the Use of Imported Archives in Mapping Objects ( IR )

Is for importing externally define dprograms into the IR:

->XSLT stylesheets

-> Java mappings

-> Java extensions to XSLT mappings

-> Java classes to be imported in a UDF

NOTE: All files to be imported must be jar FARMAT

regards

Former Member
0 Kudos

Hi,

Imported Archives are used for Importing the Externally Defined Mapping Programs in to IR

Regards

Khanna

former_member529475
Active Contributor
0 Kudos

Hi Vamsi,

When we are doing JAVA , XSLT mappings we have to do import archievs

after developing the JAva mapping in NWDS and create jar file come back to IR under imported archieves we will import the jar file.

Similarly XSLT als make the zip and import under imported archieves

Also when we have any java packages ,import it under archieves and make them to use in UDF

See the below links

XSLT Mapping

/people/prasadbabu.nemalikanti3/blog/2006/03/30/xpath-functions-in-xslt-mapping

/people/sreekanth.babu2/blog/2005/01/05/design-time-value-mappings-in-xslt

/people/anish.abraham2/blog/2005/12/22/file-to-multiple-idocs-xslt-mapping

XSLT Mapping with java enhancement

/people/pooja.pandey/blog/2005/06/27/xslt-mapping-with-java-enhancement-for-beginners

/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

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.highlightedcontent?documenturi=...ValidationsinSAPXI-ACaseStudy.pdf

Check this thread...

Check this thread...

see sap documentation:

http://help.sap.com/saphelp_nw04s/helpdata/en/4c/b2ad3de2d76b3be10000000a114084/frameset.htm

Cheers...

Vasu

<b>** REward POints if found useful **</b>

Former Member
0 Kudos

Hi,

Imported archives is used to import your mapping objects. It is used import java class files, XSLT files which are loaded for mapping.

Regards,

Ramesh P

santhosh_kumarv
Active Contributor
0 Kudos

Hi

U can upload the java class file in the Imported Archieve.

This uploaded function can be used in the Mapping i.e ad User Defined Function

Regards

Santhosh