Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

difference between the workarea and headerline.plz tell me
the answer

Answer Posted / rakesh akula

internal table with header line contains header and body.
any record which is to inserted into the internal table
body passes to header line first then it is appended or we
can say pushed to body of internal table. The header and
body has the same name.
Suppose we have a internal table having fields NAME, AGE.
and our internal table name is ITAB.

itab-name = 'Rakesh'.
itab-age = '26'.

Append itab to itab. (" appends headerline ITAB to Body IT")
or we can use :- append itab. (both the above code works
same).

whereas in workarea it also works similarly as a header
line.
only difference is that its a headerline which is declared
explicitly and it is not attached with an internal table .

to append the work area containining a singel record into
internal table without header line :-

wa-name = 'Rakesh'.
wa-age = '26'.

Append Wa to ITAB.

I suppose this information will clear doubts .

Is This Answer Correct ?    25 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is macro? : abap hr

1164


10) How to get Item Header in Sales Order?

2065


What are the different message types available in the abap/4 ?

1085


Explain the difference between tables and structures?

1034


What is synchronous update?

1074


In se11 -->Tech. settings --> Data class. If I save table as Mater data OR Transaction data, what effect will it has for 'Storage' in Database after activation. or In Database how it will store in both the cases.

2641


What are the types of data types in the sap abap?

1079


Define infotype ? : abap hr

1341


Explain the sequences of event block?

1068


What is the difference between pnp and pnpce? : abap hr

1706


Does the table can have multiple foreign keys?

1088


When to use logical database?

1064


What is alv programming in abap?

1203


Specify the types of data dictionary objects.

1053


Which infotype records can not be deleted ? : abap hr

1138