Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 10665

Re: Type conflict error

$
0
0

Actually I am using it_return in loop for getting messages.

LOOP AT it_return INTO wa_return .

       wa_message = wa_return.

       APPEND wa_message to it_message.

       clear wa_message.

   ENDLOOP.


so in your case the system will fire an error of header line.

I dont know but the declaration is correct though the runtime error is generated.


Viewing all articles
Browse latest Browse all 10665

Trending Articles