Skip to Content
0
Former Member
Jun 11, 2009 at 06:59 PM

webdynpro abap

30 Views

Hi expert ,

i need to display the records in text view one by one from a table

this is my code ,

LOOP AT lt_question INTO wa_question.

attribute_data->set_attribute( name = 'RECORDS' value = wa_question-qtext ).

ENDLOOP.

but it assigns the last value only in the textview , what should i do?

Regards

Sankar.M