Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_BOMItemCategoryText" 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
    • BomItemCategoryText

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

language

language: string

Language Key. The language key indicates

  • the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts. Maximum length: 2.

Static BILL_OF_MATERIAL_ITEM_CATEGORY

BILL_OF_MATERIAL_ITEM_CATEGORY: StringField<BomItemCategoryText> = new StringField('BillOfMaterialItemCategory', BomItemCategoryText, '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<BomItemCategoryText> = new StringField('BillOfMaterialItemCategoryDesc', BomItemCategoryText, '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 LANGUAGE

LANGUAGE: StringField<BomItemCategoryText> = new StringField('Language', BomItemCategoryText, 'Edm.String')

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

Static _allFields

_allFields: any[] = [BomItemCategoryText.LANGUAGE,BomItemCategoryText.BILL_OF_MATERIAL_ITEM_CATEGORY,BomItemCategoryText.BILL_OF_MATERIAL_ITEM_CATEGORY_DESC]

All fields of the BomItemCategoryText 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_BOMItemCategoryText"

Technical entity name for BomItemCategoryText.

Static _keyFields

_keyFields: Array<Selectable<BomItemCategoryText>> = [BomItemCategoryText.LANGUAGE, BomItemCategoryText.BILL_OF_MATERIAL_ITEM_CATEGORY]

All key fields of the BomItemCategoryText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_BILL_OF_MATERIAL_SRV"

Technical service name for BomItemCategoryText.

Methods

Static builder

Static requestBuilder

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

    Returns BomItemCategoryTextRequestBuilder

    A BomItemCategoryText request builder.