P_MDBusObjTypeCodeViaParam
Bus Obj Type Code to related Obj Types
P_MDBusObjTypeCodeViaParam is a Composite CDS View that provides data about "Bus Obj Type Code to related Obj Types" in SAP S/4HANA. It reads from 1 data source (I_Language) and exposes 2 fields with key field Language. Part of development package MDC_PROCESS_OBJECT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Language | I_Language | from |
Parameters (1)
| Name | Type | Default |
|---|---|---|
| p_MasterDataObjectTypeCode | mdc_object_type_code |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_ALLOWED | view | |
| EndUserText.label | Bus Obj Type Code to related Obj Types | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.private | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | Language | ||
| MasterDataObjectTypeCode |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_ALLOWED
@EndUserText.label: 'Bus Obj Type Code to related Obj Types'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel:{
usageType: { dataClass: #MASTER, serviceQuality: #C, sizeCategory: #M },
resultSet: { sizeCategory: #XS }
}
@VDM.viewType: #COMPOSITE
@VDM.private: true
define view entity P_MDBusObjTypeCodeViaParam
with parameters
p_MasterDataObjectTypeCode : mdc_object_type_code
as select from I_Language
{
key Language,
$parameters.p_MasterDataObjectTypeCode as MasterDataObjectTypeCode
}
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