cancel
Showing results for 
Search instead for 
Did you mean: 

display long text in textedit

Former Member
0 Kudos

Hi,

I have a z variant of bapi_alm_order_maintain. Here I get a long string from SAP which get the text from IT_TEXT_LINES. I also see the text when I print it with manager.reportWarning(wdContext.nodeTest().getText()).

But when I bind the string to the TextEdit in my view, I DON't see the long text.

Why does this happen?? You can only bind string context attribute to TextEdit??

Does anyone know??

Kind regards,

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sandhya,

Once you bind the context attribute value to the TextEdit Web Dynpro UI, by default the TextEdit UI capable of displaying the text around size of 40 columns and 5 rows is default. Make sure that TextEdit UI property Wrapping selected as soft, so that the text will wrap and disply in the next line.

Please make sure binding was done correctly.

Thanks

Krishna

Former Member
0 Kudos

Hi,

>You can only bind string context attribute to TextEdit??

From the code that you have posted, the attribute Text under node Test is of type String isn't it? And this is the attribute that you have bound to the value property of the TextEdit, correct?

Regards,

Satyajit.