2006 Jun 06 3:28 PM
Hi,
I have Boolean values of the XSDBOOLEAN Domain, so ABAP->XML "id" transformation returns "True" and "False" for these values. What I need are "X" and " " respectively.
The questions is: can I use the modified transformation "id" to replace the "True" and "False" with "X" and " ", and how the modified transformation should look like?
Thanks, Srdjan
Hi,
I have Boolean values of the XSDBOOLEAN Domain, so ABAP->XML "id" transformation returns "True" and "False" for these values. What I need are "X" and " " respectively.
The questions is: can I use the modified transformation "id" to replace the "True" and "False" with "X" and " ", and how the modified transformation should look like?
Thanks, Srdjan
2006 Jun 06 3:51 PM
I couldn't find domain XSDBOOLEAN in our system, however you should use the values defined in the Value range tab.
Peter