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 are the differences between domain and data element?
What is the significance of delivery class? : abap data dictionary
How many types of data classes are there in sap abap? : abap data dictionary
hi,i worked mostly in core abap.know iam assigned to XI utility project.can u experts let me know what r the basic things i need to learn to work in XI utility project.i already searched in forum.thanks in advance.
how to create module pool program using table controls based on selection criteria specified for sales document item in the first screen and item details in the second screen. plz mention the detail coding Tahnks, Rahul
PLEASE HELP ANYONE ON THIS ISSUE,is there any problem with this function module :RHPQ_T77BX_ADD_QUALIS_OF_DPLAN. IT IS TRIGGERING BEFORE COMPLETION OF THE DEVELOPMENT PLAN but it has to trigger after compltion of development plan..this issue raised in my project..so reply urgently..thanks in advance..
What is an rfc?
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
What are number ranges?
Example of table cluster and cluster tables.
What is amdp (abap managed data procedures)?
What is bdc programming in sap?
What is the difference of update types in call transaction method ? : abap bdc
What two statements are required in an abap program to output an icon using a written statement?
What is output determination?