Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_DocumentInfoRecordClass" of service "API_DMS_PROCESS_SRV". This service is part of the following communication scenarios: Product Lifecycle Management - Master Data Integration (SAP_COM_0105). See https://api.sap.com/api/API_DMS_PROCESS_SRV for more information.

Hierarchy

  • any
    • DocumentInfoRecordClass

Implements

Index

Properties

classInternalId

classInternalId: string

Internal Class Number. Maximum length: 10.

classType

classType: string

Class Type. Uniquely identifies the class type. Maximum length: 3.

nullable

documentInfoRecordDocNumber

documentInfoRecordDocNumber: string

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

documentInfoRecordDocPart

documentInfoRecordDocPart: 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.

documentInfoRecordDocType

documentInfoRecordDocType: 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.

documentInfoRecordDocVersion

documentInfoRecordDocVersion: 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.

keyDate

keyDate: Moment

Key Date.

nullable

toCharacteristics

toCharacteristics: DocumentInfoRecordClassCharc[]

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

Static CLASS_INTERNAL_ID

CLASS_INTERNAL_ID: StringField<DocumentInfoRecordClass> = new StringField('ClassInternalID', DocumentInfoRecordClass, 'Edm.String')

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

Static CLASS_TYPE

CLASS_TYPE: StringField<DocumentInfoRecordClass> = new StringField('ClassType', DocumentInfoRecordClass, 'Edm.String')

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

Static DOCUMENT_INFO_RECORD_DOC_NUMBER

DOCUMENT_INFO_RECORD_DOC_NUMBER: StringField<DocumentInfoRecordClass> = new StringField('DocumentInfoRecordDocNumber', DocumentInfoRecordClass, 'Edm.String')

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

Static DOCUMENT_INFO_RECORD_DOC_PART

DOCUMENT_INFO_RECORD_DOC_PART: StringField<DocumentInfoRecordClass> = new StringField('DocumentInfoRecordDocPart', DocumentInfoRecordClass, 'Edm.String')

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

Static DOCUMENT_INFO_RECORD_DOC_TYPE

DOCUMENT_INFO_RECORD_DOC_TYPE: StringField<DocumentInfoRecordClass> = new StringField('DocumentInfoRecordDocType', DocumentInfoRecordClass, 'Edm.String')

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

Static DOCUMENT_INFO_RECORD_DOC_VERSION

DOCUMENT_INFO_RECORD_DOC_VERSION: StringField<DocumentInfoRecordClass> = new StringField('DocumentInfoRecordDocVersion', DocumentInfoRecordClass, 'Edm.String')

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

Static KEY_DATE

KEY_DATE: DateField<DocumentInfoRecordClass> = new DateField('KeyDate', DocumentInfoRecordClass, 'Edm.DateTime')

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

Static TO_CHARACTERISTICS

TO_CHARACTERISTICS: Link<DocumentInfoRecordClass, DocumentInfoRecordClassCharc> = new Link('to_Characteristics', DocumentInfoRecordClass, DocumentInfoRecordClassCharc)

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

Static _allFields

_allFields: any[] = [DocumentInfoRecordClass.DOCUMENT_INFO_RECORD_DOC_TYPE,DocumentInfoRecordClass.DOCUMENT_INFO_RECORD_DOC_NUMBER,DocumentInfoRecordClass.DOCUMENT_INFO_RECORD_DOC_VERSION,DocumentInfoRecordClass.DOCUMENT_INFO_RECORD_DOC_PART,DocumentInfoRecordClass.CLASS_INTERNAL_ID,DocumentInfoRecordClass.KEY_DATE,DocumentInfoRecordClass.CLASS_TYPE,DocumentInfoRecordClass.TO_CHARACTERISTICS]

All fields of the DocumentInfoRecordClass entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_DocumentInfoRecordClass"

Technical entity name for DocumentInfoRecordClass.

Static _keyFields

_keyFields: Array<Selectable<DocumentInfoRecordClass>> = [DocumentInfoRecordClass.DOCUMENT_INFO_RECORD_DOC_TYPE, DocumentInfoRecordClass.DOCUMENT_INFO_RECORD_DOC_NUMBER, DocumentInfoRecordClass.DOCUMENT_INFO_RECORD_DOC_VERSION, DocumentInfoRecordClass.DOCUMENT_INFO_RECORD_DOC_PART, DocumentInfoRecordClass.CLASS_INTERNAL_ID]

All key fields of the DocumentInfoRecordClass entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_DMS_PROCESS_SRV"

Technical service name for DocumentInfoRecordClass.

Methods

Static builder

Static requestBuilder

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

    Returns DocumentInfoRecordClassRequestBuilder

    A DocumentInfoRecordClass request builder.