I_AvailabilityCtrlProfileText
Budget Availibility Ctrl Profile - Text
I_AvailabilityCtrlProfileText is a Basic CDS View that provides data about "Budget Availibility Ctrl Profile - Text" in SAP S/4HANA. It reads from 1 data source (finsc_avc_proft) and exposes 4 fields with key fields AvailabilityControlProfile, Language. It has 1 association to related views. Part of development package FINS_FIS_FICO.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| finsc_avc_proft | finsc_avc_proft | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IFIAVCPRFLT | view | |
| EndUserText.label | Budget Availibility Ctrl Profile - Text | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | AvailabilityControlProfile | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.supportedCapabilities | #LANGUAGE_DEPENDENT_TEXT | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AvailabilityControlProfile | profile | ||
| KEY | Language | langu | ||
| AvailabilityControlProfileName | txt | |||
| _Language | _Language |
@AbapCatalog.sqlViewName: 'IFIAVCPRFLT'
@EndUserText.label: 'Budget Availibility Ctrl Profile - Text'
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'AvailabilityControlProfile'
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.supportedCapabilities: #LANGUAGE_DEPENDENT_TEXT
define view I_AvailabilityCtrlProfileText
as select from finsc_avc_proft
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
key profile as AvailabilityControlProfile,
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language
key langu as Language,
@Semantics.text
txt as AvailabilityControlProfileName,
_Language
}
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