cancel
Showing results for 
Search instead for 
Did you mean: 

Editable Formateed text View

Former Member
0 Kudos

Hi,

I wanted to display the Standard text in editable format enabling the user to change and save the data with the formatting the user does while entering the data.

I am using the TEXT EDIT element and while displaying the Text is appearing with formatting quotes but not in the formatted way like shown below


<p>Testing for the CR</p><p>    Testying</p><p>            Testing</p>

The code I wrote after Read_Text is as below


  lr_fm = cl_wd_formatted_text=>create_from_sapscript( sapscript_head = ls_header
                                                       sapscript_lines = lt_comments ).

  r_comments = lr_fm->m_xml_text.

If I use the Formatte Text View elemnt the text is displayed in the format required but it is not editable.

Please help me in this issue

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Version 7.01 has the Editable view

Former Member
0 Kudos

Version 7.01 has the Editable view

Former Member
0 Kudos

Have you considered using Formatted Text Edit ?. In my opinion this UI fits your requirement.

Former Member
0 Kudos

Hi,

I am unable to find the Element you mentioned,

Could you please let me know if any other possiblity

Former Member
0 Kudos

Hi

You can find Formatted textedit and textveiw UI elements and also textedit and textveiw

Please check this...

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/44/27736005605447e10000000a422035/content.htm

Cheers,

Kris.

Former Member
0 Kudos

Hi,

Is it available in ECC6 or we need any more enhancement packs

Former Member
0 Kudos

Hi,

Goto ROOTUIELEMENTCONTAINER - right click and use insert element check formatted textedit is availabale or not.

Cheers,

Kris.

Former Member
0 Kudos

Hi ,

I am unable to find it out. That is the reason I posed you the question

Former Member
0 Kudos

Is there any round about way possible

Former Member
0 Kudos

What basis version you have ? it seems that you have 7.0 and not 7.01.

Former Member
0 Kudos

I think it is 7.0. Can U guide me how to perform it in my server

Former Member
0 Kudos

from sap gui you can see this.

system->status.>sapdata

in this tab you can see in the right side sap system data ->component version. Here you can see the version,

sap_aba and sap_basis versions.

Former Member
0 Kudos

Hi,

I am asking about my issue. not about my SAP Version. Could any one help me in resolving the issue.