Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP / XSLT

Former Member
0 Kudos

Hi,

I want to use XSLT in my abap program : CALL TRANSFORMATION 'name of the XSLT program'.

where should i code the XSLT ? i'm using sap 4.6c.

Thanks

Ihsen

1 ACCEPTED SOLUTION

athavanraja
Active Contributor
0 Kudos

you cannot do that in 4.6C

CALL TRANSFORMATION is not available in 4.6c and also the facility to create XLST program.\you need to be on minimum WAS6.10 (4.7)

Regards

Raja

4 REPLIES 4

Former Member
0 Kudos

Hi,

Kindly check the following thread:

look for your answer in the last part of the thread

best regards,

Thangesh

athavanraja
Active Contributor
0 Kudos

you cannot do that in 4.6C

CALL TRANSFORMATION is not available in 4.6c and also the facility to create XLST program.\you need to be on minimum WAS6.10 (4.7)

Regards

Raja

Former Member
0 Kudos

in the object navigator i don't find Create > Other > Transformation !

Former Member
0 Kudos

Ok, thank you raja

point rewarded