API_FUNCTIONALLOCATION

OData Service Package: IEQM

Service definition for FuncLoc Odata

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

Exposed CDS Views (7)

CDS ViewAlias
A_FuncnlLocClfnCharValue Value
A_FuncnlLocClfnClass FunctionalLocationClass
A_FuncnlLocClfnClassChar Characteristic
A_FuncnlLocWarrantyAssgmt FunctionalLocationWarranty
A_FunctionalLocation FunctionalLocation
A_FunctionalLocationLongText FunctionalLocationLongText
A_FunctionalLocationPartner FunctionalLocationPartner

Service Bindings (1)

BindingTypeVersionContractReleasePublished
API_FUNCTIONALLOCATION ODATA V2 C2 C1 false

Source

@EndUserText.label: 'Service definition for FuncLoc Odata'
define service API_FUNCTIONALLOCATION {
  expose A_FunctionalLocation as FunctionalLocation;
  expose A_FunctionalLocationLongText as FunctionalLocationLongText;
  expose A_FunctionalLocationPartner as FunctionalLocationPartner;
  expose A_FuncnlLocClfnClass as FunctionalLocationClass;
  expose A_FuncnlLocClfnClassChar as Characteristic;
  expose A_FuncnlLocClfnCharValue as Value;
  expose A_FuncnlLocWarrantyAssgmt as FunctionalLocationWarranty;
}