Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

simple q

Former Member
0 Likes
373

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 ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
354

Hi,

You are creating work area with all fields from ztable.

Regards,

Ferry Lianto

2 REPLIES 2
Read only

Former Member
0 Likes
355

Hi,

You are creating work area with all fields from ztable.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
354

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