Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

businessArea

businessArea: string

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

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.

partnerBusinessAreaText

partnerBusinessAreaText: string

Business Area Description. Maximum length: 30.

nullable

toCnsldtnPartnerBusArea

toCnsldtnPartnerBusArea: PartnerBusinessArea

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

Static ALL_FIELDS

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

All fields selector.

Static BUSINESS_AREA

BUSINESS_AREA: StringField<PartnerBusinessAreaText> = new StringField('BusinessArea', PartnerBusinessAreaText, '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 LANGUAGE

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

PARTNER_BUSINESS_AREA_TEXT: StringField<PartnerBusinessAreaText> = new StringField('PartnerBusinessAreaText', PartnerBusinessAreaText, 'Edm.String')

Static representation of the partnerBusinessAreaText 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

TO_CNSLDTN_PARTNER_BUS_AREA: OneToOneLink<PartnerBusinessAreaText, PartnerBusinessArea> = new OneToOneLink('to_CnsldtnPartnerBusArea', PartnerBusinessAreaText, PartnerBusinessArea)

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

Static _allFields

_allFields: any[] = [PartnerBusinessAreaText.LANGUAGE,PartnerBusinessAreaText.BUSINESS_AREA,PartnerBusinessAreaText.PARTNER_BUSINESS_AREA_TEXT,PartnerBusinessAreaText.TO_CNSLDTN_PARTNER_BUS_AREA]

All fields of the PartnerBusinessAreaText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "PartnerBusinessAreaText"

Technical entity name for PartnerBusinessAreaText.

Static _keyFields

_keyFields: Array<Selectable<PartnerBusinessAreaText>> = [PartnerBusinessAreaText.LANGUAGE, PartnerBusinessAreaText.BUSINESS_AREA]

All key fields of the PartnerBusinessAreaText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for PartnerBusinessAreaText.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<PartnerBusinessAreaText>

    A builder that constructs instances of entity type PartnerBusinessAreaText.

Static requestBuilder

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

    Returns PartnerBusinessAreaTextRequestBuilder

    A PartnerBusinessAreaText request builder.