I_ACMPurchasingOrganization

DDL: I_ACMPURCHASINGORGANIZATION SQL: IPURCHASEORG Type: view BASIC

Interface layer for Purchase Organization

I_ACMPurchasingOrganization is a Basic CDS View that provides data about "Interface layer for Purchase Organization" in SAP S/4HANA. It reads from 1 data source (t024e) and exposes 2 fields with key field PurchasingOrganization.

Data Sources (1)

SourceAliasJoin Type
t024e t024e from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IPURCHASEORG view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.viewType #BASIC view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.sizeCategory #S view
ClientHandling.type #INHERITED view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.supportedCapabilities #CDS_MODELING_DATA_SOURCE view
EndUserText.label Interface layer for Purchase Organization view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PurchasingOrganization ekorg
PurchasingOrganizationName ekotx
@AbapCatalog.sqlViewName: 'IPURCHASEORG'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@VDM.viewType: #BASIC
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType.sizeCategory: #S
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.supportedCapabilities: #CDS_MODELING_DATA_SOURCE
@EndUserText.label: 'Interface layer for Purchase Organization'
define view I_ACMPurchasingOrganization
as select from t024e
{
 key ekorg as PurchasingOrganization,
     ekotx as PurchasingOrganizationName

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T024E"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/