API_ACMBUSPARTVALUES

OData Service Package: ODATA_ACM_COMMON_UTIL

Business Partner

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

Exposed CDS Views (3)

CDS ViewAlias
A_ACMBusPartCompanyCode ACMBusinessPartnerCompanyCode
A_ACMBusPartUoMConfign ACMBusinessPartnerUoMConfig
A_ACMBusPartValues ACMBusinessPatnerValues

Service Bindings (1)

BindingTypeVersionContractReleasePublished
API_ACMBUSPARTVALUES ODATA V4 C2 NOT_RELEASED false

Source

@EndUserText.label: 'Business Partner'
define service API_ACMBusPartValues {
  expose A_ACMBusPartValues as ACMBusinessPatnerValues;
  expose A_ACMBusPartCompanyCode as ACMBusinessPartnerCompanyCode;
  expose A_ACMBusPartUoMConfign as ACMBusinessPartnerUoMConfig;
}