API_CONFIGURATIONREVISION
Configuration Revision Service Def.
API_CONFIGURATIONREVISION 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 View | Alias |
|---|---|
| A_ConfignRevsn | ConfignRevsn |
| A_ConfignRevsnOpen | ConfignRevsnOpen |
| A_ConfignRevsnRequest | ConfignRevsnRequest |
| A_ConfignRevsnRequestRecord | ConfignRevsnRequestRecord |
| A_ConfignRevsnSwVersion | ConfignRevsnSwVersion |
| A_ConfignRevsnTarget | ConfignRevsnTarget |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| API_CONFIGURATIONREVISION_V4 | ODATA | V4 | C2 | NOT_RELEASED | false |
Source
@EndUserText.label: 'Configuration Revision Service Def.'
define service API_ConfigurationRevision {
expose A_ConfignRevsn as ConfignRevsn;
expose A_ConfignRevsnRequest as ConfignRevsnRequest;
expose A_ConfignRevsnRequestRecord as ConfignRevsnRequestRecord;
expose A_ConfignRevsnTarget as ConfignRevsnTarget;
expose A_ConfignRevsnSwVersion as ConfignRevsnSwVersion;
expose A_ConfignRevsnOpen as ConfignRevsnOpen;
}