Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • any
    • ProductProcurement

Implements

Index

Properties

product

product: string

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

purchaseOrderQuantityUnit

purchaseOrderQuantityUnit: string

Purchase Order Unit of Measure. Specifies the unit of measure in which the material is ordered. Maximum length: 3.

nullable

purchasingAcknProfile

purchasingAcknProfile: string

Purchasing Value Key. Key defining the reminder days and tolerance limits valid, as well as the shipping instructions and order acknowledgment requirement of the material for Purchasing. Maximum length: 4.

nullable

varblPurOrdUnitStatus

varblPurOrdUnitStatus: string

Variable Purchase Order Unit Active. Activation of the variable purchase order unit. The information from the field in the material master record is adopted in the purchasing info record. In the purchase order and in the source list, you can enter an order unit that differs from the one in the purchasing info record.If you wish to specify a different order unit for a requisition, you must assign a source with a different order unit to the requisition.The field also determines whether you work with conditions for each order unit. Maximum length: 1.

nullable

Static PRODUCT

PRODUCT: StringField<ProductProcurement> = new StringField('Product', ProductProcurement, '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 PURCHASE_ORDER_QUANTITY_UNIT

PURCHASE_ORDER_QUANTITY_UNIT: StringField<ProductProcurement> = new StringField('PurchaseOrderQuantityUnit', ProductProcurement, 'Edm.String')

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

Static PURCHASING_ACKN_PROFILE

PURCHASING_ACKN_PROFILE: StringField<ProductProcurement> = new StringField('PurchasingAcknProfile', ProductProcurement, 'Edm.String')

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

Static VARBL_PUR_ORD_UNIT_STATUS

VARBL_PUR_ORD_UNIT_STATUS: StringField<ProductProcurement> = new StringField('VarblPurOrdUnitStatus', ProductProcurement, 'Edm.String')

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

Static _allFields

_allFields: any[] = [ProductProcurement.PRODUCT,ProductProcurement.PURCHASE_ORDER_QUANTITY_UNIT,ProductProcurement.VARBL_PUR_ORD_UNIT_STATUS,ProductProcurement.PURCHASING_ACKN_PROFILE]

All fields of the ProductProcurement entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_ProductProcurement"

Technical entity name for ProductProcurement.

Static _keyFields

_keyFields: Array<Selectable<ProductProcurement>> = [ProductProcurement.PRODUCT]

All key fields of the ProductProcurement entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_PRODUCT_SRV"

Technical service name for ProductProcurement.

Methods

Static builder

Static requestBuilder

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

    Returns ProductProcurementRequestBuilder

    A ProductProcurement request builder.