Skip to Content
0
Former Member
Jun 11, 2009 at 05:18 PM

webdynpro abap

33 Views

Hi expert ,

I need to display the particular records one by one in the message manager from table, while i am doing this one it will through the dump like the below,

Type conflict at call of a method.

what should i do for this one .

The below is my code

loop at lv_question into wa_question.

  • report message

call method l_message_manager->report_success

exporting

message_text = wa_question-qtext.

endloop.

Regards

Sankar.M