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
Hello
SAP XSLT engine has some extensions with which you can call ABAP class method. See here - Additional" target="_blank">http://help.sap.com/saphelp_erp2005/helpdata/en/7f/b7463c32a3fe13e10000000a114084/frameset.htm">Additional SAP Statements.
Sorry, I have not tries it myself.
Add a comment