Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_DocumentInfoRecordClassCharc" 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
    • DocumentInfoRecordClassCharc

Implements

Index

Properties

charcInternalId

charcInternalId: string

Internal characteristic number without conversion routine. Maximum length: 10.

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

Static ALL_FIELDS

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

All fields selector.

Static CHARC_INTERNAL_ID

CHARC_INTERNAL_ID: StringField<DocumentInfoRecordClassCharc> = new StringField('CharcInternalID', DocumentInfoRecordClassCharc, 'Edm.String')

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

Static CLASS_INTERNAL_ID

CLASS_INTERNAL_ID: StringField<DocumentInfoRecordClassCharc> = new StringField('ClassInternalID', DocumentInfoRecordClassCharc, '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<DocumentInfoRecordClassCharc> = new StringField('ClassType', DocumentInfoRecordClassCharc, '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<DocumentInfoRecordClassCharc> = new StringField('DocumentInfoRecordDocNumber', DocumentInfoRecordClassCharc, '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<DocumentInfoRecordClassCharc> = new StringField('DocumentInfoRecordDocPart', DocumentInfoRecordClassCharc, '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<DocumentInfoRecordClassCharc> = new StringField('DocumentInfoRecordDocType', DocumentInfoRecordClassCharc, '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<DocumentInfoRecordClassCharc> = new StringField('DocumentInfoRecordDocVersion', DocumentInfoRecordClassCharc, '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<DocumentInfoRecordClassCharc> = new DateField('KeyDate', DocumentInfoRecordClassCharc, '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 _allFields

_allFields: any[] = [DocumentInfoRecordClassCharc.DOCUMENT_INFO_RECORD_DOC_TYPE,DocumentInfoRecordClassCharc.DOCUMENT_INFO_RECORD_DOC_NUMBER,DocumentInfoRecordClassCharc.DOCUMENT_INFO_RECORD_DOC_VERSION,DocumentInfoRecordClassCharc.DOCUMENT_INFO_RECORD_DOC_PART,DocumentInfoRecordClassCharc.CLASS_INTERNAL_ID,DocumentInfoRecordClassCharc.CHARC_INTERNAL_ID,DocumentInfoRecordClassCharc.KEY_DATE,DocumentInfoRecordClassCharc.CLASS_TYPE]

All fields of the DocumentInfoRecordClassCharc 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_DocumentInfoRecordClassCharc"

Technical entity name for DocumentInfoRecordClassCharc.

Static _keyFields

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

All key fields of the DocumentInfoRecordClassCharc entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_DMS_PROCESS_SRV"

Technical service name for DocumentInfoRecordClassCharc.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<DocumentInfoRecordClassCharc>

    A builder that constructs instances of entity type DocumentInfoRecordClassCharc.

Static requestBuilder

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

    Returns DocumentInfoRecordClassCharcRequestBuilder

    A DocumentInfoRecordClassCharc request builder.