Application Development and Automation 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: 
Read only

using CALL TRANSFORMATION with parameters

rainer_hbenthal
Active Contributor
0 Likes
387

Hi,

im using


    CALL TRANSFORMATION ztest
    PARAMETERS mestyp = 'MT_XI_START' 
    SOURCE email = p_email retention = it_alert_retention count = it_alert_count
    RESULT XML xxml.

I would like to output this like


<mestyp>MT_XI_START</mestyp>

So how do i code it in the XSLT, i used $MESTYP, and several other writings, but mestyp is never substituted, regadless if i have


  <xsl:param name="MESTYP" />

in my xslt or not.

Using the element mestyp as an binding in the SOURCE is not an option!

1 REPLY 1
Read only

rainer_hbenthal
Active Contributor
0 Likes
293

solved by my own