Table-Handling Function Reference 
The following table-handling functions let you create and manipulate internal table variables:
ItAppLine ItCpyLine ItCreate ITAB_H ItDelete ItDelLine ItFill ItFree ItGetLine ItGupLine ItInsLine ItLeng ItPutLine
Note that for all table-handling functions, the indexing of tables starts at 1,not 0.

In many of these routines, the token SAP_API is included. SAP_API contains platform-dependent keywords which are neccesary to allow dynamic linking of these function from various environments. On Windows, for example, SAP_API is __extern __loadds __pascal __far.