hello all
i am new to smartforms and while working in smartforms, in the form interface while assigning TABLES, i gave
I_DELIVERY TYPE TABLE OF Z_DEL_DETAIL
it gave me error that type specification "TYPE TABLE OF" not allowed, and when i gave LIKE it was syntatcicaly correct.
now my question is why was that error occuring and why it is giving this error, when we should prefer TYPE TABLE OF instead of LIKE??