ABAPASSIGN_SHORTREF - ASSIGN SHORTREF

ABAP Short Reference   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.

ASSIGN

Reference



Syntax

ASSIGN { dobj[+off][(len)]
       | [TABLE FIELD] (name)
       | dref->*
       | {dobj INCREMENT inc}
       | {COMPONENT comp OF STRUCTURE struc}
       | oref->(attr_name)
       | {class|(class_name)}=>{attr|(attr_name)} }
  TO <fs>
  [ { CASTING [ {TYPE type|(name)}
              | {LIKE dobj}
              | {[TYPE p] DECIMALS dec}
              | {TYPE HANDLE handle} ] }
  | { {TYPE name}
    | {[TYPE name] DECIMALS dec} } ]
  [RANGE range].


Effect

Assigns a memory area to a field symbol <fs>.

Additions

Specifying the memory area:

Specifying the data type:

Restriction of the memory area:

  • RANGE range
    Restricts the assignable memory area to the data object range





CL_GUI_FRONTEND_SERVICES - Frontend Services   ROGBILLS - Synchronize billing plans  
This documentation is copyright by SAP AG.


Length: 5471 Date: 20120518 Time: 192845     triton ( 170 ms )