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
Difference between /N and /BEND?
performance tuning concepts
What are the aggregate objects in the dictionary? : abap data dictionary
How do you process errors in session method ? : abap bdc
What are advantages and disadvantages of logical data base
What is a currency factoring technique?
What are plan versions used for? : sap abap hr
What is dynpro? what are its components ?
In events, start-of-selection is a default event. When we have to use this event explicitly? Why?
What function does data dictionary perform?
How many ways you can create table? : abap data dictionary
What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc
Why do we use dynamic where conditions?
Why do we use FOR ALL ENTRIES and what is the pre-requisite
In order to upload purchase order details, how you handle multiple values for a single field?