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

  • any
    • ChangeRecordReferenceDoc

Implements

Index

Properties

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

documentInfoRecord

documentInfoRecord: string

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

nullable

documentPart

documentPart: 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

documentType

documentType: 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

documentVersion

documentVersion: 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

externalDocumentStatus

externalDocumentStatus: 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

lastChangeDateTime

lastChangeDateTime: BigNumber

Last Change Date Time.

nullable

lastChangedByUser

lastChangedByUser: string

Changed By. Maximum length: 12.

nullable

Static ALL_FIELDS

ALL_FIELDS: any = 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: any[] = [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: any = ChangeRecordReferenceDoc._keyFields.reduce((acc: any, field) => {acc[field.fieldName] = field;return acc;}, {})

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

Static _serviceName

_serviceName: string = "API_CHANGE_RECORD"

Technical service name for ChangeRecordReferenceDoc.

Methods

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 requestBuilder

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

    Returns ChangeRecordReferenceDocRequestBuilder

    A ChangeRecordReferenceDoc request builder.