I_IT_ElectronicDocRejectCode
Italy Electronic Rejection Code
I_IT_ElectronicDocRejectCode is a Basic CDS View that provides data about "Italy Electronic Rejection Code" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 3 fields with key fields IT_ElectronicDocRejectionCode, Language. Part of development package GLO-EDO-IT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Italy Electronic Rejection Code | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.representativeKey | IT_ElectronicDocRejectionCode | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.modelingPattern | #VALUE_HELP_PROVIDER | view | |
| ObjectModel.dataCategory | #TEXT | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | IT_ElectronicDocRejectionCode | |||
| KEY | Language | ddlanguage | ||
| IT_ElectronicDocRejectCodeText | ddtext | Rejection Code Description |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Italy Electronic Rejection Code'
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'IT_ElectronicDocRejectionCode'
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory: #S,
dataClass: #CUSTOMIZING
}
@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE,
#CDS_MODELING_DATA_SOURCE,
#CDS_MODELING_ASSOCIATION_TARGET]
@ObjectModel.modelingPattern: #VALUE_HELP_PROVIDER
@ObjectModel.dataCategory: #TEXT
define view entity I_IT_ElectronicDocRejectCode as select from dd07t
{
@ObjectModel: { text.element: [ 'IT_ElectronicDocRejectCodeText' ]}
key cast(domvalue_l as edoc_it_reject_code) as IT_ElectronicDocRejectionCode,
@Semantics.language
@UI.hidden: true
key ddlanguage as Language,
@Semantics.text: true
@EndUserText.label: 'Rejection Code Description'
ddtext as IT_ElectronicDocRejectCodeText
}
where
domname = 'EDOC_IT_REJECT_CODE'
and ddlanguage = $session.system_language
and as4local = 'A'
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