I_PRODSTRUCVARIANTTYPE
Product Structure Variant Type
I_PRODSTRUCVARIANTTYPE is a CDS View in S/4HANA. Product Structure Variant Type. It contains 1 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_ProdStrucVariantType | view | from | CONSUMPTION | Prodcut Structure Variant Type |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | ProductStructureVariantType | ProductStructureVariantType | 1 |
@AbapCatalog.sqlViewName: 'IPSNVARTYPE'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #C
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Product Structure Variant Type'
define view I_ProdStrucVariantType
as select from cpvtype
left outer join /plmi/ppe_c_odvt on cpvtype.pvtype = /plmi/ppe_c_odvt.variant_type
and /plmi/ppe_c_odvt.spras = $session.system_language
{
key cpvtype.pvtype as ProductStructureVariantType,
key /plmi/ppe_c_odvt.spras as Language,
/plmi/ppe_c_odvt.variant_name as ProdStrucVarTypeDescription
}
where
conf_flg = 'X'
and applobj_type = 'CMP'
and contextenv = ''