P_ALLOCCUSTGROUPKEYVH
Customer Group Key
P_ALLOCCUSTGROUPKEYVH is a CDS View in S/4HANA. Customer Group Key. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_AllocationCustGroupKeyVH | view | from | CONSUMPTION | Allocation Customer Group Key |
@AbapCatalog.sqlViewName: 'PALOCUSTGRPKF'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking:#BLOCKED_DATA_EXCLUDED
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #M
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #COMPOSITE
@VDM.private: true
//@EndUserText.label: 'Customer Group Key'
define view P_AllocCustGroupKeyVH as
select distinct from I_Customer
{
key CustomerCorporateGroup
}