I_AvailabilityCtrlProfile
Budget Availability Control Profile
I_AvailabilityCtrlProfile is a Basic CDS View (Dimension) that provides data about "Budget Availability Control Profile" in SAP S/4HANA. It reads from 1 data source (finsc_avc_prof) and exposes 6 fields with key field AvailabilityControlProfile. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| finsc_avc_prof | finsc_avc_prof | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_AvailabilityCtrlProfileText | _Text | $projection.AvailabilityControlProfile = _Text.AvailabilityControlProfile |
| [0..*] | I_AvailyCtrlProfileSemanticTag | _SemanticTag | $projection.AvailabilityControlProfile = _SemanticTag.AvailabilityControlProfile |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Budget Availability Control Profile | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| VDM.viewType | #BASIC | view | |
| AbapCatalog.sqlViewName | IFIAVCPRFL | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | AvailabilityControlProfile | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| AbapCatalog.buffering.status | #ACTIVE | view | |
| AbapCatalog.buffering.type | #FULL | view | |
| AbapCatalog.preserveKey | true | view | |
| ObjectModel.sapObjectNodeType.name | BdgtAvailabilityControlProfile | view | |
| AbapCatalog.compiler.compareFilter | true | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AvailabilityControlProfile | profile | ||
| AvailabilityControlProfileType | profile_type | |||
| AvailyCtrlTimeRangeType | time_range | |||
| BudgetCurrencyRole | budget_currency_type | |||
| _Text | _Text | |||
| _SemanticTag | _SemanticTag |
@EndUserText.label: 'Budget Availability Control Profile'
@Analytics: {
dataCategory: #DIMENSION
// dataExtraction.enabled: true
}
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IFIAVCPRFL'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'AvailabilityControlProfile'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #A,
sizeCategory: #S
}
@ObjectModel.supportedCapabilities: [
#SQL_DATA_SOURCE,
#CDS_MODELING_DATA_SOURCE,
#CDS_MODELING_ASSOCIATION_TARGET
]
@AbapCatalog.buffering:{
status: #ACTIVE,
type: #FULL
}
@AbapCatalog.preserveKey:true
@ObjectModel.sapObjectNodeType.name: 'BdgtAvailabilityControlProfile'
@AbapCatalog.compiler.compareFilter:true
define view I_AvailabilityCtrlProfile
as select from finsc_avc_prof
association [0..*] to I_AvailabilityCtrlProfileText as _Text on $projection.AvailabilityControlProfile = _Text.AvailabilityControlProfile
association [0..*] to I_AvailyCtrlProfileSemanticTag as _SemanticTag on $projection.AvailabilityControlProfile = _SemanticTag.AvailabilityControlProfile
{
@ObjectModel.text.association: '_Text'
key profile as AvailabilityControlProfile,
profile_type as AvailabilityControlProfileType,
time_range as AvailyCtrlTimeRangeType,
budget_currency_type as BudgetCurrencyRole,
_Text,
_SemanticTag
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FINSC_AVC_PROF"
],
"ASSOCIATED":
[
"I_AVAILABILITYCTRLPROFILETEXT",
"I_AVAILYCTRLPROFILESEMANTICTAG"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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