I_PRODALLOCCHARCCTLGPATHREF

CDS View

Product Allocation Characteristic Catalog Path Reference

I_PRODALLOCCHARCCTLGPATHREF is a CDS View in S/4HANA. Product Allocation Characteristic Catalog Path Reference. 5 CDS views read from this table.

CDS Views using this table (5)

ViewTypeJoinVDMDescription
C_ABOPSortAttributeVH view left_outer CONSUMPTION Value Help for BOP Sort Attributes
I_ProdAllocCharcCtlgPathRefTP view from TRANSACTIONAL Prod Alloc Charac Ctlg Path Ref Transactional Processing
I_ProdAllocCharcText view left_outer COMPOSITE Product allocation characteristic text
P_ATPSelOptnToolMixedFldHvngVH view from COMPOSITE
P_ProdAllocCharcCtlgPathRef view_entity from COMPOSITE Charc. Catalog Path Reference with Draft
@AbapCatalog.sqlViewName: 'IPACTLG_PATHREF'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@AccessControl.authorizationCheck: #NOT_REQUIRED  //or #NOT_REQUIRED #CHECK

@EndUserText.label: 'Product Allocation Characteristic Catalog Path Reference'
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass:#MASTER
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_ProdAllocCharcCtlgPathRef as select from pactlg_pathref 
  association [1..1] to I_ProdAllocCharcCatalog       as _ProdAllocCharcCatalog  on $projection.ProdAllocCharcCatalogUUID = _ProdAllocCharcCatalog.ProdAllocCharcCatalogUUID
  association [1..1] to I_ProdAllocCharcCatalogPath   as _ProdAllocCharcCatalogPath  on $projection.ProdAllocCharcCtlgPathUUID = _ProdAllocCharcCatalogPath.ProdAllocCharcCtlgPathUUID
  association [0..1] to I_ProdAllocCharcCatalogType   as _ProdAllocCharcCatalogType     on $projection.BaseCharacteristicCatalogType = _ProdAllocCharcCatalogType.ProdAllocCharcCatalogType
  association [0..1] to I_ProdAllocCharcCatalogPath   as _BaseProdAllocCharcCatalogPath  on $projection.BaseCharcCatalogPathUUID = _BaseProdAllocCharcCatalogPath.ProdAllocCharcCtlgPathUUID
{
key prodalloccharcctlgpathrefuuid as ProdAllocCharcCtlgPathRefUUID,
    @ObjectModel.foreignKey.association: '_ProdAllocCharcCatalog'
    prodalloccharccataloguuid as ProdAllocCharcCatalogUUID,
    @ObjectModel.foreignKey.association: '_ProdAllocCharcCatalogPath'
    prodalloccharcctlgpathuuid as ProdAllocCharcCtlgPathUUID,
    prodalloccharccatalogismain as ProdAllocCharcCatalogIsMain,
    @ObjectModel.foreignKey.association: '_ProdAllocCharcCatalogType'
    basecharacteristiccatalogtype as BaseCharacteristicCatalogType,
    @ObjectModel.foreignKey.association: '_BaseProdAllocCharcCatalogPath'
    basecharccatalogpathuuid as BaseCharcCatalogPathUUID,
    basecharccatalogpathintid as BaseCharcCatalogPathIntID,

    @ObjectModel.association.type: [#TO_COMPOSITION_ROOT]
    _ProdAllocCharcCatalog,
    @ObjectModel.association.type: [#TO_COMPOSITION_PARENT]
    _ProdAllocCharcCatalogPath,
    _BaseProdAllocCharcCatalogPath,
    _ProdAllocCharcCatalogType
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"PACTLG_PATHREF"
],
"ASSOCIATED":
[
"I_PRODALLOCCHARCCATALOG",
"I_PRODALLOCCHARCCATALOGPATH",
"I_PRODALLOCCHARCCATALOGTYPE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/