API_ENTPROJECTPROFILECODE
Service def for ent proj profile code
API_ENTPROJECTPROFILECODE is an OData service definition in SAP S/4HANA. It exposes 2 CDS view(s). It has 1 service binding(s).
Exposed CDS Views (2)
| CDS View | Alias |
|---|---|
| A_EntProjectProfileCode | ProjectProfileCode |
| A_EntProjectProfileCodeText | ProjectProfileCodeText |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| API_ENTPROJECTPROFILECODE | ODATA | V4 | C2 | C1 | false |
Source
@EndUserText.label: 'Service def for ent proj profile code'
define service API_EntProjectProfileCode {
expose A_EntProjectProfileCode as ProjectProfileCode;
expose A_EntProjectProfileCodeText as ProjectProfileCodeText;
}