1) What is the difference between TYPE and LIKE ?

Answer Posted / sivaramakrishna

in old versions we use as below to create wa,itab
data : itab like line of dbtable.
data : wa like dbtable. " to create explicit wa
but in new versions
data : itab type table of dbtabl.
data : wa type dbtable.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we use types statement in abap programming?

865


What is the meaning of abap editor integrated with abap data dictionary? : abap data dictionary

899


Explain the differences between sap memory and abap memory?

732


what is code to upload cost centers through call trans. and procedure

2372


What are logical databases? What are the advantages of logical databases?

714


What is netweaver???what is the relationship with ABAP?

1830


What is payroll driver ? : abap hr

822


What are the advantages of logical databases : abap hr

792


What is the disadvantage of a call by reference? : abap modularization

828


How to create any functions? How to go about it?

784


Why we are using Macros instead of Function Modules

1831


What is native sql?

811


why particularly lock object name starts with EZ OR EY?

1726


What are the different abap/4 editors?

778


Explain the disadvantages of different types of bdc's?

722