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
Explain the disadvantages of abap query tool?
What are the Various Types of internal tables?
What are the system fields? Explain?
How is time management and payroll is integrated? : sap abap hr
What are the update types possible?
How can we achieve MVC ?
what is abstract classes
What are different abap/4 editors?
How do you retrieve the data for repetitive structures ? : abap hr
BDC program to migrate data to SAP R/3 database. The data will be uploaded using transaction ME11. (Session Method) plz mention the detail coding Tahnks, Rahul
Difference between .Include and .append?
There is a delivery that is being created through the ABAP code and in the middle it says delivery created but someone is modifying , how would you rectify this issue
How many ways can a sap system be accessed?
What is example class
dear friends, do you know how to configure web dynpro and adobe into ECC6.0 IDES?