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
What is a bsp application? : sap abap hr
What is bdc programming? : abap bdc
Can you define a field without a data element?
where are the passwords for ITS stores?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subarc after perform?
What are the different methods of passing data?
What is the difference between the function module and a normal abap/4 subroutine?
What is help view?
How to find the return code of a statement in abap programs?
Define external layer?
What are the components of sapscript?
Have you worked with support? How ticket comes to you? What were the timings for resolving tickets types of severity?
What was the requirement of IDoc in your project? How it was working?
Which transaction code can I used to analyze the performance of ABAP program.?
What are conditional chain statement?