Table Object 

The Table object is the key object in the SAP Table Factory. It maintains an internal table (ITAB) passed in from the native RFC interface. The Table object actually handles data read from or written to the R/3 System, providing a full two-dimensional view of this data.

The same Table object can contain different internal tables, as long as they have the same structure. (See AttachHandle and DetachHandle).

 

Available information on Table objects:

Properties

Methods

 

Other programming information:

Creating a Table Object

Using SelectTo* Methods

Displaying and Navigating Table Data