‎2017 Nov 08 1:34 PM
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.
‎2017 Nov 08 3:05 PM
‎2017 Nov 08 3:18 PM
‎2017 Nov 08 8:06 PM
Write ABAP code to read HTML and convert it into ABAP code? Mind sufficiently blown. 🙂
‎2017 Nov 09 6:50 AM
Or have one window open with the source code as HTML, and the other with the editor and retype.
‎2017 Nov 08 8:06 PM
‎2017 Nov 09 4:48 AM
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.
‎2017 Nov 09 7:43 AM
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?
‎2017 Nov 09 7:45 AM
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