‎2013 Jun 05 2:14 PM
Hi ,
Is there any way to upload the HTML data and place it into internal table .
Thanks
Kumar Saurabh
‎2013 Jun 05 2:50 PM
Yes, HTML or XML data can be converted to internal table.
XSLT transformation tool can be used.
CL_XML_DOCUMENT class can be used.
Check this wiki written by Suhas for getting started.
‎2013 Jun 05 2:50 PM
Yes, HTML or XML data can be converted to internal table.
XSLT transformation tool can be used.
CL_XML_DOCUMENT class can be used.
Check this wiki written by Suhas for getting started.
‎2013 Jun 05 2:59 PM
Hi Kumar,
this is possible using XSLT transformation or simple transformation. I would prefer XSLT.
Manish has answered a question of me regarding XSLT transformation in this thread:
http://scn.sap.com/thread/3359794
I think this is a good example to learn how a XSLT transformation can be done.
Regards,
Bernd
‎2013 Jun 05 3:13 PM
Hi Kumar,
As my understand,
Go through the following link,
http://scn.sap.com/docs/DOC-38842
If you can tell us your clear requirement.
Hope this will helpful to you.
Warm Regards,
John.