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
Why do we use types statement in abap programming?
What is the meaning of abap editor integrated with abap data dictionary? : abap data dictionary
Explain the differences between sap memory and abap memory?
what is code to upload cost centers through call trans. and procedure
What are logical databases? What are the advantages of logical databases?
What is netweaver???what is the relationship with ABAP?
What is payroll driver ? : abap hr
What are the advantages of logical databases : abap hr
What is the disadvantage of a call by reference? : abap modularization
How to create any functions? How to go about it?
Why we are using Macros instead of Function Modules
What is native sql?
why particularly lock object name starts with EZ OR EY?
What are the different abap/4 editors?
Explain the disadvantages of different types of bdc's?