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 6 CDS view(s). It has 1 service binding(s).

Exposed CDS Views (6)

CDS ViewAlias
A_ATPRlvtProdAssgdSalesDocItem ProductAssignedSalesDocItem
A_ATPRlvtProdAssgdSoldToParty ProductAssignedSoldToParty
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;
  expose A_ATPRlvtProdAssgdSalesDocItem as ProductAssignedSalesDocItem;
  expose A_ATPRlvtProdAssgdSoldToParty  as ProductAssignedSoldToParty;
}