cancel
Showing results for 
Search instead for 
Did you mean: 

Calling a RFC from an XSLT

Former Member
0 Kudos

Dear,

Does anyone have a particular guide on how to call an RFC from an XSLT mapping? Is it possible to do without deploying a JAR?

Kind regards,

Frederik-Jan.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Ah yes, I found those blogs and guides before. Though I was wondering: is it possible to do without a Java Helper class?

former_member187339
Active Contributor
0 Kudos

Hi,

Nope. Because XSLT is a Transformation language which transforms a form (xml, html etc) to another form. Hence you cannot use it to do a RFC Operation (unless it is supported by some other programming language)

Regards

Suraj

Former Member
0 Kudos

Ah, I see.

I'll use an ABAP class then, it's much less hassle to implement than calling a jar from XSLT

Thanks,

Frederik-Jan.

former_member187339
Active Contributor
0 Kudos

Hi,

You need to use Java Helper class as shown in this article

http://www.sdn.sap.com/irj/scn/index;jsessionid=%28J2EE3417800%29ID0587900950DB12109278263722265178E...

Regards

suraj