cancel
Showing results for 
Search instead for 
Did you mean: 

white character or text white.

Former Member
0 Kudos

Hi.

How can I put in the text property of any object of WebDynpro for ABAP (InputField, TextViewer...) a void character or a white character?.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Hi

go to WDMODIFYVIEW and code as follows

for a TextView

data: lr_text type ref to cl_wd_text_view.

lr_text ?= view->get_element( '<id of the control>' ).

lr_text->set_text( value = ' ' ).

Regards

Abhimanyu L

Former Member
0 Kudos

it run.

ten points 4 u.

Thanks.

Answers (0)