API_PRODSPECCMPSTNCONFIGN
API for Product Spec Composition Confign
API_PRODSPECCMPSTNCONFIGN is an OData service definition in SAP S/4HANA. It exposes 20 CDS view(s). It has 1 service binding(s).
Exposed CDS Views (20)
| CDS View | Alias |
|---|---|
| A_ProdSpecCmpstnReferenceValue | ProdSpecCmpstnReferenceValue |
| A_ProdSpecCmpstnTypeSpecType | ProdSpecCmpstnTypeSpecType |
| A_ProdSpecCompComponentType | ProdSpecCompComponentType |
| A_ProdSpecCompComponentTypeT | ProdSpecCompComponentTypeText |
| A_ProdSpecCompCompTypeByCmpstn | ProdSpecCompCompTypeByCmpstn |
| A_ProdSpecCompExceptionCode | ProdSpecCompExceptionCode |
| A_ProdSpecCompExceptionCodeT | ProdSpecCompExceptionCodeText |
| A_ProdSpecComponent | ProdSpecComponent |
| A_ProdSpecComponentBaseUoM | ProdSpecComponentBaseUoM |
| A_ProdSpecComponentDescription | ProdSpecComponentDescription |
| A_ProdSpecCompositionType | ProdSpecCompositionType |
| A_ProdSpecCompositionTypeText | ProdSpecCompositionTypeText |
| A_ProdSpecListingCmpstnType | ProdSpecListingCmpstnType |
| A_ProdSpecListingCmpstnTypeTxt | ProdSpecListingCmpstnTypeTxt |
| A_ProdSpecQltatvCmpstnType | ProdSpecQltatvCmpstnType |
| A_ProdSpecQltatvCmpstnTypeText | ProdSpecQltatvCmpstnTypeText |
| A_ProdSpecQtytvCmpstnRefQty | ProdSpecQtytvCmpstnRefQty |
| A_ProdSpecQtytvCmpstnType | ProdSpecQtytvCmpstnType |
| A_ProdSpecQtytvCmpstnTypeText | ProdSpecQtytvCmpstnTypeText |
| A_PrSpCompExcptnCodeByCmpstn | ProdSpecCompExcptnCodeByCmpstn |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| API_PRODSPECCMPSTNCONFIGN | ODATA | V2 | C2 | C1 | false |
Source
@EndUserText.label: 'API for Product Spec Composition Confign'
define service API_ProdSpecCmpstnConfign {
expose A_ProdSpecCompCompTypeByCmpstn as ProdSpecCompCompTypeByCmpstn;
expose A_PrSpCompExcptnCodeByCmpstn as ProdSpecCompExcptnCodeByCmpstn;
expose A_ProdSpecCmpstnReferenceValue as ProdSpecCmpstnReferenceValue;
expose A_ProdSpecCmpstnTypeSpecType as ProdSpecCmpstnTypeSpecType;
expose A_ProdSpecCompositionType as ProdSpecCompositionType;
expose A_ProdSpecCompositionTypeText as ProdSpecCompositionTypeText;
expose A_ProdSpecQtytvCmpstnType as ProdSpecQtytvCmpstnType;
expose A_ProdSpecQtytvCmpstnTypeText as ProdSpecQtytvCmpstnTypeText;
expose A_ProdSpecQltatvCmpstnType as ProdSpecQltatvCmpstnType;
expose A_ProdSpecQltatvCmpstnTypeText as ProdSpecQltatvCmpstnTypeText;
expose A_ProdSpecListingCmpstnType as ProdSpecListingCmpstnType;
expose A_ProdSpecListingCmpstnTypeTxt as ProdSpecListingCmpstnTypeTxt;
expose A_ProdSpecComponent as ProdSpecComponent;
expose A_ProdSpecComponentDescription as ProdSpecComponentDescription;
expose A_ProdSpecComponentBaseUoM as ProdSpecComponentBaseUoM;
expose A_ProdSpecQtytvCmpstnRefQty as ProdSpecQtytvCmpstnRefQty;
expose A_ProdSpecCompComponentType as ProdSpecCompComponentType;
expose A_ProdSpecCompComponentTypeT as ProdSpecCompComponentTypeText;
expose A_ProdSpecCompExceptionCode as ProdSpecCompExceptionCode;
expose A_ProdSpecCompExceptionCodeT as ProdSpecCompExceptionCodeText;
}