API_SOURCINGPROJECTTYPE

OData Service Package: ODATA_MM_PUR_SRCGPROJ_API

Service defintion for Srcg Project Type

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

Exposed CDS Views (4)

CDS ViewAlias
A_SourcingProjectReasonModel SourcingProjectReasonModel
A_SourcingProjectReasonText SourcingProjectReasonText
A_SourcingProjectType SourcingProjectType
A_SourcingProjectTypeText SourcingProjectTypeText

Service Bindings (1)

BindingTypeVersionContractReleasePublished
API_SOURCINGPROJECTTYPE ODATA V4 C2 Deprecated false

Source

@EndUserText.label: 'Service defintion for Srcg Project Type'
define service API_SourcingProjectType {
  expose A_SourcingProjectType        as SourcingProjectType;
  expose A_SourcingProjectReasonModel as SourcingProjectReasonModel;
  expose A_SourcingProjectTypeText    as SourcingProjectTypeText;
  expose A_SourcingProjectReasonText  as SourcingProjectReasonText;
}