I_ProductStructureNodeVH
Product Structure Node Value Help
I_ProductStructureNodeVH is a Basic CDS View that provides data about "Product Structure Node Value Help" in SAP S/4HANA. It reads from 1 data source (I_ProductStructureNodeBasic) and exposes 8 fields with key field ProductStructureNodeUUID. It has 3 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ProductStructureNodeBasic | I_ProductStructureNodeBasic | from |
Associations (3)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_ProdStrucLogAccMActive | _LogAccMObjectTypeActive | $projection.ProductStructureGnrcObjType = _LogAccMObjectTypeActive.LogAccMObjectType |
| [0..1] | I_ProdStrucObjSecureIDAssgmt | _LogAccMObjSecureIDAssgmt | $projection.ProductStructureNodeUniqueID = _LogAccMObjSecureIDAssgmt.LogAccMObjectID and $projection.ProductStructureGnrcObjType = _LogAccMObjSecureIDAssgmt.LogAccMObjectType |
| [0..*] | I_ProdStrucObjectUserAuthzn | _LogAccMObjectUserAuthzn | $projection.ProductStructureNodeUniqueID = _LogAccMObjectUserAuthzn.LogAccMObjectID and _LogAccMObjectUserAuthzn.LogAccMObjectType = $projection.ProductStructureGnrcObjType |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IPRODSTRUCNODEVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| EndUserText.label | Product Structure Node Value Help | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProductStructureNodeUUID | ProductStructureNodeUUID | ||
| ProductStructureNodeUniqueID | ProductStructureNodeUniqueID | Object | ||
| ProductStructureNodeName | ProductStructureNodeName | |||
| ProductStructureGnrcObjType | ProductStructureGnrcObjType | |||
| _Text | _Text | |||
| _LogAccMObjectTypeActive | _LogAccMObjectTypeActive | |||
| _LogAccMObjSecureIDAssgmt | _LogAccMObjSecureIDAssgmt | |||
| _LogAccMObjectUserAuthzn | _LogAccMObjectUserAuthzn |
@AbapCatalog.sqlViewName: 'IPRODSTRUCNODEVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@AccessControl.privilegedAssociations: ['_Text']
@VDM.viewType: #BASIC
//@ObjectModel.representativeKey: 'ProductStructureNode'
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #C
@EndUserText.label: 'Product Structure Node Value Help'
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_ProductStructureNodeVH
as select from I_ProductStructureNodeBasic
association [0..1] to I_ProdStrucLogAccMActive as _LogAccMObjectTypeActive on $projection.ProductStructureGnrcObjType = _LogAccMObjectTypeActive.LogAccMObjectType
association [0..1] to I_ProdStrucObjSecureIDAssgmt as _LogAccMObjSecureIDAssgmt on $projection.ProductStructureNodeUniqueID = _LogAccMObjSecureIDAssgmt.LogAccMObjectID
and $projection.ProductStructureGnrcObjType = _LogAccMObjSecureIDAssgmt.LogAccMObjectType
association [0..*] to I_ProdStrucObjectUserAuthzn as _LogAccMObjectUserAuthzn on $projection.ProductStructureNodeUniqueID = _LogAccMObjectUserAuthzn.LogAccMObjectID
and _LogAccMObjectUserAuthzn.LogAccMObjectType = $projection.ProductStructureGnrcObjType
{
@ObjectModel.text.association: '_Text'
@UI.hidden: true
key ProductStructureNodeUUID,
@UI.hidden: true
@EndUserText.label: 'Object'
//bintohex( ProductStructureNodeUUID ) as ProductStructureNodeUniqueID,
ProductStructureNodeUniqueID,
ProductStructureNodeName,
ProductStructureGnrcObjType,
_Text,
//_LogAccMObjSecureIDAssgmt.LogAccMObjectID,
_LogAccMObjectTypeActive,
_LogAccMObjSecureIDAssgmt,
_LogAccMObjectUserAuthzn
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA