I_ACMDiscPremQltySchedApplToVH
Value Help for Applies To Code
I_ACMDiscPremQltySchedApplToVH is a Basic CDS View that provides data about "Value Help for Applies To Code" in SAP S/4HANA. It reads from 1 data source (I_CmmdtyDrvtvGenericDomainVH) and exposes 2 fields with key field DiscPremQtyAppliesToCode.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CmmdtyDrvtvGenericDomainVH | I_CmmdtyDrvtvGenericDomainVH | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IAPPLIESTOVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.type | #INHERITED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| EndUserText.label | Value Help for Applies To Code | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | DiscPremQtyAppliesToCode | |||
| DiscPremQtyAppliesToCodeDesc | DomainText |
@AbapCatalog.sqlViewName: 'IAPPLIESTOVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel : { resultSet.sizeCategory: #XS }
@EndUserText.label: 'Value Help for Applies To Code'
define view I_ACMDiscPremQltySchedApplToVH as select from I_CmmdtyDrvtvGenericDomainVH
{ @ObjectModel.text.element: ['DiscPremQtyAppliesToCodeDesc']
key cast ( DomainValue as /accgo/e_applies_to ) as DiscPremQtyAppliesToCode,
@Semantics.text: true
DomainText as DiscPremQtyAppliesToCodeDesc
} where SAPDataDictionaryDomain = '/ACCGO/D_APPLIES_TO'
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