API_DETECTIONMETHOD

OData Service Package: ODATA_EAM_NTF

Detection Method

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

Exposed CDS Views (6)

CDS ViewAlias
A_MaintNotifDetectionCatalog MaintNotifDetectionProfile
A_MaintNotifDetectionCatGroup MaintNotifDetCatGroup
A_MaintNotifDetectionCode MaintNotifDetCode
A_MaintNotifDetectionGroup MaintNotifDetGroup
A_MaintNotifDetectionGroupCode MaintNotifDetGroupCode
A_MaintNotifTypeDetectionCtlg MaintNotifTypeDetProfile

Service Bindings (1)

BindingTypeVersionContractReleasePublished
API_DETECTIONMETHOD ODATA V4 C2 C1 false

Source

@EndUserText.label: 'Detection Method'
define service API_DETECTIONMETHOD {
  expose A_MaintNotifTypeDetectionCtlg as MaintNotifTypeDetProfile;
  expose A_MaintNotifDetectionCatalog as MaintNotifDetectionProfile;
  expose A_MaintNotifDetectionGroup as MaintNotifDetGroup;
  expose A_MaintNotifDetectionCode as MaintNotifDetCode;
  expose A_MaintNotifDetectionGroupCode as MaintNotifDetGroupCode;
  expose A_MaintNotifDetectionCatGroup as MaintNotifDetCatGroup;
}