SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
ASSIGN - LOCAL COPY - Short Reference
Syntax
ASSIGN LOCAL COPY
OF { {[INITIAL] { dobj[+off][(len)]
| (name)
| oref->(attr_name)
| {class|(class_name)}=>{attr|(attr_name)}
| dref->* } }
| {INITIAL LINE OF {itab|(itab_name)}} }
TO <fs>
[CASTING ...].
Effect
Obsolete: In a procedure, generates a local
anonymous data object as a copy of a memory area and assigns it to the field symbol <fs>.
Additions
Specifying the memory area:
Specifying the content:
Specifying the data type: