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

work area

VikasB
Active Participant
0 Likes
839

hi all,

what is the use of work area, what if we do not use it and go for WITH HEADER LINE option...does it make any difference

vikas...

1 ACCEPTED SOLUTION
Read only

Former Member
6 REPLIES 6
Read only

Former Member
Read only

Former Member
0 Likes
824

Hi,

If you use WITH HEADER LINE then a memory allocation will be done which make a difference of performance. If you use work area then the memory will assign only at the time of use.

Regards

Rani.

Read only

0 Likes
824

for better performance use with out header internal tables.

Read only

Former Member
0 Likes
824

hi,

if we use internal table without headerline workarea has to be created explicitly that will improve the performance of a program.and efficiency in coding...

Reward with points if helpful.

Read only

Former Member