‎2007 Mar 19 6:54 PM
i have a table ztable
when i say
data: wa_ztable like ztable
what m i doing here
m i creating a work area wa_ztable that has all the features of ztable ?
or just one field ?
‎2007 Mar 19 6:57 PM
Hi,
You are creating work area with all fields from ztable.
Regards,
Ferry Lianto
‎2007 Mar 19 6:57 PM
Hi,
You are creating work area with all fields from ztable.
Regards,
Ferry Lianto
‎2007 Mar 19 6:59 PM
Hi Megan,
Creating work area to a table refers all the fields in that table and not to particular field.
The internal table stores data of all records whereas a work area can hold only one record at any time.
You can create internal table with or without workarea.
Thanks,
Vinay