Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_BOMItemCategory" of service "API_BILL_OF_MATERIAL_SRV". This service is part of the following communication scenarios: Product Lifecycle Management - Master Data Integration (SAP_COM_0105). See https://api.sap.com/api/API_BILL_OF_MATERIAL_SRV;v=0002 for more information.

Hierarchy

  • any
    • BomItemCategory

Implements

Index

Properties

billOfMaterialItemCategory

billOfMaterialItemCategory: string

Item category (bill of material). Categorization of the items in a BOM according to set criteria, such as whether they refer to an object (for example, material master or document info record) or whether they are kept in stock. This categorization allows you to process data that is relevant to the individual items in a BOM. The item category is used to control field selection, default values for BOM maintenance, triggering of specific system activities, and so on.Stock itemThis item category is used to manage material data that allows an item to be kept in stock.Document itemThis item category is used to manage document data that allows you to process original application data (for example, graphics created with a graphics program).Class item (for configurable BOMs)In configurable material BOMs, you can enter a class as a placeholder for selectable items. The class can contain either materials or documents.When you assign characteristic values while configuring the BOM, the system replaces the node with an object that has the same values as those assigned to the characteristic of the configuration. This makes BOMs with a larger number of variants easier to maintain, as you do not have to enter all items manually and assign a selection condition to them.Class items can be relevant to MRP.PM structure elementThis item is used to structure an equipment (PM assembly) for design purposes only.If you want to maintain a material for use as a PM structure element, use material type IBAU. Maximum length: 1.

billOfMaterialItemCategoryDesc

billOfMaterialItemCategoryDesc: string

Item category text. Description of the item category. Example:L - Stock itemR - Variable-size item. Maximum length: 30.

nullable

fixedItemCategory

fixedItemCategory: string

Item category (bill of material). Categorization of the items in a BOM according to set criteria, such as whether they refer to an object (for example, material master or document info record) or whether they are kept in stock. This categorization allows you to process data that is relevant to the individual items in a BOM. The item category is used to control field selection, default values for BOM maintenance, triggering of specific system activities, and so on.Stock itemThis item category is used to manage material data that allows an item to be kept in stock.Document itemThis item category is used to manage document data that allows you to process original application data (for example, graphics created with a graphics program).Class item (for configurable BOMs)In configurable material BOMs, you can enter a class as a placeholder for selectable items. The class can contain either materials or documents.When you assign characteristic values while configuring the BOM, the system replaces the node with an object that has the same values as those assigned to the characteristic of the configuration. This makes BOMs with a larger number of variants easier to maintain, as you do not have to enter all items manually and assign a selection condition to them.Class items can be relevant to MRP.PM structure elementThis item is used to structure an equipment (PM assembly) for design purposes only.If you want to maintain a material for use as a PM structure element, use material type IBAU. Maximum length: 1.

nullable

toBomItemCategoryText

toBomItemCategoryText: BomItemCategoryText

One-to-one navigation property to the BomItemCategoryText entity.

Static ALL_FIELDS

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

All fields selector.

Static BILL_OF_MATERIAL_ITEM_CATEGORY

BILL_OF_MATERIAL_ITEM_CATEGORY: StringField<BomItemCategory> = new StringField('BillOfMaterialItemCategory', BomItemCategory, 'Edm.String')

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

Static BILL_OF_MATERIAL_ITEM_CATEGORY_DESC

BILL_OF_MATERIAL_ITEM_CATEGORY_DESC: StringField<BomItemCategory> = new StringField('BillOfMaterialItemCategoryDesc', BomItemCategory, 'Edm.String')

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

Static FIXED_ITEM_CATEGORY

FIXED_ITEM_CATEGORY: StringField<BomItemCategory> = new StringField('FixedItemCategory', BomItemCategory, 'Edm.String')

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

Static TO_BOM_ITEM_CATEGORY_TEXT

TO_BOM_ITEM_CATEGORY_TEXT: OneToOneLink<BomItemCategory, BomItemCategoryText> = new OneToOneLink('to_BOMItemCategoryText', BomItemCategory, BomItemCategoryText)

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

Static _allFields

_allFields: any[] = [BomItemCategory.BILL_OF_MATERIAL_ITEM_CATEGORY,BomItemCategory.FIXED_ITEM_CATEGORY,BomItemCategory.BILL_OF_MATERIAL_ITEM_CATEGORY_DESC,BomItemCategory.TO_BOM_ITEM_CATEGORY_TEXT]

All fields of the BomItemCategory entity.

Static _defaultServicePath

_defaultServicePath: string = "/sap/opu/odata/sap/API_BILL_OF_MATERIAL_SRV;v=0002"

Default url path for the according service.

Static _entityName

_entityName: string = "A_BOMItemCategory"

Technical entity name for BomItemCategory.

Static _keyFields

_keyFields: Array<Selectable<BomItemCategory>> = [BomItemCategory.BILL_OF_MATERIAL_ITEM_CATEGORY]

All key fields of the BomItemCategory entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_BILL_OF_MATERIAL_SRV"

Technical service name for BomItemCategory.

Methods

Static builder

  • Returns an entity builder to construct instances BomItemCategory.

    Returns EntityBuilderType<BomItemCategory, BomItemCategoryType>

    A builder that constructs instances of entity type BomItemCategory.

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<BomItemCategory>

    A builder that constructs instances of entity type BomItemCategory.

Static requestBuilder

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

    Returns BomItemCategoryRequestBuilder

    A BomItemCategory request builder.