ABAPCREATE_DATA_SHORTREF - CREATE DATA SHORTREF
CPI1466 during Backup CPI1466 during BackupThis documentation is copyright by SAP AG.
CREATE DATA
Syntax
CREATE DATA dref [ AREA HANDLE handle ]
[ TYPE { {abap_type|(name)
[LENGTH len] [DECIMALS dec]}
| {[LINE OF] type|(name)}
| {REF TO type|(name)}
| {{{[STANDARD] TABLE}
|{SORTED TABLE}
|{HASHED TABLE}}
OF [REF TO] {type|(name)}
[WITH [UNIQUE|NON-UNIQUE]
{KEY {comp1 comp2 ...}|(keytab)}|{DEFAULT KEY}]
[INITIAL SIZE n]}
| {HANDLE handle} } ]
| [ LIKE { {[LINE OF] dobj}
| {REF TO dobj}
| {{{[STANDARD] TABLE}
|{SORTED TABLE}
|{HASHED TABLE}}
OF dobj
[WITH [UNIQUE|NON-UNIQUE]
{KEY {comp1 comp2 ...}|(keytab)}|{DEFAULT KEY}]
[INITIAL SIZE n]} } ].
Effect
Creates an anonymous data object and sets the data reference in dref to the data object. If no TYPEor LIKE addition is specified, dref has to be completely typed and this type is used for the data object.
Additions
- AREA HANDLE handle
Creates a shared object, where a reference to anarea handle has to be specified in handle. - LIKE
Defines the type using a reference to a data object. - abap_type|(name) [LENGTH len] [DECIMALS dec]
Specifies statically or dynamically a predefinedelementary data type and defines the length and the number of thefractional portions. - [LINE OF] type|(name)
Specifies statically or dynamically an already defined data type, and LINE OF can be used to refer to the line type of an internal table. - REF TO
Creates a reference variable. - {[STANDARD] TABLE}|{SORTED TABLE}|{HASHED TABLE}
Creates an internal table, see DATA. - WITH {[UNIQUE|NON-UNIQUE] KEY {comp1 comp2 ...}|(keytab) }|{DEFAULT KEY}
Defines the primary table key, components can be dynamically specified in an internal table keytab. - INITIAL SIZE n
Sets the initial memory usage, see DATA. - HANDLE handle
Specifies the data type using a handle reference to anRTTStype object.
TXBHW - Original Tax Base Amount in Local Currency Fill RESBD Structure from EBP Component Structure
This documentation is copyright by SAP AG.
Length: 7311 Date: 20120522 Time: 042210 triton ( 163 ms )






