Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_ChangeRecord" 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
    • ChangeRecord

Implements

Index

Properties

changeNumber

changeNumber: string

Change Number. Maximum length: 12.

nullable

changeRecord

changeRecord: string

Change Record ID. Maximum length: 20.

nullable

changeRecordDetailDescription

changeRecordDetailDescription: string

Change Record General Info.

nullable

changeRecordLifecycleStatus

changeRecordLifecycleStatus: string

Issue Lifecycle Status Code. Maximum length: 2.

nullable

changeRecordStatus

changeRecordStatus: string

Change Record Header Status. Maximum length: 2.

nullable

changeRecordType

changeRecordType: string

Change Record Type. Change records are assigned a specific type when they are created. You can further customize change records according to their type, and you can configure multiple change record types in a single system. Maximum length: 3.

nullable

changeRecordUuid

changeRecordUuid: string

NodeID.

chgRecdExpectedCompletionDate

chgRecdExpectedCompletionDate: Moment

Expected Completion Date.

nullable

chgRecordDescriptionText

chgRecordDescriptionText: string

Change Record Header Description. Maximum length: 40.

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

partner

partner: string

Change Record Change Responsible (Person). Maximum length: 10.

nullable

toRefBit

One-to-many navigation property to the ChangeRecordReferenceBit entity.

toRefBom

One-to-many navigation property to the ChangeRecordReferenceBom entity.

toRefDoc

One-to-many navigation property to the ChangeRecordReferenceDoc entity.

toRefMat

One-to-many navigation property to the ChangeRecordReferenceMat entity.

toRefPsv

One-to-many navigation property to the ChangeRecordReferencePsv entity.

Static ALL_FIELDS

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

All fields selector.

Static CHANGE_NUMBER

CHANGE_NUMBER: StringField<ChangeRecord> = new StringField('ChangeNumber', ChangeRecord, 'Edm.String')

Static representation of the changeNumber 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<ChangeRecord> = new StringField('ChangeRecord', ChangeRecord, '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_DETAIL_DESCRIPTION

CHANGE_RECORD_DETAIL_DESCRIPTION: StringField<ChangeRecord> = new StringField('ChangeRecordDetailDescription', ChangeRecord, 'Edm.String')

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

Static CHANGE_RECORD_LIFECYCLE_STATUS

CHANGE_RECORD_LIFECYCLE_STATUS: StringField<ChangeRecord> = new StringField('ChangeRecordLifecycleStatus', ChangeRecord, 'Edm.String')

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

Static CHANGE_RECORD_STATUS

CHANGE_RECORD_STATUS: StringField<ChangeRecord> = new StringField('ChangeRecordStatus', ChangeRecord, 'Edm.String')

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

Static CHANGE_RECORD_TYPE

CHANGE_RECORD_TYPE: StringField<ChangeRecord> = new StringField('ChangeRecordType', ChangeRecord, 'Edm.String')

Static representation of the changeRecordType 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<ChangeRecord> = new StringField('ChangeRecordUUID', ChangeRecord, '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 CHG_RECD_EXPECTED_COMPLETION_DATE

CHG_RECD_EXPECTED_COMPLETION_DATE: DateField<ChangeRecord> = new DateField('ChgRecdExpectedCompletionDate', ChangeRecord, 'Edm.DateTime')

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

Static CHG_RECORD_DESCRIPTION_TEXT

CHG_RECORD_DESCRIPTION_TEXT: StringField<ChangeRecord> = new StringField('ChgRecordDescriptionText', ChangeRecord, 'Edm.String')

Static representation of the chgRecordDescriptionText 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<ChangeRecord> = new StringField('CreatedByUser', ChangeRecord, '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<ChangeRecord> = new DateField('CreationDateTime', ChangeRecord, '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<ChangeRecord> = new StringField('LastChangedByUser', ChangeRecord, '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<ChangeRecord> = new BigNumberField('LastChangeDateTime', ChangeRecord, '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 PARTNER

PARTNER: StringField<ChangeRecord> = new StringField('Partner', ChangeRecord, 'Edm.String')

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

Static TO_REF_BIT

TO_REF_BIT: Link<ChangeRecord, ChangeRecordReferenceBit> = new Link('to_RefBit', ChangeRecord, ChangeRecordReferenceBit)

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

Static TO_REF_BOM

TO_REF_BOM: Link<ChangeRecord, ChangeRecordReferenceBom> = new Link('to_RefBOM', ChangeRecord, ChangeRecordReferenceBom)

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

Static TO_REF_DOC

TO_REF_DOC: Link<ChangeRecord, ChangeRecordReferenceDoc> = new Link('to_RefDoc', ChangeRecord, ChangeRecordReferenceDoc)

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

Static TO_REF_MAT

TO_REF_MAT: Link<ChangeRecord, ChangeRecordReferenceMat> = new Link('to_RefMat', ChangeRecord, ChangeRecordReferenceMat)

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

Static TO_REF_PSV

TO_REF_PSV: Link<ChangeRecord, ChangeRecordReferencePsv> = new Link('to_RefPSV', ChangeRecord, ChangeRecordReferencePsv)

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

Static _allFields

_allFields: any[] = [ChangeRecord.CHANGE_RECORD_UUID,ChangeRecord.CHANGE_RECORD,ChangeRecord.CHANGE_RECORD_TYPE,ChangeRecord.CHANGE_RECORD_STATUS,ChangeRecord.CHANGE_NUMBER,ChangeRecord.CREATED_BY_USER,ChangeRecord.CREATION_DATE_TIME,ChangeRecord.LAST_CHANGED_BY_USER,ChangeRecord.LAST_CHANGE_DATE_TIME,ChangeRecord.CHANGE_RECORD_LIFECYCLE_STATUS,ChangeRecord.PARTNER,ChangeRecord.CHG_RECORD_DESCRIPTION_TEXT,ChangeRecord.CHANGE_RECORD_DETAIL_DESCRIPTION,ChangeRecord.CHG_RECD_EXPECTED_COMPLETION_DATE,ChangeRecord.TO_REF_BIT,ChangeRecord.TO_REF_BOM,ChangeRecord.TO_REF_DOC,ChangeRecord.TO_REF_MAT,ChangeRecord.TO_REF_PSV]

All fields of the ChangeRecord entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_ChangeRecord"

Technical entity name for ChangeRecord.

Static _keyFields

_keyFields: Array<Selectable<ChangeRecord>> = [ChangeRecord.CHANGE_RECORD_UUID]

All key fields of the ChangeRecord entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_CHANGE_RECORD"

Technical service name for ChangeRecord.

Methods

Static builder

  • Returns an entity builder to construct instances ChangeRecord.

    Returns EntityBuilderType<ChangeRecord, ChangeRecordType>

    A builder that constructs instances of entity type ChangeRecord.

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<ChangeRecord>

    A builder that constructs instances of entity type ChangeRecord.

Static requestBuilder

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

    Returns ChangeRecordRequestBuilder

    A ChangeRecord request builder.