Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

controllingArea

controllingArea: string

Controlling Area. Uniquely identifies a controlling area. The controlling area is the highest organizational unit in Controlling.Whether controlling area and company code are in a 1:1 relationship or a 1:n relationship, the number of posting periods in both controlling area and company code(s) must be identical. However, special periods may vary. Maximum length: 4.

costCenter

costCenter: string

Cost Center. A key that uniquely identifies a cost center. Maximum length: 10.

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.

partnerCostCenterText

partnerCostCenterText: string

Cost Center Name. Maximum length: 20.

nullable

toCnsldtnPartnerCostCenter

toCnsldtnPartnerCostCenter: PartnerCostCenter

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

Static CONTROLLING_AREA

CONTROLLING_AREA: StringField<PartnerCostCenterText> = new StringField('ControllingArea', PartnerCostCenterText, 'Edm.String')

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

Static COST_CENTER

COST_CENTER: StringField<PartnerCostCenterText> = new StringField('CostCenter', PartnerCostCenterText, 'Edm.String')

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

Static LANGUAGE

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

PARTNER_COST_CENTER_TEXT: StringField<PartnerCostCenterText> = new StringField('PartnerCostCenterText', PartnerCostCenterText, 'Edm.String')

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

Static TO_CNSLDTN_PARTNER_COST_CENTER

TO_CNSLDTN_PARTNER_COST_CENTER: OneToOneLink<PartnerCostCenterText, PartnerCostCenter> = new OneToOneLink('to_CnsldtnPartnerCostCenter', PartnerCostCenterText, PartnerCostCenter)

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

Static _allFields

_allFields: any[] = [PartnerCostCenterText.LANGUAGE,PartnerCostCenterText.COST_CENTER,PartnerCostCenterText.CONTROLLING_AREA,PartnerCostCenterText.PARTNER_COST_CENTER_TEXT,PartnerCostCenterText.TO_CNSLDTN_PARTNER_COST_CENTER]

All fields of the PartnerCostCenterText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "PartnerCostCenterText"

Technical entity name for PartnerCostCenterText.

Static _keyFields

_keyFields: Array<Selectable<PartnerCostCenterText>> = [PartnerCostCenterText.LANGUAGE, PartnerCostCenterText.COST_CENTER, PartnerCostCenterText.CONTROLLING_AREA]

All key fields of the PartnerCostCenterText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for PartnerCostCenterText.

Methods

Static builder

Static requestBuilder

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

    Returns PartnerCostCenterTextRequestBuilder

    A PartnerCostCenterText request builder.