‎2007 Dec 03 6:00 AM
Hi All,
Can anyone please explain what is the difference between creating an XML format from an internal table using CALL TRANSFORMATION and using CLASS BUILDER?
In class builder we have to Create the main iXML factory , then Create a stream factory and streams etc..
Can call transformation id
source SOURCE = SOURCE
result xml XML_RESULT. be used as a replacement for the above?
‎2007 Dec 03 6:34 AM