Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_ChangeRecordReferenceDoc" 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
    • ChangeRecordReferenceDoc

Implements

Index

Constructors

constructor

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 changeRecord

changeRecord: undefined | string

Issue ID. Maximum length: 20.

nullable

Optional changeRecordItemRelevance

changeRecordItemRelevance: undefined | string

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

nullable

Optional changeRecordReferenceType

changeRecordReferenceType: undefined | string

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

nullable

changeRecordReferenceUuid

changeRecordReferenceUuid: string

NodeID.

Optional changeRecordUuid

changeRecordUuid: undefined | string

NodeID.

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 documentInfoRecord

documentInfoRecord: undefined | string

Document number. This number is the main part of the document key, which is used to identify the document. Maximum length: 25.

nullable

Optional documentPart

documentPart: undefined | string

Document part. Section of a document which is maintained as an independent document. Design departments, for example, can use document parts to divide up large documents such as design drawings into pages. Maximum length: 3.

nullable

Optional documentType

documentType: undefined | string

Document Type. Part of the document key, which categorizes documents according to their distinguishing features and the organizational procedures which result from them. Maximum length: 3.

nullable

Optional documentVersion

documentVersion: undefined | string

Document version. Number which identifies the version of a document. A new version is assigned after the original files have been edited in the following processing situations:The new processing status varies from the original in a certain way (for example, text change sin a text file).You want the original processing status to remain the same (for example, documentation of project progress). Maximum length: 2.

nullable

Optional externalDocumentStatus

externalDocumentStatus: undefined | string

Status of a document (language-dependent). This key shows the document status. If a status network is defined for the document type you canchoose a status among the entry possibilities which is supported inthe current processing situation when you create orchange.You can find more information with an additional colored release indicator:If the document version is releasedIn which time interval the version is releasedYou define the status network in Customizing work step Define document type level Define document status. Maximum length: 2.

nullable

Optional lastChangeDateTime

lastChangeDateTime: BigNumber

Last Change Date Time.

nullable

Optional lastChangedByUser

lastChangedByUser: undefined | string

Changed By. Maximum length: 12.

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

versionIdentifier

versionIdentifier: string

ETag version identifier accessor.

returns

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

Static ALL_FIELDS

ALL_FIELDS: AllFields<ChangeRecordReferenceDoc> = new AllFields('*', ChangeRecordReferenceDoc)

All fields selector.

Static CHANGE_RECORD

CHANGE_RECORD: StringField<ChangeRecordReferenceDoc> = new StringField('ChangeRecord', ChangeRecordReferenceDoc, '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<ChangeRecordReferenceDoc> = new StringField('ChangeRecordItemRelevance', ChangeRecordReferenceDoc, '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<ChangeRecordReferenceDoc> = new StringField('ChangeRecordReferenceType', ChangeRecordReferenceDoc, '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<ChangeRecordReferenceDoc> = new StringField('ChangeRecordReferenceUUID', ChangeRecordReferenceDoc, '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<ChangeRecordReferenceDoc> = new StringField('ChangeRecordUUID', ChangeRecordReferenceDoc, '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<ChangeRecordReferenceDoc> = new StringField('CreatedByUser', ChangeRecordReferenceDoc, '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<ChangeRecordReferenceDoc> = new DateField('CreationDateTime', ChangeRecordReferenceDoc, '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 DOCUMENT_INFO_RECORD

DOCUMENT_INFO_RECORD: StringField<ChangeRecordReferenceDoc> = new StringField('DocumentInfoRecord', ChangeRecordReferenceDoc, 'Edm.String')

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

Static DOCUMENT_PART

DOCUMENT_PART: StringField<ChangeRecordReferenceDoc> = new StringField('DocumentPart', ChangeRecordReferenceDoc, 'Edm.String')

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

Static DOCUMENT_TYPE

DOCUMENT_TYPE: StringField<ChangeRecordReferenceDoc> = new StringField('DocumentType', ChangeRecordReferenceDoc, 'Edm.String')

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

Static DOCUMENT_VERSION

DOCUMENT_VERSION: StringField<ChangeRecordReferenceDoc> = new StringField('DocumentVersion', ChangeRecordReferenceDoc, 'Edm.String')

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

Static EXTERNAL_DOCUMENT_STATUS

EXTERNAL_DOCUMENT_STATUS: StringField<ChangeRecordReferenceDoc> = new StringField('ExternalDocumentStatus', ChangeRecordReferenceDoc, 'Edm.String')

Static representation of the externalDocumentStatus 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<ChangeRecordReferenceDoc> = new StringField('LastChangedByUser', ChangeRecordReferenceDoc, '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<ChangeRecordReferenceDoc> = new BigNumberField('LastChangeDateTime', ChangeRecordReferenceDoc, '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 _allFields

_allFields: Array<StringField<ChangeRecordReferenceDoc> | DateField<ChangeRecordReferenceDoc> | BigNumberField<ChangeRecordReferenceDoc>> = [ChangeRecordReferenceDoc.CHANGE_RECORD_REFERENCE_UUID,ChangeRecordReferenceDoc.CHANGE_RECORD,ChangeRecordReferenceDoc.CHANGE_RECORD_UUID,ChangeRecordReferenceDoc.CHANGE_RECORD_REFERENCE_TYPE,ChangeRecordReferenceDoc.CREATED_BY_USER,ChangeRecordReferenceDoc.CREATION_DATE_TIME,ChangeRecordReferenceDoc.LAST_CHANGED_BY_USER,ChangeRecordReferenceDoc.LAST_CHANGE_DATE_TIME,ChangeRecordReferenceDoc.DOCUMENT_INFO_RECORD,ChangeRecordReferenceDoc.DOCUMENT_TYPE,ChangeRecordReferenceDoc.DOCUMENT_PART,ChangeRecordReferenceDoc.DOCUMENT_VERSION,ChangeRecordReferenceDoc.CHANGE_RECORD_ITEM_RELEVANCE,ChangeRecordReferenceDoc.EXTERNAL_DOCUMENT_STATUS]

All fields of the ChangeRecordReferenceDoc entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_ChangeRecordReferenceDoc"

Technical entity name for ChangeRecordReferenceDoc.

Static _keyFields

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

All key fields of the ChangeRecordReferenceDoc entity.

Static _keys

_keys: object = ChangeRecordReferenceDoc._keyFields.reduce((acc: { [keys: string]: Selectable<ChangeRecordReferenceDoc> }, field: Selectable<ChangeRecordReferenceDoc>) => {acc[field.fieldName] = field;return acc;}, {})

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

Type declaration

Static _serviceName

_serviceName: string = "API_CHANGE_RECORD"
deprecated

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

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 ChangeRecordReferenceDoc.

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<ChangeRecordReferenceDoc>

    A builder that constructs instances of entity type ChangeRecordReferenceDoc.

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 ChangeRecordReferenceDoc entity type.

    Returns ChangeRecordReferenceDocRequestBuilder

    A ChangeRecordReferenceDoc request builder.