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 code in editor abap

Former Member
0 Likes
592

Hi,

I want to know, how i can upload html code in editor abap, without the html code.

Any suggestions ??

Kind Regards

Noemí Huerta

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
475

Hi Noemí,

Don't think there is any such functionality available in SAP.

Regards,

Atish

2 REPLIES 2
Read only

Former Member
0 Likes
476

Hi Noemí,

Don't think there is any such functionality available in SAP.

Regards,

Atish

Read only

Former Member
0 Likes
475

You can use an HTML editor in SAP. There is no conversion from HTML into text, but the cl_BTF_editor object allows you to maintain HTML.

Look at this:

[Using the BTF |https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1014] [original link is broken] [original link is broken] [original link is broken];

or more generic

[Text editing with Notes-logic|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b036dbfc-29dd-2a10-2aba-ccd1c4c96af7]