API_PRODUCT_2

OData Service Package: VDM_MD_PRODUCT_API_V3

Product Odata Service Version 3

API_PRODUCT_2 is an OData service definition in SAP S/4HANA. It exposes 31 CDS view(s).

Exposed CDS Views (31)

CDS ViewAlias
A_ProdPlantQualityManagement_3 ProductPlantQualityManagement
A_ProdPlantStorageLocation_3 ProductPlantStorageLocation
A_ProdPlntInspTypeSetting_3 ProductPlantInspTypeSetting
A_ProdPlntInternationalTrade_3 ProductPlantInternationalTrade
A_ProdSalesDeliverySalesTax_3 ProdSalesDeliverySalesTax
A_Product_3 Product
A_ProductDescription_3 ProductDescription
A_ProductEWMStorageType_3 ProductEWMStorageType
A_ProductEWMWarehouse_3 ProductEWMWarehouse
A_ProductPlant_3 ProductPlant
A_ProductPlantCosting_3 ProductPlantCosting
A_ProductPlantForecast_3 ProductPlantForecast
A_ProductPlantMRP_3 ProductPlantMRP
A_ProductPlantProcurement_3 ProductPlantProcurement
A_ProductPlantPurchaseTax_3 ProductPlantPurchaseTax
A_ProductPlantSales_3 ProductPlantSales
A_ProductPlantStorage_3 ProductPlantStorage
A_ProductPlantSupplyPlanning_3 ProductPlantSupplyPlanning
A_ProductPlantWorkScheduling_3 ProductPlantWorkScheduling
A_ProductProcurement_3 ProductProcurement
A_ProductQualityManagement_3 ProductQualityManagement
A_ProductSales_3 ProductSales
A_ProductSalesDelivery_3 ProductSalesDelivery
A_ProductStorage_3 ProductStorage
A_ProductUnitOfMeasure_3 ProductUnitOfMeasure
A_ProductUnitOfMeasureEAN_3 ProductUnitOfMeasureEAN
A_ProductValuation_3 ProductValuation
A_ProductValuationAccounting_3 ProductValuationAccounting
A_ProductValuationCosting_3 ProductValuationCosting
A_ProdValuationLedgerAccount_3 ProductValuationLedgerAccount
A_ProdValuationLedgerPrices_3 ProductValuationLedgerPrices

Source

@EndUserText.label: 'Product Odata Service Version 3'
define service API_PRODUCT_2 {
  expose A_Product_3 as Product;
  expose A_ProductDescription_3 as ProductDescription;
  expose A_ProductPlant_3 as ProductPlant;
  expose A_ProductSalesDelivery_3 as ProductSalesDelivery;
  expose A_ProductUnitOfMeasure_3 as ProductUnitOfMeasure;
  expose A_ProductUnitOfMeasureEAN_3 as ProductUnitOfMeasureEAN;
  expose A_ProductSales_3 as ProductSales;
  expose A_ProductProcurement_3 as ProductProcurement;
  expose A_ProductQualityManagement_3 as ProductQualityManagement;
  expose A_ProdSalesDeliverySalesTax_3 as ProdSalesDeliverySalesTax;
  expose A_ProductValuation_3 as ProductValuation;
  expose A_ProductValuationAccounting_3 as ProductValuationAccounting;
  expose A_ProdValuationLedgerAccount_3 as ProductValuationLedgerAccount;
  expose A_ProdValuationLedgerPrices_3 as ProductValuationLedgerPrices;
  expose A_ProductPlantSupplyPlanning_3 as ProductPlantSupplyPlanning;
  expose A_ProductPlantWorkScheduling_3 as ProductPlantWorkScheduling;
  expose A_ProductPlantCosting_3 as ProductPlantCosting;
  expose A_ProductValuationCosting_3 as ProductValuationCosting;
  expose A_ProductPlantStorage_3 as ProductPlantStorage;
  expose A_ProdPlantStorageLocation_3 as ProductPlantStorageLocation;
  expose A_ProductPlantMRP_3 as ProductPlantMRP;
  expose A_ProductPlantPurchaseTax_3 as ProductPlantPurchaseTax;
  expose A_ProdPlantQualityManagement_3 as ProductPlantQualityManagement;
  expose A_ProductPlantProcurement_3 as ProductPlantProcurement;
  expose A_ProductPlantSales_3 as ProductPlantSales;
  expose A_ProdPlntInternationalTrade_3 as ProductPlantInternationalTrade;
  expose A_ProductPlantForecast_3 as ProductPlantForecast;
  expose A_ProdPlntInspTypeSetting_3 as ProductPlantInspTypeSetting;
  expose A_ProductStorage_3 as ProductStorage;
  expose A_ProductEWMWarehouse_3 as ProductEWMWarehouse;
  expose A_ProductEWMStorageType_3 as ProductEWMStorageType;
}