API_SOURCINGPROJECTTYPE
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 View | Alias |
|---|---|
| A_SourcingProjectReasonModel | SourcingProjectReasonModel |
| A_SourcingProjectReasonText | SourcingProjectReasonText |
| A_SourcingProjectType | SourcingProjectType |
| A_SourcingProjectTypeText | SourcingProjectTypeText |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| 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;
}