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