Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_ControllingDebitCreditCodeT" of service "API_CONTROLLINGDEBITCREDITCODE_SRV". This service is part of the following communication scenarios: SAP Analytics Cloud for Planning Integration (SAP_COM_0087). See https://api.sap.com/api/API_CONTROLLINGDEBITCREDITCODE_SRV for more information.

Hierarchy

  • any
    • ControllingDebitCreditCodeT

Implements

Index

Properties

controllingDebitCreditCode

controllingDebitCreditCode: string

CO Debit/Credit Indicator. Differentiates between debit and credit postings from a Controlling point of view. Primary postings are always entered as debit postings.Reversals in FI and transaction-based and periodic repostings in CO are also always regarded as debit postings.The following applies to secondary postings:For the sender, the system makes a credit postingFor the receiver, the system makes a debit posting. Maximum length: 1.

controllingDebitCreditCodeName

controllingDebitCreditCodeName: string

Short Text for Fixed Values. This text appears when fixed values are displayed in the F4 help. It explains the possible input values. SeeTask-Oriented InstructionsReference Documentation for Semantic Properties of Domains. Maximum length: 60.

nullable

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.

toControllingDebitCreditCode

toControllingDebitCreditCode: ControllingDebitCreditCode

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

Static CONTROLLING_DEBIT_CREDIT_CODE

CONTROLLING_DEBIT_CREDIT_CODE: StringField<ControllingDebitCreditCodeT> = new StringField('ControllingDebitCreditCode', ControllingDebitCreditCodeT, 'Edm.String')

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

Static CONTROLLING_DEBIT_CREDIT_CODE_NAME

CONTROLLING_DEBIT_CREDIT_CODE_NAME: StringField<ControllingDebitCreditCodeT> = new StringField('ControllingDebitCreditCodeName', ControllingDebitCreditCodeT, 'Edm.String')

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

Static LANGUAGE

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

TO_CONTROLLING_DEBIT_CREDIT_CODE: OneToOneLink<ControllingDebitCreditCodeT, ControllingDebitCreditCode> = new OneToOneLink('to_ControllingDebitCreditCode', ControllingDebitCreditCodeT, ControllingDebitCreditCode)

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

Static _allFields

_allFields: any[] = [ControllingDebitCreditCodeT.CONTROLLING_DEBIT_CREDIT_CODE,ControllingDebitCreditCodeT.LANGUAGE,ControllingDebitCreditCodeT.CONTROLLING_DEBIT_CREDIT_CODE_NAME,ControllingDebitCreditCodeT.TO_CONTROLLING_DEBIT_CREDIT_CODE]

All fields of the ControllingDebitCreditCodeT entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_ControllingDebitCreditCodeT"

Technical entity name for ControllingDebitCreditCodeT.

Static _keyFields

_keyFields: Array<Selectable<ControllingDebitCreditCodeT>> = [ControllingDebitCreditCodeT.CONTROLLING_DEBIT_CREDIT_CODE, ControllingDebitCreditCodeT.LANGUAGE]

All key fields of the ControllingDebitCreditCodeT entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_CONTROLLINGDEBITCREDITCODE_SRV"

Technical service name for ControllingDebitCreditCodeT.

Methods

Static builder

Static requestBuilder

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

    Returns ControllingDebitCreditCodeTRequestBuilder

    A ControllingDebitCreditCodeT request builder.