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