Hello,
i am new at Simple Transformations. I have a given xml in wich decimal seperator is the comma.
During the transformation I need to replace it with a point.
XML: <turnover>658,23</turnover>
ST: <tt:value ref="$wa.tover" />
ABAP: wa-tover = '658.23'
Does anybody have a hint for me?
thanks
Werner