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

Showing XML data

Former Member
0 Likes
2,462

Hi all,

i have to create a table in the DDIC where i have to store some XML data and informations.

ID -> char

date -> date field

desc -> char

xml -> ????

What datatype shall i use to store my XML Data ?

Later in a Dynpro i need to show this XML Data. What type of control shall i use to show this XML Data ?

Can i use the browser control ? If so ... how can i pass my xml data to this control ??

Greetings

Henning

1 REPLY 1
Read only

naimesh_patel
Active Contributor
0 Likes
1,040

You can create a field of data type STRING if you are planning to store your XML in string or RAWSTRING if you are planning to store your data in XSTRING.

You can use the Simple CL_GUI_HTML_VIEWER to display your XML data stored in STRING or XSTRING. Take a look at the FM DISPLAY_XML_STRING.

Regards,

Naimesh Patel

Edited by: Naimesh Patel on Feb 12, 2009 10:19 AM