I_COLLSSGMTCOMPANYCODEASSGMT

CDS View

Collections Segment - Company Codes

I_COLLSSGMTCOMPANYCODEASSGMT is a CDS View in S/4HANA. Collections Segment - Company Codes. It contains 4 fields. 13 CDS views read from this table.

CDS Views using this table (13)

ViewTypeJoinVDMDescription
C_CollsSgmtCompanyCodeAssgmt view_entity projection CONSUMPTION Colls Segment Company Code Assgmnt
I_CollCustDsputCoCodeAssgmt view inner COMPOSITE Customers Company Code Assignment
I_CollectionsInvoice view from COMPOSITE Collections Invoices
I_CollsPromiseToPayContactVH view inner COMPOSITE Promise To Pay Contact Value Help
P_CollMgmtRblsItmForKeyDte1 view inner COMPOSITE
P_CollsAcctColl view_entity inner COMPOSITE Collections Account - FI
P_CollsAcctDoc view from COMPOSITE
P_CollsPaymentTrend view from COMPOSITE
P_CrdtMNrOfBrokenPromisesToPay view inner COMPOSITE
R_CollsHeadOfficeDisputeCase view inner COMPOSITE Head Office Dispute Case
R_CollsHeadOfficePromiseToPay view from COMPOSITE Head Ofice Promise to Pay
R_CollsHeadOfficeResubmission view inner COMPOSITE Head Office Resubmissions
R_DisputeCaseDraftCollsSgmtTP view from TRANSACTIONAL Dispute Case TP

Fields (4)

KeyField CDS FieldsUsed in Views
KEY CollectionSegment CollectionSegment 3
KEY CompanyCode CompanyCode 4
_CollectionSegment _CollectionSegment 2
_CompanyCode _CompanyCode 1

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- Collections Segment - Company Codes
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_COLLSSGMTCOMPANYCODEASSGMT (
    COLLECTIONSEGMENT,
    COMPANYCODE,
    _COLLECTIONSEGMENT,
    _COMPANYCODE,
    PRIMARY KEY (COLLECTIONSEGMENT, COMPANYCODE)
);