cancel
Showing results for 
Search instead for 
Did you mean: 

XSLT Exception

Former Member
0 Kudos

Hello,

I am creating a XSLT Mapping ( ABAP Engine).

I have created my tranformation, its getting executed successfully when I test it in SE80.

Now when I am using the same transformation in the Integration Repository I am getting the below error.

Application Error.

'R3_XSLT, kernel error ID UNCAUGHT_EXCEPTION '

How can I catch this exception in XSLT.

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/0f/80243b4a66ae0ce10000000a11402f/frameset.htm">Error Handling in XSLT</a>

Above link didnot help me!!!

Regards,

Accepted Solutions (1)

Accepted Solutions (1)

henrique_pinto
Active Contributor
0 Kudos

Is it a necessity to use ABAP XSLT Engine?

Try to validate your XSLT in external software like XMLSpy.

Regards,

Henrique.

Former Member
0 Kudos

Hello,

Thanks for the quick reply.

I am calling a method in a class in SAP and then retriving the values from few ZTables and using them further in my mapping.

I have resolved the issue! error is with my second mapping, XSLT was working fine sort of overlooked the trace.

Thanks for your time on this.

Regards,

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I have an internal table with fields " Block, tag, value". How to generate xml with dynamic tags using XSLT transformation? Please help me with ur suggetions.

Thanks and Regards

Suresh Adapa

Former Member
0 Kudos

Hi,

if you have an internal table, xslt is not the best mapping tool to use. Better look at ABAP-OO methods for creating the mapping.

XSLT is used to map XML-input to XML-output.

Paul