SAP ASSIGN - Syntax ABAP Statements

Get Example source ABAP code based on a different SAP table
  


ABAP Code Snippet


ABAP 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)}
| writable_exp }
TO <(><<)>fs>
[ { CASTING [ {TYPE type|(name)}
| {LIKE dobj}
| {[TYPE p] DECIMALS dec}
| {TYPE HANDLE handle} ] }
| { {TYPE name}
| {[TYPE name] DECIMALS dec} } ]
[RANGE range].

Return to menu