SAP DATA LOB HANDLE ABAP Statements
Get Example source ABAP code based on a different SAP table
ID TYPE-LOB
• FOR COLUMNS DATA
• LOCATOR FOR DATA
• READER FOR DATA
• WRITER FOR DATA
• LOB HANDLE FOR DATA
• ALL OTHER COLUMNS DATA
• ALL BLOB COLUMNS DATA
• ALL CLOB COLUMNS DATA
• FOR COLUMNS CLASS-DATA
• LOCATOR FOR CLASS-DATA
• READER FOR CLASS-DATA
• WRITER FOR CLASS-DATA
• LOB HANDLE FOR CLASS-DATA
• ALL OTHER COLUMNS CLASS-DATA
• ALL BLOB COLUMNS CLASS-DATA
• ALL CLOB COLUMNS CLASS-DATA
ABAP_SYNTAX
$[
... $].>
What does it do?
Derivation of a
The column specification
The syntax and meaning of the additions are identical to the definition of LOB handle structures using the corresponding variant of the statement
ABAP_EXAMPLE_VX5
Declaration of work areas with LOB handle components for a writer stream and a reader stream for the column
ABEXA 00174
ABAP_EXAMPLE_END
Return to menu