Table Method: CreateFromHandle 

Purpose

Defines the column structure for a Table object using R/3 Repository information, and associates an R/3 internal table handle with the object.

Syntax

The CreateFromHandle method has the syntax:

CreateFromHandle(R3Connection, TableHandle, RepositoryEntry,

ParameterName)

Parameters

Description

This method:

The CreateFromHandle method lets you use Table objects with internal tables provided by foreign applications. The method returns TRUE on success, otherwise FALSE.

See also Creating a Table Object.