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

  • Entity
    • ChangeRecord

Implements

Index

Constructors

constructor

  • Returns ChangeRecord

Properties

Protected _customFields

_customFields: MapType<any>

A mapper representing custom fields in an entity. Custom fields are represented by their field names and the corresponding values. A custom field can be added or updated using setCustomField method.

Protected _versionIdentifier

_versionIdentifier: string

The current ETag version of the entity in the remote system. The ETag identified the version of the in the remote system. It will be automatically set in the "if-match" header of update requests and can be set as a custom header for delete requests. When no ETag is provided by the remote system the value of this variable defaults to "*".

Optional changeNumber

changeNumber: undefined | string

Change Number. Maximum length: 12.

nullable

Optional changeRecord

changeRecord: undefined | string

Change Record ID. Maximum length: 20.

nullable

Optional changeRecordDetailDescription

changeRecordDetailDescription: undefined | string

Change Record General Info.

nullable

Optional changeRecordLifecycleStatus

changeRecordLifecycleStatus: undefined | string

Issue Lifecycle Status Code. Maximum length: 2.

nullable

Optional changeRecordStatus

changeRecordStatus: undefined | string

Change Record Header Status. Maximum length: 2.

nullable

Optional changeRecordType

changeRecordType: undefined | 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.

Optional chgRecdExpectedCompletionDate

chgRecdExpectedCompletionDate: Moment

Expected Completion Date.

nullable

Optional chgRecordDescriptionText

chgRecordDescriptionText: undefined | string

Change Record Header Description. Maximum length: 40.

nullable

Optional createdByUser

createdByUser: undefined | string

Created By. Maximum length: 12.

nullable

Optional 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

Optional lastChangeDateTime

lastChangeDateTime: BigNumber

Last Change Date Time.

nullable

Optional lastChangedByUser

lastChangedByUser: undefined | string

Changed By. Maximum length: 12.

nullable

Optional partner

partner: undefined | string

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

nullable

Protected remoteState

remoteState: object

The remote state of the entity. Remote state refers to the last known state of the entity on the remote system from which it has been retrieved or to which it has been posted. It is stored as map, where the keys are stored in the format of VDM properties.

Type declaration

  • [keys: string]: any

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: AllFields<ChangeRecord> = 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: Array<StringField<ChangeRecord> | DateField<ChangeRecord> | BigNumberField<ChangeRecord> | Link<ChangeRecord, ChangeRecordReferenceBit> | Link<ChangeRecord, ChangeRecordReferenceBom> | Link<ChangeRecord, ChangeRecordReferenceDoc> | Link<ChangeRecord, ChangeRecordReferenceMat> | Link<ChangeRecord, ChangeRecordReferencePsv>> = [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: object = ChangeRecord._keyFields.reduce((acc: { [keys: string]: Selectable<ChangeRecord> }, field: Selectable<ChangeRecord>) => {acc[field._fieldName] = field;return acc;}, {})

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

Type declaration

Static _serviceName

_serviceName: string = "API_CHANGE_RECORD"
deprecated

Since v1.0.1 Use _defaultServicePath instead. Technical service name for ChangeRecord.

Accessors

versionIdentifier

  • get versionIdentifier(): string
  • ETag version identifier accessor.

    Returns string

    The ETag version identifier of the retrieved entity, returns undefined if not retrieved

Methods

Protected getCurrentMapKeys

  • getCurrentMapKeys(): Entity
  • Returns a map of all defined fields in entity to their current values.

    Returns Entity

    Entity with all defined entity fields

getCustomField

  • getCustomField(fieldName: string): any
  • Custom field value getter.

    Parameters

    • fieldName: string

      The name of the custom field

    Returns any

    The value of the corresponding custom field

getCustomFields

  • getCustomFields(): MapType<any>
  • Returns a map that contains all entity custom fields.

    Returns MapType<any>

    A map of all defined custom fields in the entity

getUpdatedCustomFields

  • getUpdatedCustomFields(): MapType<any>
  • Returns all updated custom field properties compared to the last known remote state.

    Returns MapType<any>

    A map containing all updated custom properties, with their new values

getUpdatedProperties

  • getUpdatedProperties(): Entity
  • Returns all changed properties compared to the last known remote state. The returned properties does not include custom fields. Use getUpdatedCustomFields, if updated custom fields are needed.

    Returns Entity

    Entity with all properties that changed

hasCustomField

  • hasCustomField(fieldName: string): boolean
  • Validates whether a custom field exists in the entity.

    Parameters

    • fieldName: string

      The name of the custom field to update

    Returns boolean

    A boolean value, that indicates whether a custom field is defined in entity

initializeCustomFields

  • initializeCustomFields(customFields: MapType<any>): this
  • Sets all retrieved custom fields in entity.

    Parameters

    • customFields: MapType<any>

      Extracted custom fields from a retrieved entity

    Returns this

    A boolean value, that indicates the existence of the field in entity

Protected isConflictingCustomField

  • isConflictingCustomField(customFieldName: string): boolean
  • Validates whether a field name does not conflict with an original field name and thus can be defined as custom fields.

    Parameters

    • customFieldName: string

      Field name to check

    Returns boolean

    Boolean value that describes whether a field name can be defined as custom field

setCustomField

  • setCustomField(fieldName: string, value: any): this
  • Sets a new custom field in the entity or updates it. Throws an error, if the provided custom field name is already defined by an original field in entity.

    Parameters

    • fieldName: string

      The name of the custom field to update

    • value: any

      The value of the field

    Returns this

    The entity itself, to facilitate method chaining

setOrInitializeRemoteState

  • setOrInitializeRemoteState(state?: MapType<any>): this
  • Initializes or sets the remoteState of the entity. This function is called on all read, create and update requests. This function should be called after initializeCustomFields, if custom fields are defined.

    deprecated

    Since 1.12.0. Will be removed in version 2.0.

    Parameters

    • Optional state: MapType<any>

      State to be set as remote state

    Returns this

    The entity itself, to facilitate method chaining

setVersionIdentifier

  • setVersionIdentifier(etag: string | undefined): this
  • Set the ETag version identifier of the retrieved entity.

    Parameters

    • etag: string | undefined

      The returned ETag version of the entity

    Returns this

    The entity itself, to facilitate method chaining

toJSON

  • toJSON(): object
  • Overwrites the default toJSON method so that all instance variables as well as all custom fields of the entity are returned.

    Returns object

    An object containing all instance variables + custom fields.

    • [key: string]: any

Static builder

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 Protected customFieldSelector

  • customFieldSelector<EntityT>(fieldName: string, entityConstructor: Constructable<EntityT>): CustomField<EntityT>
  • Type parameters

    • EntityT: Entity

    Parameters

    • fieldName: string
    • entityConstructor: Constructable<EntityT>

    Returns CustomField<EntityT>

Static Protected entityBuilder

  • entityBuilder<EntityT, EntityTypeForceMandatoryT>(entityConstructor: Constructable<EntityT, EntityTypeForceMandatoryT>): EntityBuilderType<EntityT, EntityTypeForceMandatoryT>
  • Type parameters

    • EntityT: Entity

    • EntityTypeForceMandatoryT

    Parameters

    • entityConstructor: Constructable<EntityT, EntityTypeForceMandatoryT>

    Returns EntityBuilderType<EntityT, EntityTypeForceMandatoryT>

Static requestBuilder

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

    Returns ChangeRecordRequestBuilder

    A ChangeRecord request builder.