How to declare an Internal Table?

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


Please Help Members By Posting Answers For Below Questions

How do you control printer functions from sapscript?

969


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

1020


What is going life actually? What is the role of a functional consultant in it? : sap abap hr

759


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

2277


Explain difference between primary key and unique key?

719


What is synchronous update?

741


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 ?

1654


How is conversion of data types done between abap/4 & external level? : abap data dictionary

882


visibility section for class level and attributes level

1049


What are the different types of the sap abap data dictionary objects?

768


Difference between user exit and badis?

845


what is friend class

1077


What is meant by payscale structure? How did you configure pay scale structure? : sap abap hr

735


What are the functions of lock objects?

936


How do you write manual bdc session method? : abap bdc

796