2009 Feb 23 11:04 AM
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
2009 Feb 24 7:56 AM
use command
REPLACE ',' with '.' into Variable....
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
2009 Feb 23 12:01 PM
Hello,
better to use offset concept here.....Replace....
Thank u,
santhosh
2009 Feb 24 7:56 AM
use command
REPLACE ',' with '.' into Variable....
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |