I_SalesAreaSalesOfficeOrgUnit
Sales Area of Org Unit
I_SalesAreaSalesOfficeOrgUnit is a Composite CDS View that provides data about "Sales Area of Org Unit" in SAP S/4HANA. It has 1 association to related views.
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_SalesOfficeOrgUnit | _SalesOffice | $projection.OrganizationalUnit = _SalesOffice.OrganizationalUnit |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ISLSAREAORGUNT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| EndUserText.label | Sales Area of Org Unit | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | OrganizationalUnit | OrganizationalUnit | ||
| KEY | DistributionChannel | DistributionChannel | ||
| KEY | Division | Division | ||
| SalesOrganization | SalesOrganization | |||
| SalesOfficeOrgUnitID | _SalesOffice | SalesOfficeOrgUnitID |
@AbapCatalog.sqlViewName: 'ISLSAREAORGUNT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #COMPOSITE
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@EndUserText.label: 'Sales Area of Org Unit'
define view I_SalesAreaSalesOfficeOrgUnit
as select distinct from I_CRMSalesArea
association [0..1] to I_SalesOfficeOrgUnit as _SalesOffice on $projection.OrganizationalUnit = _SalesOffice.OrganizationalUnit
{
key OrganizationalUnit,
key DistributionChannel,
key Division,
SalesOrganization,
_SalesOffice.SalesOfficeOrgUnitID as SalesOfficeOrgUnitID
};
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CRMSALESAREA",
"I_SALESOFFICEORGUNIT"
],
"ASSOCIATED":
[
"I_SALESOFFICEORGUNIT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/
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