Answer Posted / gayathri
we can declare internal table with header line and without
header line.
internal table with header line.
data: begin of itab occurs 0,
num type i,
name(23),
........,
........,
end of itab.
internal table without header line.
types: begin of itab,
num type i,
name(23),
........,
........,
end of itab.
data: itab1 type itab occurs 0.
| Is This Answer Correct ? | 12 Yes | 6 No |
Post New Answer View All Answers
What is the meaning of abap editor integrated with abap data dictionary? : abap data dictionary
What is a size category?
What are the types of subroutines?
What is the difference between synchronous and asynchronous updates?
Define external layer? : abap data dictionary
What is the function of a domain?
How can end-of-selection be used?
What are advantages and disadvantages of logical data base
where do we store all custom programs in SD module?
what is user specific parameter?
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
What is a data class? : abap data dictionary
What are the contents in technical specifications?
what is leave to TRANSACTION?
What are logical data bases used in hr module? : abap hr