Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

consolidationUnit

consolidationUnit: string

Consolidation Unit. Enter aConsolidation Unit. Maximum length: 18.

consolidationUnitText

consolidationUnitText: string

Short description. Short description Describes an object with a maximum of 20 characters. Maximum length: 20.

nullable

toCnsldtnPartnerUnitHier

toCnsldtnPartnerUnitHier: PartnerCnsldtnUnitHier[]

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

toCnsldtnPartnerUnitT

toCnsldtnPartnerUnitT: PartnerCnsldtnUnitText[]

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

Static ALL_FIELDS

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

All fields selector.

Static CONSOLIDATION_UNIT

CONSOLIDATION_UNIT: StringField<PartnerCnsldtnUnit> = new StringField('ConsolidationUnit', PartnerCnsldtnUnit, 'Edm.String')

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

Static CONSOLIDATION_UNIT_TEXT

CONSOLIDATION_UNIT_TEXT: StringField<PartnerCnsldtnUnit> = new StringField('ConsolidationUnit_Text', PartnerCnsldtnUnit, 'Edm.String')

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

Static TO_CNSLDTN_PARTNER_UNIT_HIER

TO_CNSLDTN_PARTNER_UNIT_HIER: Link<PartnerCnsldtnUnit, PartnerCnsldtnUnitHier> = new Link('to_CnsldtnPartnerUnitHier', PartnerCnsldtnUnit, PartnerCnsldtnUnitHier)

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

Static TO_CNSLDTN_PARTNER_UNIT_T

TO_CNSLDTN_PARTNER_UNIT_T: Link<PartnerCnsldtnUnit, PartnerCnsldtnUnitText> = new Link('to_CnsldtnPartnerUnitT', PartnerCnsldtnUnit, PartnerCnsldtnUnitText)

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

Static _allFields

_allFields: any[] = [PartnerCnsldtnUnit.CONSOLIDATION_UNIT,PartnerCnsldtnUnit.CONSOLIDATION_UNIT_TEXT,PartnerCnsldtnUnit.TO_CNSLDTN_PARTNER_UNIT_HIER,PartnerCnsldtnUnit.TO_CNSLDTN_PARTNER_UNIT_T]

All fields of the PartnerCnsldtnUnit entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "PartnerCnsldtnUnit"

Technical entity name for PartnerCnsldtnUnit.

Static _keyFields

_keyFields: Array<Selectable<PartnerCnsldtnUnit>> = [PartnerCnsldtnUnit.CONSOLIDATION_UNIT]

All key fields of the PartnerCnsldtnUnit entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for PartnerCnsldtnUnit.

Methods

Static builder

  • Returns an entity builder to construct instances PartnerCnsldtnUnit.

    Returns EntityBuilderType<PartnerCnsldtnUnit, PartnerCnsldtnUnitType>

    A builder that constructs instances of entity type PartnerCnsldtnUnit.

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<PartnerCnsldtnUnit>

    A builder that constructs instances of entity type PartnerCnsldtnUnit.

Static requestBuilder

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

    Returns PartnerCnsldtnUnitRequestBuilder

    A PartnerCnsldtnUnit request builder.