How to code a Table Type in ABAP prog

Question: hi... could anyone plz tell me how to code a TABLE TYPE (se11 > data type > table type), in an ABAP program, and explain a bit about Table Types??

Thnx in advance.

Answer:
Check the ABAP F1 help on TYPES, everything you need is there (and more)

Answer:
E.g.

data: t_mystringtable type string_table.

string_table is a table type in SE11. Now I have an internal table of that type.

m@t
_________________
TULY The quality of answers is roughly proportional to the quality of the question.

The downside of being better than everyone else is that people tend to assume you're pretentious.
Copyright ?2007 - 2008 www.jt77.com