cancel
Showing results for 
Search instead for 
Did you mean: 

SenderService in XSLT

0 Kudos

Hi Experts,

My requirement is to get the SenderService in XSLT.

I heard in Graphical/Java it is possible. but my requirement is to use XSLT only

Is there any way to get access of SenderService inside XSL?

or need to write Java code and use it inside xsl.

please help

Thanks

Prashanthi

Accepted Solutions (1)

Accepted Solutions (1)

Bhargavakrishna
Active Contributor
0 Kudos

Hi Prashanthi,

Is there any way to get access of SenderService inside XSL?

You can do this With XSLT mapping. for that, you have to do some coding in any of the tools used for XSLT mapping.

If you want to use sender service then,

<xsl:param name="SenderService" />

use the parameter and collect your sender service.

In the coding instead of "Sender" use $Sender-service.

Refer this blog for the same query.

https://scn.sap.com/thread/995421

Hope it will helpful...

Regards

Bhargava krishna

0 Kudos

Thanks a lot for your reply.

It is working fine

Bhargavakrishna
Active Contributor
0 Kudos

Thanks for the update..

Regards

Bhargava krishna

Answers (0)