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. It is exposed through 1 OData service (UI_PROCESSERRORITEMS). It is used in 1 Fiori application: Process Error Documents - Error Correction and Suspense Accounting.
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 | #B | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Metadata.allowExtensions | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_PROCESSERRORITEMS | UI_PROCESSERRORITEMS | V2 | C1 | NOT_RELEASED |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F7320 | Process Error Documents - Error Correction and Suspense Accounting | Transactional | Process Error Documents - Error Correction and Suspense Accounting |
Process Error Documents - Error Correction and Suspense Accounting
Business Role: General Ledger Accountant - Banks
With the Process Error Documents - Error Correction and Suspense Accounting app, you can view, edit, and post the error documents created during the upload of journal entries. If you enable the Team Assignment function, a team automatically gets assigned at the time of error document creation. You can assign a processor to the error document. Additionally, you can reassign, reject and redetermine the team associated with an error document and also receive email notifications for all team-assignment related activities.
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: #B,
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
}
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