I_IPUTSApplComponentVH
IPUTS Application Component
I_IPUTSApplComponentVH is a Basic CDS View that provides data about "IPUTS Application Component" in SAP S/4HANA. It reads from 1 data source (df14l) and exposes 3 fields with key field IPUTSApplComponentID. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| df14l | df14l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | df14t | _Text | $projection.IPUTSApplComponentID = _Text.fctr_id and _Text.as4local = 'A' and _Text.langu = $session.system_language |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | IPUTS Application Component | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | IPUTSApplComponentID | view |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'IPUTS Application Component'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #S,
dataClass: #MIXED
}
@VDM.viewType: #BASIC
@ObjectModel: { dataCategory: #VALUE_HELP, representativeKey: 'IPUTSApplComponentID' }
define view entity I_IPUTSApplComponentVH
as select from df14l
association [0..*] to df14t as _Text on $projection.IPUTSApplComponentID = _Text.fctr_id
and _Text.as4local = 'A'
and _Text.langu = $session.system_language
{
key df14l.fctr_id as IPUTSApplComponentID,
df14l.ps_posid as IPUTSApplicationComponent,
// _Text.langu as Language,
_Text.name as IPUTSApplComponentText
}
where
as4local = 'A'
and synch != 'D'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DF14L",
"DF14T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"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