C_FinSGLErrorMessageTP
Financial Services GL Error Message - TP
C_FinSGLErrorMessageTP is a Consumption CDS View that provides data about "Financial Services GL Error Message - TP" in SAP S/4HANA. It reads from 1 data source (R_FinSGLErrorMessageTP) and exposes 10 fields with key fields FinSGLErrorItemUUID, FinSGLErrorSequenceNo. 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_FinSGLErrorMessageTP | R_FinSGLErrorMessageTP | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Financial Services GL Error Message - TP | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| Metadata.ignorePropagatedAnnotations | false | 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 (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FinSGLErrorItemUUID | FinSGLErrorItemUUID | ||
| KEY | FinSGLErrorSequenceNo | FinSGLErrorSequenceNo | ||
| FinSGLErrorMessageType | FinSGLErrorMessageType | |||
| FinSGLErrorMessageID | FinSGLErrorMessageID | |||
| FinSGLErrorMessageNo | FinSGLErrorMessageNo | |||
| FinSGLErrMsgVarbl1Txt | FinSGLErrMsgVarbl1Txt | Message Variable 1 | ||
| FinSGLErrMsgVarbl2Txt | FinSGLErrMsgVarbl2Txt | Message Variable 2 | ||
| FinSGLErrMsgVarbl3Txt | FinSGLErrMsgVarbl3Txt | Message Variable 3 | ||
| FinSGLErrMsgVarbl4Txt | FinSGLErrMsgVarbl4Txt | Message Variable 4 | ||
| FinSGLErrorMessageText | FinSGLErrorMessageText |
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Financial Services GL Error Message - TP'
@VDM: {
viewType:#CONSUMPTION,
usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
}
@ObjectModel: {
usageType: {
serviceQuality: #B,
sizeCategory: #XL,
dataClass: #TRANSACTIONAL
}
}
@Metadata: {
ignorePropagatedAnnotations: false,
allowExtensions: true
}
define view entity C_FinSGLErrorMessageTP
as projection on R_FinSGLErrorMessageTP
{
key FinSGLErrorItemUUID,
key FinSGLErrorSequenceNo,
FinSGLErrorMessageType,
FinSGLErrorMessageID,
FinSGLErrorMessageNo,
@EndUserText.label: 'Message Variable 1'
FinSGLErrMsgVarbl1Txt,
@EndUserText.label: 'Message Variable 2'
FinSGLErrMsgVarbl2Txt,
@EndUserText.label: 'Message Variable 3'
FinSGLErrMsgVarbl3Txt,
@EndUserText.label: 'Message Variable 4'
FinSGLErrMsgVarbl4Txt,
FinSGLErrorMessageText,
_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