Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_ProductPlantStorage" of service "API_PRODUCT_SRV". This service is part of the following communication scenarios: Distributed Manufacturing Integration (SAP_COM_0077), SAP Analytics Cloud for Planning Integration (SAP_COM_0087), Product Integration (SAP_COM_0009). See https://api.sap.com/api/API_PRODUCT_SRV for more information.

Hierarchy

  • any
    • ProductPlantStorage

Implements

Index

Properties

inventoryForCycleCountInd

inventoryForCycleCountInd: string

Physical Inventory Indicator for Cycle Counting. Indicates that the given material is subject to the cycle counting method of inventory. The indicator also defines at which time intervals a physical inventory is to be carried out for the material.UsageThis indicator groups the materials together into various cycle counting categories. Usually, these categories correspond to the ABC analysis of the materials. Maximum length: 1.

nullable

plant

plant: string

Plant. Key uniquely identifying a plant. Maximum length: 4.

product

product: string

Material Number. Alphanumeric key uniquely identifying the material. Maximum length: 40.

Static ALL_FIELDS

ALL_FIELDS: any = new AllFields('*', ProductPlantStorage)

All fields selector.

Static INVENTORY_FOR_CYCLE_COUNT_IND

INVENTORY_FOR_CYCLE_COUNT_IND: StringField<ProductPlantStorage> = new StringField('InventoryForCycleCountInd', ProductPlantStorage, 'Edm.String')

Static representation of the inventoryForCycleCountInd property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static PLANT

PLANT: StringField<ProductPlantStorage> = new StringField('Plant', ProductPlantStorage, 'Edm.String')

Static representation of the plant property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static PRODUCT

PRODUCT: StringField<ProductPlantStorage> = new StringField('Product', ProductPlantStorage, 'Edm.String')

Static representation of the product property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static _allFields

_allFields: any[] = [ProductPlantStorage.PRODUCT,ProductPlantStorage.PLANT,ProductPlantStorage.INVENTORY_FOR_CYCLE_COUNT_IND]

All fields of the ProductPlantStorage entity.

Static _defaultServicePath

_defaultServicePath: string = "/sap/opu/odata/sap/API_PRODUCT_SRV"

Default url path for the according service.

Static _entityName

_entityName: string = "A_ProductPlantStorage"

Technical entity name for ProductPlantStorage.

Static _keyFields

_keyFields: Array<Selectable<ProductPlantStorage>> = [ProductPlantStorage.PRODUCT, ProductPlantStorage.PLANT]

All key fields of the ProductPlantStorage entity.

Static _keys

_keys: any = ProductPlantStorage._keyFields.reduce((acc: any, field) => {acc[field.fieldName] = field;return acc;}, {})

Mapping of all key field names to the respective static field property ProductPlantStorage.

Static _serviceName

_serviceName: string = "API_PRODUCT_SRV"

Technical service name for ProductPlantStorage.

Methods

Static builder

Static customField

  • Returns a selectable object that allows the selection of custom field in a get request for the entity ProductPlantStorage.

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<ProductPlantStorage>

    A builder that constructs instances of entity type ProductPlantStorage.

Static requestBuilder

  • Returns a request builder to construct requests for operations on the ProductPlantStorage entity type.

    Returns ProductPlantStorageRequestBuilder

    A ProductPlantStorage request builder.