ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  ERP CRM  >>  SAP  >>  ABAP
 
 


 

 
 Basis interview questions  Basis Interview Questions
 ABAP interview questions  ABAP Interview Questions
 SAPScript interview questions  SAPScript Interview Questions
 SD interview questions  SD Interview Questions
 MM interview questions  MM Interview Questions
 QM interview questions  QM Interview Questions
 PP interview questions  PP Interview Questions
 PM interview questions  PM Interview Questions
 PS interview questions  PS Interview Questions
 FI CO interview questions  FI CO Interview Questions
 HR interview questions  HR Interview Questions
 SAP CRM interview questions  SAP CRM Interview Questions
 SRM interview questions  SRM Interview Questions
 APO interview questions  APO Interview Questions
 Business Warehouse interview questions  Business Warehouse Interview Questions
 Business Workflow interview questions  Business Workflow Interview Questions
 SAP Security interview questions  SAP Security Interview Questions
 SAP Interfaces interview questions  SAP Interfaces Interview Questions
 Netweaver interview questions  Netweaver Interview Questions
 SAP ALE IDocs interview questions  SAP ALE IDocs Interview Questions
 SAP B1 interview questions  SAP B1 Interview Questions
 SAP AllOther interview questions  SAP AllOther Interview Questions
Question
difference between the workarea and headerline.plz tell me 
the answer
 Question Submitted By :: Swathisudheer
I also faced this Question!!     Rank Answer Posted By  
 
  Re: difference between the workarea and headerline.plz tell me the answer
Answer
# 1
Workarea contains the multiple records and whenever
headerline contains single record.
Declarations are as 
lt_mara type standard table of mara : workarea
ls_mara type mara  : Headerine
 
Is This Answer Correct ?    1 Yes 4 No
Sjha
 
  Re: difference between the workarea and headerline.plz tell me the answer
Answer
# 2
Workarea and headerline both are contain single record 
structure.normally we have two types of internal tables. 
 1. with headerline
 2. with out headerline

in with headerline internal table it self first row 
contains workarea. In case of without headerline internal 
table it will contain work area and body.
 
Is This Answer Correct ?    0 Yes 3 No
Vandan
 
 
 
  Re: difference between the workarea and headerline.plz tell me the answer
Answer
# 3
Headerline creates default WA for the internal table with 
same name of Internal table.
Both WA & headerline holds single record
 
Is This Answer Correct ?    2 Yes 0 No
Sonal
 
  Re: difference between the workarea and headerline.plz tell me the answer
Answer
# 4
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 ?    2 Yes 0 No
Rakesh Akula
 
  Re: difference between the workarea and headerline.plz tell me the answer
Answer
# 5
please dont write wrong answer mr. SJHA ..do you know what 
is sap or abap? cartoon


function of work area and header line is same.
Both are used to processed the data from internal table .
as i know the default work area of an internal table is a 
header line.
 
Is This Answer Correct ?    0 Yes 1 No
Swati
 

 
 
 
Other ABAP Interview Questions
 
  Question Asked @ Answers
 
What are the mandatory fields to be filled in Transaction VA21 for 'Creation of sales order Quotation'. SGT1
explain abt EXTRACT STATEMETN  1
what is at new carrier Timken3
how to fill the select options from an internal table dynamically ie can i use the loop in the initialization TCS2
what is the difference between function modules and subroutines Lockheed-Martin3
What is performance tuning?  2
5. I have two pages, In one page I want address, Header, Main & footer. In the second page I want only Main. How to do it? Deloitte1
How did you test the form u developed? How did you taken print?  1
2)what is the differnce between user exits and Badi IBM2
what is the difference between DATA ELEMENT and DOMAIN? please give the fully detailed Bosch3
what is the significance of project, subproject and object in lsmw?  1
when are this three events fired and tell me whuich event is fired first ,second and third --- at selection - screen, at selection -screen output, and at selection- screen on value request. CTS4
Explain Commit and Roll back?  1
what is cardinality.how it will work in abap TCS2
what is the difference between functional spec and technical spec CSC1
Difference Between ATPF and AT user command? Intel3
WHAT IS DATA CLUSTER? HOW DO YOU ESTIMATE THE TIME TO FINISH A PARTICULAR OBJECT? BirlaSoft1
will where conditions in a sql query help improve performance?  2
How 10 Digits are stored in Packed Decimal? Atos-Origin1
tell me about status codes? Satyam2
 
For more ABAP Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com