Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_ChangeRecordReferenceBOM" of service "API_CHANGE_RECORD". This service is part of the following communication scenarios: Product Lifecycle Management - Change Record Integration (SAP_COM_0339). See https://api.sap.com/api/API_CHANGE_RECORD for more information.

Hierarchy

  • any
    • ChangeRecordReferenceBom

Implements

Index

Properties

billOfMaterialVariant

billOfMaterialVariant: string

Alternative BOM. Identifies one BOM in a BOM group. One product or assembly can be described by a number of (alternative) BOMs that represent, for example, different manufacturing processes for different lot sizes. These alternative BOMs are grouped together as one multiple BOM.Alternatives are maintained separately for each BOM usage. Maximum length: 2.

nullable

billOfMaterialVariantUsage

billOfMaterialVariantUsage: string

BOM Usage. This key defines the area (such as engineering/design or production) where a BOM can be used. By setting various indicators, you can define the maximum configuration of the item status and define whether an item must be or cannot be processed in a particular area (such as production).A material is used in the areas production and costing in a company. For each area, you maintain a separate BOM with different items:Production BOM:This BOM contains items that are relevant to production. These items are copied to the planned order. Dependent requirements are generated for them, and they are copied to the production order.Costing BOM:This BOM contains items that are relevant to determining the material costs of a product.When you calculate production costs using a quantity structure, the system automatically determines the BOM and all the BOM items that are relevant to costing, in order to calculate manufacturing costs. Maximum length: 1.

nullable

changeRecord

changeRecord: string

Issue ID. Maximum length: 20.

nullable

changeRecordItemRelevance

changeRecordItemRelevance: string

Change Record Item Relevance. Indicates why a specific reference object is included in the change record. ChangeCreateReference. Maximum length: 3.

nullable

changeRecordReferenceType

changeRecordReferenceType: string

Object Type. Represents a business object in Issue and Activity Management. Maximum length: 3.

nullable

changeRecordReferenceUuid

changeRecordReferenceUuid: string

NodeID.

changeRecordUuid

changeRecordUuid: string

NodeID.

nullable

createdByUser

createdByUser: string

Created By. Maximum length: 12.

nullable

creationDateTime

creationDateTime: Moment

UTC Time Stamp in Short Form (YYYYMMDDhhmmss). The UTC time stamp is the date and time relative to UTC (Universal Coordinated Time). To standardize local times in a UTC time stamp and thus make them comparable with other times, these local times need to be converted using your time zone and the ABAP command convert.Even if the system is able to determine the time zone from Customizing or master data, you shoul save the time zone redundantly here.The internal structure of the UTC time stamp is subdivided into a date part and a time part in packed number format <YYYYMMDDhhmmss>. You can also use the high resolution UTC time stamp (10^-7 seconds).

nullable

lastChangeDateTime

lastChangeDateTime: BigNumber

Last Change Date Time.

nullable

lastChangedByUser

lastChangedByUser: string

Changed By. Maximum length: 12.

nullable

material

material: string

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

nullable

plant

plant: string

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

nullable

Static ALL_FIELDS

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

All fields selector.

Static BILL_OF_MATERIAL_VARIANT

BILL_OF_MATERIAL_VARIANT: StringField<ChangeRecordReferenceBom> = new StringField('BillOfMaterialVariant', ChangeRecordReferenceBom, 'Edm.String')

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

Static BILL_OF_MATERIAL_VARIANT_USAGE

BILL_OF_MATERIAL_VARIANT_USAGE: StringField<ChangeRecordReferenceBom> = new StringField('BillOfMaterialVariantUsage', ChangeRecordReferenceBom, 'Edm.String')

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

Static CHANGE_RECORD

CHANGE_RECORD: StringField<ChangeRecordReferenceBom> = new StringField('ChangeRecord', ChangeRecordReferenceBom, 'Edm.String')

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

Static CHANGE_RECORD_ITEM_RELEVANCE

CHANGE_RECORD_ITEM_RELEVANCE: StringField<ChangeRecordReferenceBom> = new StringField('ChangeRecordItemRelevance', ChangeRecordReferenceBom, 'Edm.String')

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

Static CHANGE_RECORD_REFERENCE_TYPE

CHANGE_RECORD_REFERENCE_TYPE: StringField<ChangeRecordReferenceBom> = new StringField('ChangeRecordReferenceType', ChangeRecordReferenceBom, 'Edm.String')

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

Static CHANGE_RECORD_REFERENCE_UUID

CHANGE_RECORD_REFERENCE_UUID: StringField<ChangeRecordReferenceBom> = new StringField('ChangeRecordReferenceUUID', ChangeRecordReferenceBom, 'Edm.Guid')

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

Static CHANGE_RECORD_UUID

CHANGE_RECORD_UUID: StringField<ChangeRecordReferenceBom> = new StringField('ChangeRecordUUID', ChangeRecordReferenceBom, 'Edm.Guid')

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

Static CREATED_BY_USER

CREATED_BY_USER: StringField<ChangeRecordReferenceBom> = new StringField('CreatedByUser', ChangeRecordReferenceBom, 'Edm.String')

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

Static CREATION_DATE_TIME

CREATION_DATE_TIME: DateField<ChangeRecordReferenceBom> = new DateField('CreationDateTime', ChangeRecordReferenceBom, 'Edm.DateTimeOffset')

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

Static LAST_CHANGED_BY_USER

LAST_CHANGED_BY_USER: StringField<ChangeRecordReferenceBom> = new StringField('LastChangedByUser', ChangeRecordReferenceBom, 'Edm.String')

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

Static LAST_CHANGE_DATE_TIME

LAST_CHANGE_DATE_TIME: BigNumberField<ChangeRecordReferenceBom> = new BigNumberField('LastChangeDateTime', ChangeRecordReferenceBom, 'Edm.Decimal')

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

Static MATERIAL

MATERIAL: StringField<ChangeRecordReferenceBom> = new StringField('Material', ChangeRecordReferenceBom, 'Edm.String')

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

Static PLANT

PLANT: StringField<ChangeRecordReferenceBom> = new StringField('Plant', ChangeRecordReferenceBom, '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 _allFields

_allFields: any[] = [ChangeRecordReferenceBom.CHANGE_RECORD_REFERENCE_UUID,ChangeRecordReferenceBom.CHANGE_RECORD,ChangeRecordReferenceBom.CHANGE_RECORD_UUID,ChangeRecordReferenceBom.CHANGE_RECORD_REFERENCE_TYPE,ChangeRecordReferenceBom.CREATED_BY_USER,ChangeRecordReferenceBom.CREATION_DATE_TIME,ChangeRecordReferenceBom.LAST_CHANGED_BY_USER,ChangeRecordReferenceBom.LAST_CHANGE_DATE_TIME,ChangeRecordReferenceBom.MATERIAL,ChangeRecordReferenceBom.PLANT,ChangeRecordReferenceBom.BILL_OF_MATERIAL_VARIANT_USAGE,ChangeRecordReferenceBom.BILL_OF_MATERIAL_VARIANT,ChangeRecordReferenceBom.CHANGE_RECORD_ITEM_RELEVANCE]

All fields of the ChangeRecordReferenceBom entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_ChangeRecordReferenceBOM"

Technical entity name for ChangeRecordReferenceBom.

Static _keyFields

_keyFields: Array<Selectable<ChangeRecordReferenceBom>> = [ChangeRecordReferenceBom.CHANGE_RECORD_REFERENCE_UUID]

All key fields of the ChangeRecordReferenceBom entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_CHANGE_RECORD"

Technical service name for ChangeRecordReferenceBom.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<ChangeRecordReferenceBom>

    A builder that constructs instances of entity type ChangeRecordReferenceBom.

Static requestBuilder

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

    Returns ChangeRecordReferenceBomRequestBuilder

    A ChangeRecordReferenceBom request builder.