Skip to Content
0
Former Member
Feb 22, 2010 at 07:46 AM

Error in Table Maintenance

67 Views

Hi Everyone,

I have written code for the event 02 with the following code.

DATA: BEGIN OF l_total.

INCLUDE STRUCTURE zztable.

INCLUDE STRUCTURE vimtbflags.

DATA END OF l_total.

LOOP AT total INTO l_total.

.

.

ENDLOOP.

I get the error UC_OBJECTS_NOT_CONVERTIBLE, when LOOP AT statement is executed. All i want to find is the ACTION on the record in the table maintenance, whether the record is updated or inserted. Any pointers?

Thanks,

Chan