API_PRODUCT_AVAILY_INFO

OData Service Package: ODATA_ATP_AVAILABILITYINFO_API

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 ViewAlias
A_ATPRlvtProductMRPArea ProductMRPArea
A_ATPRlvtProductMRPAreaBatch ProductMRPAreaBatch
A_ATPRlvtProductMRPAreaSegment ProductMRPAreaSegment
A_ATPRlvtProductStorLoc ProductStorageLocation

Service Bindings (1)

BindingTypeVersionContractReleasePublished
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;
}