2007 Dec 28 7:00 AM
Hi,
which one is good in performance wise TYPE or LIKE and why?
rgds,
hi.
2007 Dec 28 7:02 AM
type..
if you use type the memory allocation is done only at run time.
2007 Dec 28 7:02 AM
type..
if you use type the memory allocation is done only at run time.
2007 Dec 28 7:02 AM
Hi,
Use type only, because like is obsolete statement in oops abap.
Plzz reward points if it helps.
2007 Dec 28 7:08 AM
it's always preferable to use TYPE. if u put LIKE it finds the data type of the data object you mention after LIKE.
Reward if useful
Regards
ANUPAM
2007 Dec 28 7:18 AM
2007 Dec 28 12:18 PM
Hi Mr/Ms Hi
you cannt compare the performance for these two 'type' & 'like'.
Like - it works like as a data type. like as a user defined data type.
Type - it works like as a standard data type.
pls reward pts.
Regards
Deepanker