I_PRODALLOCCHARCCTLGPATHPICKER
Product Allocation Characteristic Catalog Path Picker
I_PRODALLOCCHARCCTLGPATHPICKER is a CDS View in S/4HANA. Product Allocation Characteristic Catalog Path Picker. It contains 2 fields. 4 CDS views read from this table.
CDS Views using this table (4)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_AltvBsdConfCharcPathPicker | view_entity | from | CONSUMPTION | Altv Ctrl Charac Catalog Path Picker |
| C_Prodalloccharcctlgpathdsp | view_entity | from | CONSUMPTION | Product Allocation Characteristic Catalog Path Display |
| C_ProdAllocCharcCtlgPathPicker | view | from | CONSUMPTION | Product Allocation Characteristic Catalog Path Picker |
| I_ProdAllocCharcCtlgPathDsp | view_entity | from | COMPOSITE | Product Allocation Characteristic Catalog Path Display |
Fields (2)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | ProdAllocCharcCtlgPathIntID | ProdAllocCharcCtlgPathIntID | 2 |
| ProdAllocCharcCtlgPathDesc | ProdAllocCharcCtlgPathDesc | 3 |
@EndUserText.label: 'Product Allocation Characteristic Catalog Path Picker'
@VDM.viewType: #COMPOSITE
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@VDM.private: false
@AccessControl.authorizationCheck: #NOT_REQUIRED //or #NOT_REQUIRED #CHECK
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass:#MASTER
define view entity I_ProdAllocCharcCtlgPathPicker
with parameters
P_HasText : xfeld
as select from I_ProdAllocCharcCtlgPathDesc
( P_HasText : $parameters.P_HasText,
P_HasDraftEntity : '',
P_HasActiveEntity : 'X'
)
{
// Key fields
key ProdAllocCharcCtlgPathIntID as ProdAllocCharcCtlgPathIntID,
// Fields
ProdAllocCharcCtlgPathDesc as ProdAllocCharcCtlgPathDesc
}
group by
ProdAllocCharcCtlgPathIntID,
ProdAllocCharcCtlgPathDesc