Options
All
  • Public
  • Public/Protected
  • All
Menu

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

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.

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.

partnerProfitCenterText

partnerProfitCenterText: string

Description of Profit Center. Maximum length: 20.

nullable

profitCenter

profitCenter: string

Profit Center. Key which together with the controlling area uniquely identifies a profit center. Maximum length: 10.

toCnsldtnPartnerProfitCenter

toCnsldtnPartnerProfitCenter: PartnerProfitCenter

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

Static ALL_FIELDS

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

All fields selector.

Static CONTROLLING_AREA

CONTROLLING_AREA: StringField<PartnerProfitCenterText> = new StringField('ControllingArea', PartnerProfitCenterText, '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 LANGUAGE

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

PARTNER_PROFIT_CENTER_TEXT: StringField<PartnerProfitCenterText> = new StringField('PartnerProfitCenterText', PartnerProfitCenterText, 'Edm.String')

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

Static PROFIT_CENTER

PROFIT_CENTER: StringField<PartnerProfitCenterText> = new StringField('ProfitCenter', PartnerProfitCenterText, 'Edm.String')

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

Static TO_CNSLDTN_PARTNER_PROFIT_CENTER

TO_CNSLDTN_PARTNER_PROFIT_CENTER: OneToOneLink<PartnerProfitCenterText, PartnerProfitCenter> = new OneToOneLink('to_CnsldtnPartnerProfitCenter', PartnerProfitCenterText, PartnerProfitCenter)

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

Static _allFields

_allFields: any[] = [PartnerProfitCenterText.LANGUAGE,PartnerProfitCenterText.PROFIT_CENTER,PartnerProfitCenterText.CONTROLLING_AREA,PartnerProfitCenterText.PARTNER_PROFIT_CENTER_TEXT,PartnerProfitCenterText.TO_CNSLDTN_PARTNER_PROFIT_CENTER]

All fields of the PartnerProfitCenterText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "PartnerProfitCenterText"

Technical entity name for PartnerProfitCenterText.

Static _keyFields

_keyFields: Array<Selectable<PartnerProfitCenterText>> = [PartnerProfitCenterText.LANGUAGE, PartnerProfitCenterText.PROFIT_CENTER, PartnerProfitCenterText.CONTROLLING_AREA]

All key fields of the PartnerProfitCenterText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for PartnerProfitCenterText.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<PartnerProfitCenterText>

    A builder that constructs instances of entity type PartnerProfitCenterText.

Static requestBuilder

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

    Returns PartnerProfitCenterTextRequestBuilder

    A PartnerProfitCenterText request builder.