Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "ConsolidationDocTypeText" of service "API_GRMASTERDATA_SRV". This service is part of the following communication scenarios: Finance - Cloud Consolidation Data Collection Integration (SAP_COM_0241), Finance - Cloud Consolidation Master Data for Group Reporting Integration (SAP_COM_0336). See https://api.sap.com/api/API_GRMASTERDATA_SRV for more information.

Hierarchy

  • any
    • ConsolidationDocTypeText

Implements

Index

Properties

consolidationDocumentType

consolidationDocumentType: string

Document Type. Enter a document type. Maximum length: 2.

consolidationDocumentTypeText

consolidationDocumentTypeText: string

Description. Enter a description of up to 30 characters in length. Maximum length: 30.

nullable

language

language: string

Language Key. The language key indicates

  • the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts. Maximum length: 2.

toCnsldtnDocumentType

toCnsldtnDocumentType: ConsolidationDocumentType

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

Static ALL_FIELDS

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

All fields selector.

Static CONSOLIDATION_DOCUMENT_TYPE

CONSOLIDATION_DOCUMENT_TYPE: StringField<ConsolidationDocTypeText> = new StringField('ConsolidationDocumentType', ConsolidationDocTypeText, 'Edm.String')

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

Static CONSOLIDATION_DOCUMENT_TYPE_TEXT

CONSOLIDATION_DOCUMENT_TYPE_TEXT: StringField<ConsolidationDocTypeText> = new StringField('ConsolidationDocumentTypeText', ConsolidationDocTypeText, 'Edm.String')

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

Static LANGUAGE

LANGUAGE: StringField<ConsolidationDocTypeText> = new StringField('Language', ConsolidationDocTypeText, '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 TO_CNSLDTN_DOCUMENT_TYPE

TO_CNSLDTN_DOCUMENT_TYPE: OneToOneLink<ConsolidationDocTypeText, ConsolidationDocumentType> = new OneToOneLink('to_CnsldtnDocumentType', ConsolidationDocTypeText, ConsolidationDocumentType)

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

Static _allFields

_allFields: any[] = [ConsolidationDocTypeText.CONSOLIDATION_DOCUMENT_TYPE,ConsolidationDocTypeText.LANGUAGE,ConsolidationDocTypeText.CONSOLIDATION_DOCUMENT_TYPE_TEXT,ConsolidationDocTypeText.TO_CNSLDTN_DOCUMENT_TYPE]

All fields of the ConsolidationDocTypeText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "ConsolidationDocTypeText"

Technical entity name for ConsolidationDocTypeText.

Static _keyFields

_keyFields: Array<Selectable<ConsolidationDocTypeText>> = [ConsolidationDocTypeText.CONSOLIDATION_DOCUMENT_TYPE, ConsolidationDocTypeText.LANGUAGE]

All key fields of the ConsolidationDocTypeText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for ConsolidationDocTypeText.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<ConsolidationDocTypeText>

    A builder that constructs instances of entity type ConsolidationDocTypeText.

Static requestBuilder

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

    Returns ConsolidationDocTypeTextRequestBuilder

    A ConsolidationDocTypeText request builder.