InfoRecOrg
InfoRecOrg is a CDS View in SAP S/4HANA. It reads from 1 data source (eine). It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| eine | eine | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | InfoRec | _InfoRec | $projection.infnr = _InfoRec.infnr |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.sqlViewName | INFORECORGROW | view | |
| AbapCatalog.viewEnhancementCategory | #PROJECTION_LIST | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| DataAging.noAgingRestriction | false | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view |
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog: {
sqlViewName: 'INFORECORGROW',
viewEnhancementCategory: #PROJECTION_LIST
}
@AccessControl.authorizationCheck:#CHECK
@AccessControl.personalData.blocking: #REQUIRED
@DataAging.noAgingRestriction: 'false'
@ObjectModel: {
usageType.serviceQuality: #A,
usageType.sizeCategory: #L,
usageType.dataClass: #TRANSACTIONAL
}
define view InfoRecOrg as select from eine
association [1..1] to InfoRec as _InfoRec on $projection.infnr = _InfoRec.infnr {
*
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"EINE"
],
"ASSOCIATED":
[
"INFOREC"
],
"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