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