C_CollsResubmissionObjectTP
Resubmission Objects - Consumption View
C_CollsResubmissionObjectTP is a Consumption CDS View that provides data about "Resubmission Objects - Consumption View" in SAP S/4HANA. It reads from 1 data source (R_CollsResubmissionObjectsTP) and exposes 13 fields with key fields LogicalSystem, ObjectType, ObjectKey, RelationToLinkedObject, ResubmissionUUID. It is exposed through 1 OData service (UI_RESUBMISSIONS_MANAGE). It is used in 1 Fiori application: Manage Resubmissions.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_CollsResubmissionObjectsTP | R_CollsResubmissionObjectsTP | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| ObjectModel.representativeKey | ObjectKey | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| VDM.viewType | #CONSUMPTION | view | |
| EndUserText.label | Resubmission Objects - Consumption View | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| Metadata.allowExtensions | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_RESUBMISSIONS_MANAGE | UI_RESUBMISSIONS_MANAGE | V2 | C1 | NOT_TO_BE_RELEASED_STABLE |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F4709 | Manage Resubmissions | Transactional | Use this app to manage resubmissions for business partners that were created for outstanding receivables. You use these resubmissions in the collection process with the Process Receivables app. |
Manage Resubmissions
Business Role: Accounts Receivable Accountant
Use this app to manage resubmissions for business partners that were created for outstanding receivables. You use these resubmissions in the collection process with the Process Receivables app.
Fields (13)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | LogicalSystem | LogicalSystem | ||
| KEY | ObjectType | ObjectType | ||
| KEY | ObjectKey | ObjectKey | ||
| KEY | RelationToLinkedObject | RelationToLinkedObject | ||
| KEY | ResubmissionUUID | ResubmissionUUID | ||
| ObjectClassification | ObjectClassification | |||
| ObjectIsConfirmed | ObjectIsConfirmed | |||
| ObjectIsVoided | ObjectIsVoided | |||
| CompanyCode | CompanyCode | |||
| AccountingDocument | AccountingDocument | |||
| FiscalYear | FiscalYear | |||
| AccountingDocumentItem | AccountingDocumentItem | |||
| CompanyCodeName | _CompanyCode | CompanyCodeName |
@ObjectModel: { representativeKey: 'ObjectKey',
semanticKey: [ 'CompanyCode',
'AccountingDocument' ],
usageType: { dataClass: #TRANSACTIONAL,
sizeCategory: #L,
serviceQuality: #A } }
@VDM: { viewType: #CONSUMPTION }
@EndUserText: { label: 'Resubmission Objects - Consumption View' }
@AccessControl: { authorizationCheck: #MANDATORY }
@Metadata: { allowExtensions: true }
define view entity C_CollsResubmissionObjectTP
as projection on R_CollsResubmissionObjectsTP
{
// VDM Fields
key LogicalSystem,
key ObjectType,
key ObjectKey,
key RelationToLinkedObject,
key ResubmissionUUID,
ObjectClassification,
ObjectIsConfirmed,
ObjectIsVoided,
@ObjectModel: { text: { element: [ 'CompanyCodeName' ] } }
CompanyCode,
AccountingDocument,
FiscalYear,
AccountingDocumentItem,
// Text fields
_CompanyCode.CompanyCodeName as CompanyCodeName,
// Exposed Associations
_CollsResubmissionTP : redirected to parent C_CollsResubmissionTP
}
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