ABAP Keyword Documentation →  ABAP − Reference →  Declarations →  Declaration Statements →  Data Types and Data Objects →  Declaring Data Types →  TYPES →  TYPES - LOB HANDLE → 

TYPES - lob_handle_type

Syntax

  ... { READER|LOCATOR|{LOB HANDLE} }
    | { WRITER|LOCATOR } ...


Effect

These additions determine the static type of the LOB handle components when deriving an LOB handle structure using the TYPES statement.

The READER and WRITER additions cannot be used together in a TYPES statement. Furthermore, WRITER cannot be used with LOB HANDLE.

The combination possibilities with the lob_handle_columns column specifications are explained with the TYPES statement.