cancel
Showing results for 
Search instead for 
Did you mean: 

Why convert HTML to sapscript text

LGA
Participant
0 Kudos

Hello,

I have a view that contains a "FormattedTextEdit" I would like to save the text that the user entered. For this I used the function module "READ_TEXT" and methods "CREATE_FROM_SAPSCRIPT".

My problem is converting a text "HTML" to "SAPscript".

Thank you for your help.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184578
Active Contributor
0 Kudos

Hi,

You cannot convert HTML to sapscript/smart form. But you can convert sap script/smart form to HTML form using CL_WD_FORMATTED_TEXT class.

There is no such provision given by SAP to convert HTML to other formats.

Regards,

Kiran