Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_DocumentInfoRecordDocStsVH" 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
    • DocumentInfoRecordDocStsVh

Implements

Index

Properties

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.

documentStatusName

documentStatusName: string

Description of document status. Description of the current document status. Maximum length: 16.

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.

internalDocumentStatus

internalDocumentStatus: string

Document Status. Key which represents the current document status. For each document type, you can define a status network in which one or more previous statuses are defined for a status. You can display the current possible entries (language-dependent) in any processing situation.When you set a new status, the system checks whether the current status is one of the possible previous statuses.When you set a status, the system checks your authorization. Maximum length: 2.

nullable

language

language: string

Language. Key for the language in which you want to maintain the text. During processing, you can switch to all languages allowed in the SAP System. You can even make an entry in this field when displaying a document.The default is always the language key of the logon language.If the field Description has been defined as a required field via Customizing (Document management), this only applies to your logon language. If you change to another language, the field Description becomes an optional field. Maximum length: 2.

Static DOCUMENT_INFO_RECORD_DOC_TYPE

DOCUMENT_INFO_RECORD_DOC_TYPE: StringField<DocumentInfoRecordDocStsVh> = new StringField('DocumentInfoRecordDocType', DocumentInfoRecordDocStsVh, '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_STATUS_NAME

DOCUMENT_STATUS_NAME: StringField<DocumentInfoRecordDocStsVh> = new StringField('DocumentStatusName', DocumentInfoRecordDocStsVh, 'Edm.String')

Static representation of the documentStatusName 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<DocumentInfoRecordDocStsVh> = new StringField('ExternalDocumentStatus', DocumentInfoRecordDocStsVh, '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 INTERNAL_DOCUMENT_STATUS

INTERNAL_DOCUMENT_STATUS: StringField<DocumentInfoRecordDocStsVh> = new StringField('InternalDocumentStatus', DocumentInfoRecordDocStsVh, 'Edm.String')

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

Static LANGUAGE

LANGUAGE: StringField<DocumentInfoRecordDocStsVh> = new StringField('Language', DocumentInfoRecordDocStsVh, 'Edm.String')

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

Static _allFields

_allFields: any[] = [DocumentInfoRecordDocStsVh.DOCUMENT_INFO_RECORD_DOC_TYPE,DocumentInfoRecordDocStsVh.LANGUAGE,DocumentInfoRecordDocStsVh.EXTERNAL_DOCUMENT_STATUS,DocumentInfoRecordDocStsVh.INTERNAL_DOCUMENT_STATUS,DocumentInfoRecordDocStsVh.DOCUMENT_STATUS_NAME]

All fields of the DocumentInfoRecordDocStsVh 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_DocumentInfoRecordDocStsVH"

Technical entity name for DocumentInfoRecordDocStsVh.

Static _keyFields

_keyFields: Array<Selectable<DocumentInfoRecordDocStsVh>> = [DocumentInfoRecordDocStsVh.DOCUMENT_INFO_RECORD_DOC_TYPE, DocumentInfoRecordDocStsVh.LANGUAGE, DocumentInfoRecordDocStsVh.EXTERNAL_DOCUMENT_STATUS]

All key fields of the DocumentInfoRecordDocStsVh entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_DMS_PROCESS_SRV"

Technical service name for DocumentInfoRecordDocStsVh.

Methods

Static builder

Static requestBuilder

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

    Returns DocumentInfoRecordDocStsVhRequestBuilder

    A DocumentInfoRecordDocStsVh request builder.