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

Boolean Values in CALL TRANSFORMATION id ?

Srdjan
Product and Topic Expert
Product and Topic Expert
0 Likes
514

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

1 REPLY 1
Read only

Peter_Inotai
Active Contributor
0 Likes
388

I couldn't find domain XSDBOOLEAN in our system, however you should use the values defined in the Value range tab.

Peter