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".