ABAPASSIGN_SHORTREF - ASSIGN SHORTREF
ABAP Short Reference rdisp/max_wprun_time - Maximum work process run timeThis documentation is copyright by SAP AG.
ASSIGN
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:
- dobj[+off][(len)] - Data object dobj or its subarea off(len)
- (name) - Data object contained in name
- TABLE FIELD - Obsolete: Restricts the search for the data object (contained in name) tointerface work areas declared using the TABLES statement
- dref->* - De-referenced reference variable
- dobj INCREMENT inc - Area that is incremented inc times by the length of dobj
- COMPONENT comp OF STRUCTURE struct - Component comp of a structure struc
- oref->(attr_name) - Attribute of an object referenced by oref, specified in attr_name
- {class|(class_name)}=>{attr|(attr_name)} -Staticattribute attr of the class class, where you can also specify the attribute and class as the content of attr_name and class_name
Specifying the data type:
- CASTING
Specifies the data type used to handle the memory area:
TYPEtype|(name) - Data type type, which you can also specify as the content of name
LIKE dobj - Data type of data object dobj
[TYPE p] DECIMALS dec - Data type p, withdecimal places specified in dec
TYPE HANDLE handle - Data type that handle points to, using thetype object specified by theRTTS - [TYPE name] DECIMALS dec
Obsolete: Casting to an elementary ABAP type in name or to the decimal places in dec
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 )






