Skip to Content
0
Former Member
Feb 23, 2009 at 11:04 AM

Simple Transformation / point comma

76 Views

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