Ansicht
Dokumentation

ABAPASSIGN_LOCAL_COPY_SHORTREF - ASSIGN LOCAL COPY SHORTREF

ABAPASSIGN_LOCAL_COPY_SHORTREF - ASSIGN LOCAL COPY SHORTREF

RFUMSV00 - Advance Return for Tax on Sales/Purchases   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.
SAP E-Book

ASSIGN, LOCAL COPY

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, creates a local anonymous data object as a copy of a memory area and assigns it to the field symbol <fs>.

Additions

Specifies the memory area:

  • Additions other than LINE OF - See ASSIGN.
  • LINE OF itab$|(itab_name) - Copy of a line of an internal table itab.

Specifies the content:

  • INITIAL
    Initializes the anonymous data object. Otherwise, the content of the memory area is used.

Specifies the data type:

  • CASTING ...
    Specifies the data type used to handle the memory area. See ASSIGN.





General Material Data   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.

Length: 2187 Date: 20240517 Time: 104409     sap01-206 ( 25 ms )