Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

additionalMasterDataSource

additionalMasterDataSource: string

Master Data Source. Maximum length: 10.

nullable

businessArea

businessArea: string

Business Area. Key that uniquely identifies a business area. Maximum length: 4.

businessAreaText

businessAreaText: string

Business Area Description. Maximum length: 30.

nullable

toCnsldtnPartnerBusAreaHier

toCnsldtnPartnerBusAreaHier: PartnerBusinessAreaHier[]

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

toCnsldtnPartnerBusAreaT

toCnsldtnPartnerBusAreaT: PartnerBusinessAreaText[]

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

Static ADDITIONAL_MASTER_DATA_SOURCE

ADDITIONAL_MASTER_DATA_SOURCE: StringField<PartnerBusinessArea> = new StringField('AdditionalMasterDataSource', PartnerBusinessArea, 'Edm.String')

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

Static BUSINESS_AREA

BUSINESS_AREA: StringField<PartnerBusinessArea> = new StringField('BusinessArea', PartnerBusinessArea, 'Edm.String')

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

Static BUSINESS_AREA_TEXT

BUSINESS_AREA_TEXT: StringField<PartnerBusinessArea> = new StringField('BusinessArea_Text', PartnerBusinessArea, 'Edm.String')

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

Static TO_CNSLDTN_PARTNER_BUS_AREA_HIER

TO_CNSLDTN_PARTNER_BUS_AREA_HIER: Link<PartnerBusinessArea, PartnerBusinessAreaHier> = new Link('to_CnsldtnPartnerBusAreaHier', PartnerBusinessArea, PartnerBusinessAreaHier)

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

Static TO_CNSLDTN_PARTNER_BUS_AREA_T

TO_CNSLDTN_PARTNER_BUS_AREA_T: Link<PartnerBusinessArea, PartnerBusinessAreaText> = new Link('to_CnsldtnPartnerBusAreaT', PartnerBusinessArea, PartnerBusinessAreaText)

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

Static _allFields

_allFields: any[] = [PartnerBusinessArea.BUSINESS_AREA,PartnerBusinessArea.BUSINESS_AREA_TEXT,PartnerBusinessArea.ADDITIONAL_MASTER_DATA_SOURCE,PartnerBusinessArea.TO_CNSLDTN_PARTNER_BUS_AREA_HIER,PartnerBusinessArea.TO_CNSLDTN_PARTNER_BUS_AREA_T]

All fields of the PartnerBusinessArea entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "PartnerBusinessArea"

Technical entity name for PartnerBusinessArea.

Static _keyFields

_keyFields: Array<Selectable<PartnerBusinessArea>> = [PartnerBusinessArea.BUSINESS_AREA]

All key fields of the PartnerBusinessArea entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for PartnerBusinessArea.

Methods

Static builder

Static requestBuilder

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

    Returns PartnerBusinessAreaRequestBuilder

    A PartnerBusinessArea request builder.