SAP ABAP Data Element ADMI_PROPT (Property Type (XML Archiving))
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CCM-ADK (Application Component) Archive Development Kit
⤷
SARC (Package) Archive Development Kit
⤷
⤷
Basic Data
| Data Element | ADMI_PROPT |
| Short Description | Property Type (XML Archiving) |
Data Type
| Category of Dictionary Type | Direct Type Entry | |
| Type of Object Referenced | No Information | |
| Domain / Name of Reference Type | ||
| Data Type | CHAR | Character String |
| Length | 20 | |
| Decimal Places | 0 | |
| Output Length | 20 | |
| Value Table |
Further Characteristics
| Search Help: Name | ||
| Search Help: Parameters | ||
| Parameter ID | ||
| Default Component name | ||
| Change document | ||
| No Input History | ||
| Basic direction is set to LTR | ||
| No BIDI Filtering |
Field Label
| Length | Field Label | |
| Short | 10 | Type |
| Medium | 20 | Property Type |
| Long | 30 | Property Type |
| Heading | 30 | Property Type |
Documentation
Definition
A descriptor for a property type.
Use
Although all of the OpenJDBC type descriptors are permitted, we recommend that you only use the property type VARCHAR(n), where 1 <= n <= 45.
Only if free ranges are never used in the method SELECT (parameter WHERE_RANGES), can n take on the maximum value of 127. Only if you exclusively use a WHERE clause (WHERE_CLAUSE) specifically formulated for an application, should the other property indexes be used.
- VARCHAR (n) (1 <=n <= 127)
- SMALLINT (-32768 to + 32768)
- INTEGER (-2147483648 to +2147483648)
- BIGINT (-9223372036854775808 to +9223372036854775808)
- REAL
- DOUBLE
Dependencies
Example
VARCHAR(10) can be used to include character-type properties in property indexes. The values of these typed properties can be used for unrestricted searches.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 630 |