cancel
Showing results for 
Search instead for 
Did you mean: 

Abap-Xslt , XSLT

Former Member
0 Kudos

Hi Experts,

Can anybody send me step by step procedure of ABAP-XSLT Mappings.

What is difference between Abap-Xslt and Xslt?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Mohamed,

Using Transformation editor we need to write XSLT code,this editor available in ABAP Stack it self,so you can acces the same using SE80 editor.

You need to know about how to write XSLT logic,refer below link hot to cal ABAP methods in XSLT explained

http://help.sap.com/saphelp_nwpi71/helpdata/EN/83/2200cb50d345c793336d9a1683163e/content.htm.

Regards,

Raj

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

ABAP XSLT mappings are developed in

the transformation editor in the ABAP Workbench. Such XSLT mappings are also

executed on the ABAP Engine of the Integration Server at runtime.

It is not possible to write messages to the trace in ABAP-XSLT mappings because

it is not technically possible to transfer a trace object during the call.

But XSLT mappings are developed externally in an appropriate XSLT editor before importing it to the Enterprise Services Repository.

Before SAP NW PI 7.1, XSLT programs were executed using the SAP XML

Toolkit. This became obsolete when version 5 of the Java Development Kit

was introduced.

Steps for ABAP-XSLT:

Start the ABAP Workbench by calling transaction SE80.

Implement the ABAP-XSL mapping in the transformation.

Reference your ABAP-XSL mapping in your operation mapping

Regards

Monika

sunilchandra007
Active Contributor
0 Kudos

Hi Raja,

> Can anybody send me step by step procedure of ABAP-XSLT Mappings.

Check out this nice blog by Robert /people/r.eijpe/blog/2005/11/04/using-abap-xslt-extensions-for-xi-mapping

Before doing that apply the prerequisites step i.e enable ABAP Mapping. This link would be helpful http://wiki.sdn.sap.com/wiki/display/XI/ABAPMappingSteps

> What is difference between Abap-Xslt and Xslt?

The most important difference is that XSLT mapping is executed at Java stack, while ABAP-XSLT runs on ABAP Stack(Integration Engine). For details, please refer to http://help.sap.com/saphelp_nw04/helpdata/en/83/2200cb50d345c793336d9a1683163e/frameset.htm

Regards,

Sunil Chandra