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
How do you control printer functions from sapscript?
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
What is going life actually? What is the role of a functional consultant in it? : sap abap hr
SAP Script for Billing in which Billing document number was displayed as header, Bill Type, Bill Category, Bill Item, Cost, Base Unit of Measurement and Material number were categorically displayed for each billing document number. plz mention the detail coding Tahnks, Rahul
Explain difference between primary key and unique key?
What is synchronous update?
GUYS any one please can u post questions in sap a bap webdynpro questions.. please i need to know some technical questions regarding webdynpro and ADOBE forms ?
How is conversion of data types done between abap/4 & external level? : abap data dictionary
visibility section for class level and attributes level
What are the different types of the sap abap data dictionary objects?
Difference between user exit and badis?
what is friend class
What is meant by payscale structure? How did you configure pay scale structure? : sap abap hr
What are the functions of lock objects?
How do you write manual bdc session method? : abap bdc