DHCDC_RT_OBJSTORAGEPOINTER
Runtime Object Storage Pointer
DHCDC_RT_OBJSTORAGEPOINTER is a CDS View in S/4HANA. Runtime Object Storage Pointer. It contains 5 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| dhcdc_rt_accessplanportion | view_entity | inner | Portion Information per Access Plan | |
| DHCDC_RT_PortionInformation | view_entity | from | Portion Information |
Fields (5)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | acp_id | acp_id | 2 |
| KEY | objname | objname | 2 |
| KEY | objtype | objtype | 2 |
| KEY | storage_ptr | storage_ptr | 1 |
| KEY | subscriber_id | subscriber_id | 2 |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Runtime Object Storage Pointer'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #S,
dataClass: #MIXED
}
define view entity DHCDC_RT_ObjStoragePointer
as select from dhcdc_rtstoreptr
{
key subscriber_id,
key objtype,
key objname,
key acp_id,
cast( storage_ptr as abap.int8) as storage_ptr
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DHCDC_RTSTOREPTR"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/