C_CollsInvoiceRelatedResubmsn
Resubmission Related to Invoice
C_CollsInvoiceRelatedResubmsn is a Consumption CDS View that provides data about "Resubmission Related to Invoice" in SAP S/4HANA. It reads from 1 data source (I_CollsInvoiceRelatedResubmsn) and exposes 29 fields with key fields LogicalSystem, ObjectType, ObjectKey, RelationToLinkedObject, ResubmissionUUID. It is exposed through 4 OData services (ASQL_F0702A, UI_DISPUTECASE_MANAGE, UI_HOBRECEIVABLES_DISPLAY, ...). It is used in 2 Fiori applications: Manage Dispute Cases (Version 2), Display Head Office Receivables. Part of development package ODATA_PROCESS_RECEIVABLES.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CollsInvoiceRelatedResubmsn | I_CollsInvoiceRelatedResubmsn | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| Metadata.allowExtensions | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.representativeKey | ResubmissionUUID | view | |
| EndUserText.label | Resubmission Related to Invoice | view |
OData Services (4)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| ASQL_F0702A | ASQL_F0702A | C2 | NOT_RELEASED | |
| UI_DISPUTECASE_MANAGE | UI_DISPUTECASE_MANAGE | V2 | C1 | NOT_TO_BE_RELEASED_STABLE |
| UI_HOBRECEIVABLES_DISPLAY | UI_HOBRECEIVABLES_DISPLAY | V2 | C1 | NOT_TO_BE_RELEASED_STABLE |
| UI_PROCESSRECEIVABLES_MANAGE | UI_PROCESSRECEIVABLES_MAN | V2 | C1 | NOT_TO_BE_RELEASED_STABLE |
Fiori Apps (2)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F0702A | Manage Dispute Cases (Version 2) | Transactional | Use this app to analyze and further process existing dispute cases. This involves dispute cases that are related to open receivables for your customers. |
| F5401 | Display Head Office Receivables | Transactional | If head office / branch relationships are used in SAP FI-AR, the work list entries in SAP Collections Management can be created on the branch level. Accordingly, only the branch related FI line items are shown on the Invoices list in the Process Receivables app. The app Head Office Receivables can be called via the button Display Head Office Receivables in the Process Receivables app. The button is only available, if such a relationship is maintained for the customer. The app provides the information on customer recevievables and related objects (dispute cases, promises to pay, resubmissions, company relationships, notes) from the perspective of the head office. Unlike the Process Receivables, the creation of new objects is not possible in this app. |
Manage Dispute Cases (Version 2)
Business Role: Accounts Receivable Accountant
Use this app to analyze and further process existing dispute cases. This involves dispute cases that are related to open receivables for your customers.
Display Head Office Receivables
Business Role: Accounts Receivable Accountant
If head office / branch relationships are used in SAP FI-AR, the work list entries in SAP Collections Management can be created on the branch level. Accordingly, only the branch related FI line items are shown on the Invoices list in the Process Receivables app. The app Head Office Receivables can be called via the button Display Head Office Receivables in the Process Receivables app. The button is only available, if such a relationship is maintained for the customer.The app provides the information on customer recevievables and related objects (dispute cases, promises to pay, resubmissions, company relationships, notes) from the perspective of the head office. Unlike the Process Receivables, the creation of new objects is not possible in this app.
Fields (29)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | LogicalSystem | LogicalSystem | Logical System | |
| KEY | ObjectType | ObjectType | Type | |
| KEY | ObjectKey | ObjectKey | Object Key | |
| KEY | RelationToLinkedObject | RelationToLinkedObject | ||
| KEY | ResubmissionUUID | ResubmissionUUID | Resubmission Key | |
| ObjectClassification | ObjectClassification | |||
| ObjectIsConfirmed | ObjectIsConfirmed | |||
| ObjectIsVoided | ObjectIsVoided | |||
| CompanyCode | CompanyCode | Receiver Company Code | ||
| AccountingDocument | AccountingDocument | Journal Entry | ||
| FiscalYear | FiscalYear | G/L Fiscal Year | ||
| AccountingDocumentItem | AccountingDocumentItem | Posting View Item | ||
| CaseID | CaseID | Case ID | ||
| BusinessPartner | _CollectionsResubmission | BusinessPartner | Issuing Authority | |
| CollectionSegment | _CollectionsResubmission | CollectionSegment | Segment | |
| ResubmissionDueDate | _CollectionsResubmission | ResubmissionDueDate | Resubmission Date | |
| CollResubmissionDateTime | _CollectionsResubmission | CollResubmissionDateTime | Time Stamp | |
| NoCntctUntilResubmsnDateIsReq | _CollectionsResubmission | NoCntctUntilResubmsnDateIsReq | Don't Contact Until Resubmission Date | |
| ResubmissionReason | _CollectionsResubmission | ResubmissionReason | Reason | |
| ResubmissionStatus | _CollectionsResubmission | ResubmissionStatus | Status | |
| CreatedByUser | CreatedByUser | User Name | ||
| CreationDateTime | _CollectionsResubmission | CreationDateTime | Timestamp | |
| ChangedBy | ChangedBy | User Name | ||
| ChangedOnDateTime | _CollectionsResubmission | ChangedOnDateTime | Last Changed At | |
| BusinessPartnerName | ||||
| CreatedByUserName | ||||
| ChangedByUserName | ||||
| _CaseAttribute | _CaseAttribute | |||
| _CollectionsResubmission | _CollectionsResubmission |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view C_CollsInvoiceRelatedResubmsn.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
CREATE VIEW C_CollsInvoiceRelatedResubmsn AS
SELECT
LogicalSystem,
ObjectType,
ObjectKey,
RelationToLinkedObject,
ResubmissionUUID,
ObjectClassification,
ObjectIsConfirmed,
ObjectIsVoided,
CompanyCode,
AccountingDocument,
FiscalYear,
AccountingDocumentItem,
CaseID,
_CollectionsResubmission.BusinessPartner AS BusinessPartner,
_CollectionsResubmission.CollectionSegment AS CollectionSegment,
_CollectionsResubmission.ResubmissionDueDate AS ResubmissionDueDate,
_CollectionsResubmission.CollResubmissionDateTime AS CollResubmissionDateTime,
_CollectionsResubmission.NoCntctUntilResubmsnDateIsReq AS NoCntctUntilResubmsnDateIsReq,
_CollectionsResubmission.ResubmissionReason AS ResubmissionReason,
_CollectionsResubmission.ResubmissionStatus AS ResubmissionStatus,
CreatedByUser,
_CollectionsResubmission.CreationDateTime AS CreationDateTime,
ChangedBy,
_CollectionsResubmission.ChangedOnDateTime AS ChangedOnDateTime,
_CollectionsResubmission._BusinessPartner.BusinessPartnerName AS BusinessPartnerName,
_CollectionsResubmission._CreatedBy.UserDescription AS CreatedByUserName,
_CollectionsResubmission._ChangedBy.UserDescription AS ChangedByUserName
FROM I_CollsInvoiceRelatedResubmsn
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- OData Services in SAP S/4HANA Explained
- Service Bindings and Service Definitions in SAP S/4HANA
- SAP Fiori Apps Architecture — How Fiori Apps Connect to Data
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA