Application Development 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: 

Convert code in HTML format to ABAP code

Former Member

Hi,

I have a code in HTML format and I want that HTML code in SAP Class.

Is there any way to transport HTML code to ABAP class or report without manual copy and paste.

8 REPLIES 8

matt
Active Contributor

No.

horst_keller
Product and Topic Expert
Product and Topic Expert

Of course you can write it yourself ...

Jelena
Active Contributor

Write ABAP code to read HTML and convert it into ABAP code? Mind sufficiently blown. 🙂

matt
Active Contributor

Or have one window open with the source code as HTML, and the other with the editor and retype.

Jelena
Active Contributor
0 Kudos

Why do you have the code in HTML to begin with?

kiran_k8
Active Contributor
0 Kudos

Pradeep,

"Is there any way to transport HTML code to ABAP class or report without manual copy and paste"

Isn't your HTML code in SAP ?

Why you want this to be "transported to Class or report " ?

May be you can shed more light on what exactly you are trying to acheive and what do you mean by "transport to class or report".

K.Kiran.

Phillip_Morgan
Contributor
0 Kudos

Can you tell us more about this HTML code? What is it? List of data?

Is this a recurring task or a one-shot thing?

FredericGirod
Active Contributor
0 Kudos

Maybe it is an extraction of ABAP code using a program that generate HTML

In this case, you just have to read with an text editor your HTML code to see the name of the ABAP code that generate the files.

regards

Fred