SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
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.