C_FinSGLModifiedItemTP
Financial Services GL Modified Item - TP
C_FinSGLModifiedItemTP is a Consumption CDS View that provides data about "Financial Services GL Modified Item - TP" in SAP S/4HANA. It reads from 1 data source (R_FinSGLModifiedItemTP) and exposes 19 fields with key field FinSGLErrorItemUUID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_FinSGLModifiedItemTP | R_FinSGLModifiedItemTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Financial Services GL Modified Item - TP | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.representativeKey | FinSGLErrorItemUUID | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Metadata.allowExtensions | true | view |
Fields (19)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FinSGLErrorItemUUID | FinSGLErrorItemUUID | ||
| Ledger | Ledger | |||
| LedgerGroup | LedgerGroup | |||
| CompanyCode | CompanyCode | |||
| AccountingDocument | AccountingDocument | Journal Entry | ||
| FiscalYear | FiscalYear | |||
| PostingDate | PostingDate | |||
| GLAccount | GLAccount | |||
| PartnerCompany | PartnerCompany | |||
| ProfitCenter | ProfitCenter | |||
| PartnerProfitCenter | PartnerProfitCenter | |||
| CostCenter | CostCenter | |||
| DocumentItemText | DocumentItemText | Item Text | ||
| FinancialServicesProductGroup | FinancialServicesProductGroup | |||
| FinancialServicesBranch | FinancialServicesBranch | |||
| FinancialDataSource | FinancialDataSource | |||
| CustomerSupplierIndustry | CustomerSupplierIndustry | |||
| CustomerGroup | CustomerGroup | |||
| Country | Country |
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Financial Services GL Modified Item - TP'
@VDM: {
viewType:#CONSUMPTION,
usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
}
@ObjectModel: {
representativeKey: 'FinSGLErrorItemUUID',
usageType: {
serviceQuality: #D,
sizeCategory: #XL,
dataClass: #TRANSACTIONAL
}
}
@Metadata: {
ignorePropagatedAnnotations: true,
allowExtensions: true
}
define view entity C_FinSGLModifiedItemTP
as projection on R_FinSGLModifiedItemTP
{
key FinSGLErrorItemUUID,
Ledger,
LedgerGroup,
CompanyCode,
@Consumption.semanticObject: 'AccountingDocument'
@EndUserText.label: 'Journal Entry'
AccountingDocument,
FiscalYear,
PostingDate,
GLAccount,
PartnerCompany,
ProfitCenter,
PartnerProfitCenter,
CostCenter,
@EndUserText.label: 'Item Text'
DocumentItemText,
FinancialServicesProductGroup,
FinancialServicesBranch,
FinancialDataSource,
CustomerSupplierIndustry,
CustomerGroup,
Country,
_ErrorItem : redirected to parent C_FinSGLErrorItemTP
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_FINSGLMODIFIEDITEMTP"
],
"ASSOCIATED":
[
"C_FINSGLERRORITEMTP",
"R_FINSGLERRORITEMTP"
],
"BASE":
[
"R_FINSGLMODIFIEDITEMTP"
],
"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