Skip to Content
0
Jun 28, 2008 at 06:14 AM

Regarding Table type..

588 Views

Hi,

I used to declare internal table as given below and use them in the program,

Data : int1 type Mara.

Data : int2 like Mara.

But recently i saw a syntax as given below,

Data: <internal table name> type <Table type>.

What is table type?

What is it use when declaring with internal table?

I saw table type in SE11 and entered MARA in table type but i got information that "No objects correspond to the selection criteria". Please give me example for "table type".