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

Upload HTML data into internal table

Former Member
0 Likes
1,279

Hi ,

Is there any way to upload the HTML data and place it into internal table .

Thanks

Kumar Saurabh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
779

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.

3 REPLIES 3
Read only

Former Member
0 Likes
780

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.

Read only

0 Likes
779

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

Read only

Former Member
0 Likes
779

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.