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.
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 |
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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_COMPANYCODE",
"R_COLLSRESUBMISSIONOBJECTSTP"
],
"ASSOCIATED":
[
"C_COLLSRESUBMISSIONTP",
"R_COLLSRESUBMISSIONTP"
],
"BASE":
[
"R_COLLSRESUBMISSIONOBJECTSTP"
],
"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