cancel
Showing results for 
Search instead for 
Did you mean: 

pass a text to textinput

Former Member
0 Kudos

Dear all,

is there way to pass a text (value) to textinput field through abap coding.

regards

ertas

Edited by: Ilhan Ertas on May 22, 2009 2:59 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Can you elaborate your requirement.

Regards,

Lekha.

Former Member
0 Kudos

I mean something like.

UIElementnameTextinpitField->setText ( ' COST CENTER' )

afterwards this text must appear in the TextInputfield as you would

enter this value manually.

Former Member
0 Kudos

Hi,

You mean to say, once you enter the text in some input field that should appear in the

TEXTVIEW UI element's text property. Is that so.

Former Member
0 Kudos

i have generated a dynamic input field with class CL_WD_INPUT_FIELD

it is a read only field.

I want to pass to this input value a text . e.g. 'COST CENTER'

Former Member
0 Kudos

Hi,

create an attribute with TEXT as string.

Using the SET_ATTRIBUTE method set some value to it.

Now bind this attribute to the INPUT FIELDS's Value property using BIND_VALUE.

Answers (0)