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 45 CDS view(s).

Exposed CDS Views (45)

CDS ViewAlias
A_ProdPlantQualityManagement_3 ProductPlantQualityManagement
A_ProdPlantStorageLocation_3 ProductPlantStorageLocation
A_ProdPlntInspTypeSetting_3 ProductPlantInspTypeSetting
A_ProdPlntInternationalTrade_3 ProductPlantInternationalTrade
A_ProdPlntMRPText_3 ProductPlantMRPText
A_ProdSalesDeliverySalesTax_3 ProdSalesDeliverySalesTax
A_ProdSlsDelivPointOfSale_3 ProdSlsDelivPointOfSale
A_Product_3 Product
A_ProductBasicText_3 ProductBasicText
A_ProductChangeMaster_3 ProductChangeMaster
A_ProductDescription_3 ProductDescription
A_ProductEWMStorageType_3 ProductEWMStorageType
A_ProductEWMWarehouse_3 ProductEWMWarehouse
A_ProductInspectionText_3 ProductInspectionText
A_ProductInternalCommentText_3 ProductInternalComment
A_ProductPlant_3 ProductPlant
A_ProductPlantCosting_3 ProductPlantCosting
A_ProductPlantForecast_3 ProductPlantForecast
A_ProductPlantMRP_3 ProductPlantMRP
A_ProductPlantPlanning_3 ProductPlantPlanning
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_ProductPurchaseOrderText_3 ProductPurchaseOrderText
A_ProductQualityManagement_3 ProductQualityManagement
A_ProductSales_3 ProductSales
A_ProductSalesDelivery_3 ProductSalesDelivery
A_ProductSalesDeliveryText_3 ProductSalesDeliveryText
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_ProdUoMSuplrEAN_3 ProdUoMSuplrEAN
A_ProdValuationLedgerAccount_3 ProductValuationLedgerAccount
A_ProdValuationLedgerPrices_3 ProductValuationLedgerPrices
A_ProdVarConfignAssignedValue VarConfignCharacteristic
A_ProdVarConfignCharacteristic VarConfignAssignedValue
A_ProdVarConfignInstance VariantConfigurationInstance
A_ProdVariantConfiguration VariantConfiguration

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;
  expose A_ProdSlsDelivPointOfSale_3    as ProdSlsDelivPointOfSale;
  expose A_ProdUoMSuplrEAN_3            as ProdUoMSuplrEAN;
  expose A_ProductChangeMaster_3        as ProductChangeMaster;
  expose A_ProductPlantPlanning_3       as ProductPlantPlanning;
  expose A_ProductBasicText_3           as ProductBasicText;
  expose A_ProductPurchaseOrderText_3   as ProductPurchaseOrderText;
  expose A_ProductInternalCommentText_3 as ProductInternalComment;
  expose A_ProductInspectionText_3      as ProductInspectionText;
  expose A_ProdPlntMRPText_3            as ProductPlantMRPText;
  expose A_ProductSalesDeliveryText_3   as ProductSalesDeliveryText;
  expose A_ProdVariantConfiguration     as VariantConfiguration;
  expose A_ProdVarConfignInstance       as VariantConfigurationInstance;
  expose A_ProdVarConfignAssignedValue  as VarConfignCharacteristic;
  expose A_ProdVarConfignCharacteristic as VarConfignAssignedValue;
}