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
Can matchcode object contain ids with different update types? : abap data dictionary
How many types of views are there ?
Select query optimisation
What is screen flow logic? What are the sections in it?
What is the use of message command in a report? What are the different message types?
How can I get ascii value of any letter? Is there any function?
What is the use of a pretty printer?
What is a 'z' report?
What are the advantages of logical databases?
how to use the xk01 in realtime.can it apply the others. how it it will goes to first page and next page.
In sap scripts, how will you link form with the event driven?
In order to upload purchase order details, how you handle multiple values for a single field?
How can we declare a table control in the abap/4 program?
Module Pool Programming: Events and Table Control handling.
What are function modules?