C_CollsResubmissionObjectTP

DDL: C_COLLSRESUBMISSIONOBJECTTP Type: view_entity CONSUMPTION

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)

SourceAliasJoin Type
R_CollsResubmissionObjectsTP R_CollsResubmissionObjectsTP projection

Annotations (8)

NameValueLevelField
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)

ServiceBindingVersionContractRelease
UI_RESUBMISSIONS_MANAGE UI_RESUBMISSIONS_MANAGE V2 C1 NOT_TO_BE_RELEASED_STABLE

Fiori Apps (1)

App IDApp NameTypeDescription
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)

KeyFieldSource TableSource FieldDescription
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

}