Skip to content

/AWS1/CL_BCE=>GETTABLE()

About GetTable

Returns the metadata for the specified table and table properties. This includes the list of columns in the table schema, their data types, and column descriptions.

Method Signature

IMPORTING

Required arguments:

IV_TABLENAME TYPE /AWS1/BCETABLENAME /AWS1/BCETABLENAME

The name of the table.

Optional arguments:

IT_TABLEPROPERTIES TYPE /AWS1/CL_BCETABLEPROPERTIES_W=>TT_TABLEPROPERTIES TT_TABLEPROPERTIES

TableProperties are additional configurations you can provide to change the data and schema of a table. Each table can have different TableProperties. Tables are not required to have any TableProperties. Each table property has a default value that it assumes if not specified.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_BCEGETTABLERESPONSE /AWS1/CL_BCEGETTABLERESPONSE