Skip to Content
0
Former Member
May 09, 2008 at 03:41 AM

Difference between Type and Like?

113 Views

Hi friends can any one explain me in simple words wht is TYPE and LIKE.

This statements i got my ABAP help..

DATA: event_table TYPE cntl_simple_events,

event LIKE LINE OF event_table.

I want to know wht happens if i write LIKE and TYPE.

Thks