‎2009 Feb 12 3:44 PM
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
‎2009 Feb 12 4:18 PM
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