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

Clone a xml file and Insert dynamic elements into a particular tag. SAP ABAP

vinaychowdary
Explorer
0 Kudos
624

I am dynamically generating a XML

Now I want these generated fields to be inserted into my template file into a specific element

3 REPLIES 3
Read only

Sandra_Rossi
Active Contributor
0 Kudos
534

Many ways to do it: basic string operations (find/replace), SXML, IXML, ST and XSLT transformations, etc.

Read only

Ryan-Crosby
Active Contributor
0 Kudos
534

Hmmm... the appearance seems to be more like HTML than XML

Read only

Sandra_Rossi
Active Contributor
0 Kudos
534

I would say XHTML rather than HTML. So, the form is XML-compatible.