API_PRODUCT_AVAILY_INFO
Product Availability Info Service
API_PRODUCT_AVAILY_INFO 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_ATPRlvtProductMRPArea | ProductMRPArea |
| A_ATPRlvtProductMRPAreaBatch | ProductMRPAreaBatch |
| A_ATPRlvtProductMRPAreaSegment | ProductMRPAreaSegment |
| A_ATPRlvtProductStorLoc | ProductStorageLocation |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| API_PRODUCT_AVAILY_INFO | ODATA | V4 | C2 | C1 | false |
Source
@EndUserText.label: 'Product Availability Info Service'
define service API_PRODUCT_AVAILY_INFO {
expose A_ATPRlvtProductMRPArea as ProductMRPArea;
expose A_ATPRlvtProductStorLoc as ProductStorageLocation;
expose A_ATPRlvtProductMRPAreaBatch as ProductMRPAreaBatch;
expose A_ATPRlvtProductMRPAreaSegment as ProductMRPAreaSegment;
}