Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

additionalMasterDataSource

additionalMasterDataSource: string

Master Data Source. Maximum length: 10.

nullable

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.

profitCenter

profitCenter: string

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

profitCenterText

profitCenterText: string

Description of Profit Center. Maximum length: 20.

nullable

toCnsldtnPartnerPrftCtrHier

toCnsldtnPartnerPrftCtrHier: PartnerProfitCenterHier[]

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

toCnsldtnPartnerPrftCtrT

toCnsldtnPartnerPrftCtrT: PartnerProfitCenterText[]

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

Static ADDITIONAL_MASTER_DATA_SOURCE

ADDITIONAL_MASTER_DATA_SOURCE: StringField<PartnerProfitCenter> = new StringField('AdditionalMasterDataSource', PartnerProfitCenter, '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 CONTROLLING_AREA

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

PROFIT_CENTER: StringField<PartnerProfitCenter> = new StringField('ProfitCenter', PartnerProfitCenter, '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 PROFIT_CENTER_TEXT

PROFIT_CENTER_TEXT: StringField<PartnerProfitCenter> = new StringField('ProfitCenter_Text', PartnerProfitCenter, 'Edm.String')

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

Static TO_CNSLDTN_PARTNER_PRFT_CTR_HIER

TO_CNSLDTN_PARTNER_PRFT_CTR_HIER: Link<PartnerProfitCenter, PartnerProfitCenterHier> = new Link('to_CnsldtnPartnerPrftCtrHier', PartnerProfitCenter, PartnerProfitCenterHier)

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

Static TO_CNSLDTN_PARTNER_PRFT_CTR_T

TO_CNSLDTN_PARTNER_PRFT_CTR_T: Link<PartnerProfitCenter, PartnerProfitCenterText> = new Link('to_CnsldtnPartnerPrftCtrT', PartnerProfitCenter, PartnerProfitCenterText)

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

Static _allFields

_allFields: any[] = [PartnerProfitCenter.PROFIT_CENTER,PartnerProfitCenter.PROFIT_CENTER_TEXT,PartnerProfitCenter.CONTROLLING_AREA,PartnerProfitCenter.ADDITIONAL_MASTER_DATA_SOURCE,PartnerProfitCenter.TO_CNSLDTN_PARTNER_PRFT_CTR_HIER,PartnerProfitCenter.TO_CNSLDTN_PARTNER_PRFT_CTR_T]

All fields of the PartnerProfitCenter entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "PartnerProfitCenter"

Technical entity name for PartnerProfitCenter.

Static _keyFields

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

All key fields of the PartnerProfitCenter entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for PartnerProfitCenter.

Methods

Static builder

Static requestBuilder

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

    Returns PartnerProfitCenterRequestBuilder

    A PartnerProfitCenter request builder.