P_PurchasingOrganization
Helper View for I_PurchasingOrganization
P_PurchasingOrganization is a Consumption CDS View that provides data about "Helper View for I_PurchasingOrganization" in SAP S/4HANA. It reads from 1 data source (I_PurchasingOrganization) and exposes 4 fields.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_PurchasingOrganization | PurchasingOrganization | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PMMPURGORG | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.private | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| EndUserText.label | Helper View for I_PurchasingOrganization | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| PurchasingOrganization | I_PurchasingOrganization | PurchasingOrganization | ||
| PurchasingOrganizationName | I_PurchasingOrganization | PurchasingOrganizationName | ||
| CompanyCode | CompanyCode | CompanyCode | ||
| _Plant | I_PurchasingOrganization | _Plant |
@AbapCatalog.sqlViewName: 'PMMPURGORG'
@VDM.viewType: #CONSUMPTION
@VDM.private: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@EndUserText.label: 'Helper View for I_PurchasingOrganization'
define view P_PurchasingOrganization //^ 2888551
as select from I_PurchasingOrganization as PurchasingOrganization
left outer to many join I_CompanyCode as CompanyCode on PurchasingOrganization.CompanyCode = CompanyCode.CompanyCode
or PurchasingOrganization.CompanyCode = ''
{
PurchasingOrganization.PurchasingOrganization,
PurchasingOrganization.PurchasingOrganizationName,
CompanyCode.CompanyCode,
PurchasingOrganization._Plant
} //V 2888551
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_COMPANYCODE",
"I_PURCHASINGORGANIZATION"
],
"ASSOCIATED":
[
"I_PLANTPURCHASINGORGANIZATION"
],
"BASE":
[
"I_PURCHASINGORGANIZATION"
],
"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