Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_DocInfoRecdObjLinkBOM" 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
    • DocInfoRecdObjLinkBom

Implements

Index

Properties

docObjectLinkCounter

docObjectLinkCounter: string

Counter key. Maximum length: 4.

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.

linkedSapObject

linkedSapObject: string

Linked SAP Object. Database table of the master record that is linked to the document. In the standard system, many links are supported. You can display these using the input help.Additional links can be defined via specific screens and table entries without changing the program.See also: Maintain object link. Maximum length: 10.

linkedSapObjectKey

linkedSapObjectKey: string

Document Management Object Key. Number which identifies the master record of an object that is allocated to a document. The number is generated by the system based on key fields of the object for example:change object key fieldsmaterial BOM materials, plant, usedocument document number,document typedocument part, versioncustomer debtor number. Maximum length: 90.

toDocInfoRecord

toDocInfoRecord: DocumentInfoRecord

One-to-one navigation property to the DocumentInfoRecord entity.

Static ALL_FIELDS

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

All fields selector.

Static DOCUMENT_INFO_RECORD_DOC_NUMBER

DOCUMENT_INFO_RECORD_DOC_NUMBER: StringField<DocInfoRecdObjLinkBom> = new StringField('DocumentInfoRecordDocNumber', DocInfoRecdObjLinkBom, '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<DocInfoRecdObjLinkBom> = new StringField('DocumentInfoRecordDocPart', DocInfoRecdObjLinkBom, '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<DocInfoRecdObjLinkBom> = new StringField('DocumentInfoRecordDocType', DocInfoRecdObjLinkBom, '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<DocInfoRecdObjLinkBom> = new StringField('DocumentInfoRecordDocVersion', DocInfoRecdObjLinkBom, '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 DOC_OBJECT_LINK_COUNTER

DOC_OBJECT_LINK_COUNTER: StringField<DocInfoRecdObjLinkBom> = new StringField('DocObjectLinkCounter', DocInfoRecdObjLinkBom, 'Edm.String')

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

Static LINKED_SAP_OBJECT

LINKED_SAP_OBJECT: StringField<DocInfoRecdObjLinkBom> = new StringField('LinkedSAPObject', DocInfoRecdObjLinkBom, 'Edm.String')

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

Static LINKED_SAP_OBJECT_KEY

LINKED_SAP_OBJECT_KEY: StringField<DocInfoRecdObjLinkBom> = new StringField('LinkedSAPObjectKey', DocInfoRecdObjLinkBom, 'Edm.String')

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

Static TO_DOC_INFO_RECORD

TO_DOC_INFO_RECORD: OneToOneLink<DocInfoRecdObjLinkBom, DocumentInfoRecord> = new OneToOneLink('to_DocInfoRecord', DocInfoRecdObjLinkBom, DocumentInfoRecord)

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

Static _allFields

_allFields: any[] = [DocInfoRecdObjLinkBom.DOCUMENT_INFO_RECORD_DOC_TYPE,DocInfoRecdObjLinkBom.DOCUMENT_INFO_RECORD_DOC_NUMBER,DocInfoRecdObjLinkBom.DOCUMENT_INFO_RECORD_DOC_VERSION,DocInfoRecdObjLinkBom.DOCUMENT_INFO_RECORD_DOC_PART,DocInfoRecdObjLinkBom.LINKED_SAP_OBJECT,DocInfoRecdObjLinkBom.LINKED_SAP_OBJECT_KEY,DocInfoRecdObjLinkBom.DOC_OBJECT_LINK_COUNTER,DocInfoRecdObjLinkBom.TO_DOC_INFO_RECORD]

All fields of the DocInfoRecdObjLinkBom 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_DocInfoRecdObjLinkBOM"

Technical entity name for DocInfoRecdObjLinkBom.

Static _keyFields

_keyFields: Array<Selectable<DocInfoRecdObjLinkBom>> = [DocInfoRecdObjLinkBom.DOCUMENT_INFO_RECORD_DOC_TYPE, DocInfoRecdObjLinkBom.DOCUMENT_INFO_RECORD_DOC_NUMBER, DocInfoRecdObjLinkBom.DOCUMENT_INFO_RECORD_DOC_VERSION, DocInfoRecdObjLinkBom.DOCUMENT_INFO_RECORD_DOC_PART, DocInfoRecdObjLinkBom.LINKED_SAP_OBJECT, DocInfoRecdObjLinkBom.LINKED_SAP_OBJECT_KEY, DocInfoRecdObjLinkBom.DOC_OBJECT_LINK_COUNTER]

All key fields of the DocInfoRecdObjLinkBom entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_DMS_PROCESS_SRV"

Technical service name for DocInfoRecdObjLinkBom.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<DocInfoRecdObjLinkBom>

    A builder that constructs instances of entity type DocInfoRecdObjLinkBom.

Static requestBuilder

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

    Returns DocInfoRecdObjLinkBomRequestBuilder

    A DocInfoRecdObjLinkBom request builder.