Skip to Content
0
Former Member
Jul 23, 2012 at 07:32 AM

ABAP Dump message_type_x

1303 Views

Hi,

I have got the dump for the message_type_x.

following are my code

assign component

<ls_fieldcat>-fieldname of structure rt_data to <g_field>.

if sy-subrc ne 0.

message x000(0k).

endif.

how can i resolve error.

Regards,

Udupi