UI_CUSTOMER_CONTACT_MANAGE

OData Service Package: ODATA_CUSTOMER_CONTACT

Manage Customer Contacts

UI_CUSTOMER_CONTACT_MANAGE is an OData service definition in SAP S/4HANA. It exposes 8 CDS view(s). It has 1 service binding(s).

Exposed CDS Views (8)

CDS ViewAlias
C_BPCollectionsSgmtQuickView BusinessPartnerQuickView
C_CollectionsMainContact MainContact
C_CustomerContactAttributeTP CustomerContactAttribute
C_CustomerContactRelationTP CustomerContactRelation
C_RblsMgmtUserContactCard ContactCard
I_CollectionsContactVH CollectionContact
I_CountryVH
I_UserContactCard ContactCardUser

Service Bindings (1)

BindingTypeVersionContractReleasePublished
UI_CUSTOMER_CONTACT_MANAGE ODATA V2 C1 NOT_TO_BE_RELEASED_STABLE false

Fiori Apps (1)

App IDApp NameTypeDescription
F4707 Manage Customer Contacts Transactional Use this app to manage the customer contacts for your business partners, which are created by collections specialists as result of a customer contact. You use these contacts in the collection process with the Process Receivables app.

Source

@EndUserText.label: 'Manage Customer Contacts'
define service UI_Customer_Contact_Manage {
  expose C_CustomerContactAttributeTP as CustomerContactAttribute;
  expose C_CustomerContactRelationTP as CustomerContactRelation;
  expose I_UserContactCard as ContactCardUser;
  expose I_CollectionsContactVH as CollectionContact;
  expose C_RblsMgmtUserContactCard as ContactCard;
  expose C_BPCollectionsSgmtQuickView as BusinessPartnerQuickView;
  expose C_CollectionsMainContact as MainContact;
  expose I_CountryVH;
}