Using XML-nodes in Transformation
Hi,I´m splitting up an XML-file into single nodes and want to put that nodes into different XML-transformations.My current code is this:" iXML-ObjectDATA(lo_ixml) = cl_ixml_core=>create( )." XML-DocumentDATA(lo_xmldoc) = lo_ixml->create_document( )."...