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

Convert code in HTML format to ABAP code

Former Member
2,446

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
Read only

matt
Active Contributor
1,802

No.

Read only

retired_member
Product and Topic Expert
Product and Topic Expert
1,802

Of course you can write it yourself ...

Read only

1,802

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

Read only

matt
Active Contributor
1,802

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

Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
1,802

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

Read only

kiran_k8
Active Contributor
0 Likes
1,802

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.

Read only

Phillip_Morgan
Contributor
0 Likes
1,802

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?

Read only

FredericGirod
Active Contributor
0 Likes
1,802

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