Hi,
I have a following problem. I need to convert one ABAP table into XML, using a CALL TRANSFORMATION, but with some corrections.
Each table field should be transformed into XML without changes, except in case that it has a value of, let's say 'ABC'. If the field has this value, than resulting XML should not contain 'ABC', but result of CL_ENCRYPT=>ENCODE('ABC') method call.
Is it possible to solve this with a simple transformation, and if not, how to solve it with the "normal" transformation ? This is my first XSL transformation , so any help/advice/template is very welcome 😊
Thanks, Srdjan