Entering content frameSyntax documentation get_table_collection Locate the document in its SAP Library structure

Generate an instance for Table Collection.

CALL METHOD control->get_table_collection
      EXPORTING no_flush         = no_flush
      IMPORTING table_collection = table_collection
                retcode          = retcode
                error            = error.

Description of parameters

Parameter

Optional

Description

table_collection

X

Generated instance for the table collection,

created with reference to the interface i_oi_table_collection.

Caution

You can only create one Table Collection instance for each Container Control. Any subsequent calls return a reference to the existing object. All of the open documents expose the same tables in the property tables.

Leaving content frame