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

how to create 2 namespace using interafce IF_IXML_DOCUMENT for XML creation

Former Member
0 Likes
795

output required :-

<Document xmlns="urn:iso:std:iso:20022:tech:xsd:pain.001.001.03" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">



code written by me :-
document = lo_document->create_simple_element(
                                     name    = 'Document'
                                     parent  = lo_document ).


lv_document =  document->set_attribute( name = 'xmlns'
                                        value =  lv_namespace ).
0 REPLIES 0