Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "PersCompnElmntCostAssgmt" of service "cds_api_pers_settlmt_doc". This service is part of the following communication scenarios: Logistics - Employee Central Personnel Settlement Document Integration (SAP_COM_0469). See https://api.sap.com/api/API_PERS_SETTLMT_DOC for more information.

Hierarchy

  • any
    • PersCompnElmntCostAssgmt

Implements

Index

Properties

controllingArea

controllingArea: string

Controlling Area. Maximum length: 4.

costCenter

costCenter: string

Cost Center. Maximum length: 10.

costCenterResponsibilityArea

costCenterResponsibilityArea: string

Cost Center Responsibility Area. Maximum length: 14.

nullable

netAmount

netAmount: BigNumber

Net Amount.

nullable

persSettlmtDocCurrency

persSettlmtDocCurrency: string

Currency of Settlement Document. The currency valid for the settlement document or supplier billing document. The system uses a default document currency from thecustomer master record of the invoicing party. You can change the currency manually in the document. If you change the currency, the system determines a new price for the whole document. Maximum length: 5.

nullable

persSettlmtDocCurrencyIsoCode

persSettlmtDocCurrencyIsoCode: string

ISO Currency Code. International standardized currency key Enter the ISO codeif you do not already use the global standard currency key as the currency keyif you use the EDI application. Here the ISO code is used for exchanging information. Maximum length: 3.

nullable

personnelSettlementDocument

personnelSettlementDocument: string

Personnel Settlement Document Number. Maximum length: 10.

toPersonnelCompensationElement

toPersonnelCompensationElement: PersonnelCompensationElement

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

Static ALL_FIELDS

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

All fields selector.

Static CONTROLLING_AREA

CONTROLLING_AREA: StringField<PersCompnElmntCostAssgmt> = new StringField('ControllingArea', PersCompnElmntCostAssgmt, '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<PersCompnElmntCostAssgmt> = new StringField('CostCenter', PersCompnElmntCostAssgmt, '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 COST_CENTER_RESPONSIBILITY_AREA

COST_CENTER_RESPONSIBILITY_AREA: StringField<PersCompnElmntCostAssgmt> = new StringField('CostCenterResponsibilityArea', PersCompnElmntCostAssgmt, 'Edm.String')

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

Static NET_AMOUNT

NET_AMOUNT: BigNumberField<PersCompnElmntCostAssgmt> = new BigNumberField('NetAmount', PersCompnElmntCostAssgmt, 'Edm.Decimal')

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

Static PERSONNEL_SETTLEMENT_DOCUMENT

PERSONNEL_SETTLEMENT_DOCUMENT: StringField<PersCompnElmntCostAssgmt> = new StringField('PersonnelSettlementDocument', PersCompnElmntCostAssgmt, 'Edm.String')

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

Static PERS_SETTLMT_DOC_CURRENCY

PERS_SETTLMT_DOC_CURRENCY: StringField<PersCompnElmntCostAssgmt> = new StringField('PersSettlmtDocCurrency', PersCompnElmntCostAssgmt, 'Edm.String')

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

Static PERS_SETTLMT_DOC_CURRENCY_ISO_CODE

PERS_SETTLMT_DOC_CURRENCY_ISO_CODE: StringField<PersCompnElmntCostAssgmt> = new StringField('PersSettlmtDocCurrencyISOCode', PersCompnElmntCostAssgmt, 'Edm.String')

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

Static TO_PERSONNEL_COMPENSATION_ELEMENT

TO_PERSONNEL_COMPENSATION_ELEMENT: OneToOneLink<PersCompnElmntCostAssgmt, PersonnelCompensationElement> = new OneToOneLink('to_PersonnelCompensationElement', PersCompnElmntCostAssgmt, PersonnelCompensationElement)

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

Static _allFields

_allFields: any[] = [PersCompnElmntCostAssgmt.PERSONNEL_SETTLEMENT_DOCUMENT,PersCompnElmntCostAssgmt.CONTROLLING_AREA,PersCompnElmntCostAssgmt.COST_CENTER,PersCompnElmntCostAssgmt.COST_CENTER_RESPONSIBILITY_AREA,PersCompnElmntCostAssgmt.NET_AMOUNT,PersCompnElmntCostAssgmt.PERS_SETTLMT_DOC_CURRENCY,PersCompnElmntCostAssgmt.PERS_SETTLMT_DOC_CURRENCY_ISO_CODE,PersCompnElmntCostAssgmt.TO_PERSONNEL_COMPENSATION_ELEMENT]

All fields of the PersCompnElmntCostAssgmt entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "PersCompnElmntCostAssgmt"

Technical entity name for PersCompnElmntCostAssgmt.

Static _keyFields

_keyFields: Array<Selectable<PersCompnElmntCostAssgmt>> = [PersCompnElmntCostAssgmt.PERSONNEL_SETTLEMENT_DOCUMENT, PersCompnElmntCostAssgmt.CONTROLLING_AREA, PersCompnElmntCostAssgmt.COST_CENTER]

All key fields of the PersCompnElmntCostAssgmt entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "cds_api_pers_settlmt_doc"

Technical service name for PersCompnElmntCostAssgmt.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<PersCompnElmntCostAssgmt>

    A builder that constructs instances of entity type PersCompnElmntCostAssgmt.

Static requestBuilder

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

    Returns PersCompnElmntCostAssgmtRequestBuilder

    A PersCompnElmntCostAssgmt request builder.