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

What are matchcodes?

557


hi,how to diable the popup window which is displayed afetr executing the SAP script program?

1580


What is an interactive report? What is the obvious difference of such report compared with classical type reports?

563


how can you display data say "your name"in sap script without print program or driver program??

1726


What is repository info. Systems?

613






What are the steps to be followed to set lockobjects? : sap abap data dictionary

627


Explain the differences between at selection-screen and at selection-screen output?

537


What is a table pool?

628


How to Raise a Particular Ticket in Realtime ?

1638


What are the disadvantages of logical databases?

667


What is narrow casting and wide casting?

1137


1.why dont use top of page. wat is the use? 2. wat is sub screen? 3. why u select the session method in bdc ? how many records wil be updated on that time? 4.why dont use start form in script? 5.wat is difference b/w dilldown and interactive report? 6. wat is pf status interactine report?

2356


How can we set the table spaces and extent sizes? : abap data dictionary

744


How do you set up background jobs in sap? What are the steps? What are the event driven batch jobs?

567


how to create view in bdc..??

2331