I_TRANSPPURGORG
Purchasing Organization
I_TRANSPPURGORG is a CDS View in S/4HANA. Purchasing Organization. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_TranspPurchasingOrgVH | view_entity | from | Transp Purchasing Organization VH | |
| I_TranspPurgOrgCoCodeAssgmt | view_entity | from | COMPOSITE | Purchasing Org Company Code Assignment |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Purchasing Organization'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory: #S,
dataClass: #ORGANIZATIONAL
}
@ObjectModel.supportedCapabilities: [ #SQL_DATA_SOURCE,
#CDS_MODELING_DATA_SOURCE,
#CDS_MODELING_ASSOCIATION_TARGET ]
@VDM.viewType: #COMPOSITE
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
define view entity I_TranspPurgOrg
as select from I_PurchasingOrganization
association [0..1] to I_CompanyCode as _CompanyCode on $projection.CompanyCode = _CompanyCode.CompanyCode
{
key cast( PurchasingOrganization as /scmtms/purch_org preserving type ) as TranspPurgOrg,
cast( PurchasingOrganizationName as /scmtms/purch_org_name preserving type ) as TranspPurgOrgName,
cast( CompanyCode as /scmtms/purch_company_code preserving type ) as CompanyCode,
ConfigDeprecationCode,
_CompanyCode
}