I_CN_GoldenTaxDocumentStatusT
China Golden Tax Document Status - Text
I_CN_GoldenTaxDocumentStatusT is a Basic CDS View that provides data about "China Golden Tax Document Status - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields CN_GoldenTaxDocumentStatus, Language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | China Golden Tax Document Status - Text | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AbapCatalog.sqlViewName | ICNGTDOCSTST | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | CN_GoldenTaxDocumentStatus | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| AbapCatalog.preserveKey | true | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CN_GoldenTaxDocumentStatus | |||
| KEY | Language | ddlanguage | ||
| CN_GoldenTaxDocumentStatusDesc | ddtext | |||
| _GoldenTaxDocumentStatus | _GoldenTaxDocumentStatus | |||
| _Language | _Language |
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'China Golden Tax Document Status - Text'
@VDM: {
viewType:#BASIC
}
@AccessControl: {
authorizationCheck: #NOT_REQUIRED
}
@AbapCatalog: {
sqlViewName: 'ICNGTDOCSTST',
compiler.compareFilter: true
}
@ObjectModel: {
dataCategory: #TEXT,
representativeKey: 'CN_GoldenTaxDocumentStatus',
usageType: {
dataClass: #META,
serviceQuality: #A,
sizeCategory: #S
}
}
@AbapCatalog.preserveKey:true
define view I_CN_GoldenTaxDocumentStatusT as select from dd07t
association[0..1] to I_CN_GoldenTaxDocumentStatus as _GoldenTaxDocumentStatus on $projection.CN_GoldenTaxDocumentStatus = _GoldenTaxDocumentStatus.CN_GoldenTaxDocumentStatus
association[0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@ObjectModel.foreignKey.association: '_GoldenTaxDocumentStatus'
key substring(domvalue_l, 1, 1) as CN_GoldenTaxDocumentStatus,
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key ddlanguage as Language,
@Semantics.text: true
ddtext as CN_GoldenTaxDocumentStatusDesc,
//Associations
_GoldenTaxDocumentStatus,
_Language
}
where (dd07t.domname = 'EIV_GTD_STATUS') and (dd07t.as4local = 'A');
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_CN_GOLDENTAXDOCUMENTSTATUS",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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