C_TranspPurchasingOrgVH
Transp Purchasing Organization VH
C_TranspPurchasingOrgVH is a CDS View that provides data about "Transp Purchasing Organization VH" in SAP S/4HANA. It reads from 1 data source (I_TranspPurgOrg) and exposes 5 fields with key field TranspPurgOrg. Part of development package VDM_TM_ORG_UNIT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_TranspPurgOrg | I_TranspPurgOrg | from |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | TranspPurgOrg | TranspPurgOrg | ||
| TranspPurgOrgName | TranspPurgOrgName | |||
| CompanyCode | ||||
| CompanyCodeName | _CompanyCode | CompanyCodeName | ||
| ConfigDeprecationCode | ConfigDeprecationCode |
//@AbapCatalog.viewEnhancementCategory: [#NONE]
//@AccessControl: {authorizationCheck: #NOT_REQUIRED,
// personalData.blocking: #NOT_REQUIRED}
//@ObjectModel: {representativeKey: 'OrganizationalUnit',
// dataCategory: #VALUE_HELP,
// usageType: {serviceQuality: #C,
// sizeCategory: #L,
// dataClass: #CUSTOMIZING}}
//@Search: {searchable: true}
//@VDM: {viewType: #CONSUMPTION,
// lifecycle.contract.type: #NONE }
//@EndUserText.label: 'Transp Purchasing Organization VH'
//
//
//define view entity C_TranspPurchasingOrgVH
// as select from I_TranspOrganizationalUnit
//{
// @UI.hidden: true
// key OrganizationalUnit,
// @UI.hidden: true
// OrgUnitValidityStartDate,
// @UI.hidden: true
// OrgUnitValidityEndDate,
// @Search.defaultSearchElement: true
// @Search.fuzzinessThreshold: 0.8
// @Search.ranking: #HIGH
// cast ( OrganizationalUnitExternalID as /scmb/pur_org_ext_id preserving type ) as TranspPurgOrg,
// cast ( _OrganizationalUnitText[1:Language = $session.system_language ].OrganizationalUnitName as /scmb/org_descr preserving type ) as TranspPurgOrgName
//}
//where
// OrganizationalUnitFunction = '2'
// and OrganizationalUnitRole = '1'
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl: {authorizationCheck: #NOT_REQUIRED,
personalData.blocking: #NOT_REQUIRED}
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {representativeKey: 'TranspPurgOrg',
dataCategory: #VALUE_HELP,
usageType: {serviceQuality: #C,
sizeCategory: #L,
dataClass: #CUSTOMIZING}}
@Search: {searchable: true}
@VDM: {viewType: #CONSUMPTION,
lifecycle.contract.type: #NONE }
@EndUserText.label: 'Transp Purchasing Organization VH'
define view entity C_TranspPurchasingOrgVH
as select from I_TranspPurgOrg
{
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
key TranspPurgOrg,
TranspPurgOrgName,
cast( CompanyCode as /scmtms/company_code preserving type ) as CompanyCode,
_CompanyCode.CompanyCodeName,
@Consumption.filter.defaultValue: ' '
ConfigDeprecationCode
}
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