How do you define an internal using types?
Answer Posted / sivakumar kasa
types:begin of itab,
a type i,
b type c,
end of itab.
data:itab1 type table of itab with header line.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is meant by stacked list?
How do you read files from the presentation server ? : abap bdc
How is conversion of data types done between abap/4 & external level? : abap data dictionary
What is the tcode to create indexes?
What is an interactive report?
In order to upload purchase order details, how you handle multiple values for a single field?
Explain different types of attributes of function module?
What is the differrences between structure and table in data dictionary in abap? : abap hr
How to combine multiple order in one Delivery ( Step by Step)?
What is the difference between a structure and an append structure?
what is mean be On Change of in Control Break statement
What are the update types possible? : abap data dictionary
Give examples of transparent table?
What are the basic functions of database utility? : abap data dictionary
What is the use of lock objects?