UI_COLL_MD_MANAGE
Manage Collection Master Data
UI_COLL_MD_MANAGE is an OData service definition in SAP S/4HANA. It exposes 15 CDS view(s). It has 1 service binding(s).
Exposed CDS Views (15)
| CDS View | Alias |
|---|---|
| C_BPCollectionsSgmtQuickView | BusinessPartnerQuickView |
| C_BPCollsSegmentAssignmentTP | BPCollectionsSegmentAssignment |
| C_BPCollsSegmentTmpAssgmtTP | BPCollSegmentTempAssignment |
| C_BusPartCollsProfileAssgmtTP | BPCollectionsProfileAssignment |
| C_CollectionsAccountNote | AccountNote |
| C_CollectionsDueDateGrid | DueDateGrid |
| C_CollectionsMainContact | MainContact |
| C_CollectionsPaymentTrend | PaymentTrend |
| C_CollsAccountStickyNote | StickyNote |
| C_CollsAcctCreditMgmtSummary | CreditMgmtSummary |
| C_CollsMgmtBusinessPartnerTP | CollectionsManagementBP |
| C_CollsSpecialistSubstitute | SpecialistSubstitute |
| C_RblsMgmtUserContactCard | UserContactCard |
| I_CollectionsProfileVH | |
| I_UserContactCard |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| UI_COLL_MD_MANAGE | ODATA | V2 | C1 | NOT_TO_BE_RELEASED_STABLE | false |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F5400 | Manage Collections Master Data | Transactional | Use this app to activate customers for Collections Management processes. For activated accounts, you can maintain Collection Groups per Collection Segments as well as assign Specialists on Collection Segment level. |
Source
@EndUserText.label: 'Manage Collection Master Data'
define service UI_COLL_MD_MANAGE {
expose C_CollsMgmtBusinessPartnerTP as CollectionsManagementBP;
expose C_BPCollsSegmentAssignmentTP as BPCollectionsSegmentAssignment;
expose C_BusPartCollsProfileAssgmtTP as BPCollectionsProfileAssignment;
expose C_BPCollsSegmentTmpAssgmtTP as BPCollSegmentTempAssignment;
expose C_BPCollectionsSgmtQuickView as BusinessPartnerQuickView;
expose C_RblsMgmtUserContactCard as UserContactCard;
expose C_CollsAcctCreditMgmtSummary as CreditMgmtSummary;
expose C_CollectionsMainContact as MainContact;
expose C_CollectionsPaymentTrend as PaymentTrend;
expose C_CollectionsDueDateGrid as DueDateGrid;
expose C_CollsAccountStickyNote as StickyNote;
expose C_CollectionsAccountNote as AccountNote;
expose C_CollsSpecialistSubstitute as SpecialistSubstitute;
expose I_CollectionsProfileVH;
expose I_UserContactCard;
}