Skip to content

/AWS1/CL_LKF=>REMOVELFTAGSFROMRESOURCE()

About RemoveLFTagsFromResource

Removes an LF-tag from the resource. Only database, table, or tableWithColumns resource are allowed. To tag columns, use the column inclusion list in tableWithColumns to specify column input.

Method Signature

IMPORTING

Required arguments:

IO_RESOURCE TYPE REF TO /AWS1/CL_LKFRESOURCE /AWS1/CL_LKFRESOURCE

The database, table, or column resource where you want to remove an LF-tag.

IT_LFTAGS TYPE /AWS1/CL_LKFLFTAGPAIR=>TT_LFTAGSLIST TT_LFTAGSLIST

The LF-tags to be removed from the resource.

Optional arguments:

IV_CATALOGID TYPE /AWS1/LKFCATALOGIDSTRING /AWS1/LKFCATALOGIDSTRING

The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_LKFREMLFTGSFRMRESRC01 /AWS1/CL_LKFREMLFTGSFRMRESRC01