Options
All
  • Public
  • Public/Protected
  • All
Menu

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

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.

toText

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

Static ALL_FIELDS

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

All fields selector.

Static CONTROLLING_DEBIT_CREDIT_CODE

CONTROLLING_DEBIT_CREDIT_CODE: StringField<ControllingDebitCreditCode> = new StringField('ControllingDebitCreditCode', ControllingDebitCreditCode, '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 TO_TEXT

TO_TEXT: Link<ControllingDebitCreditCode, ControllingDebitCreditCodeT> = new Link('to_Text', ControllingDebitCreditCode, ControllingDebitCreditCodeT)

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

Static _allFields

_allFields: any[] = [ControllingDebitCreditCode.CONTROLLING_DEBIT_CREDIT_CODE,ControllingDebitCreditCode.TO_TEXT]

All fields of the ControllingDebitCreditCode entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_ControllingDebitCreditCode"

Technical entity name for ControllingDebitCreditCode.

Static _keyFields

_keyFields: Array<Selectable<ControllingDebitCreditCode>> = [ControllingDebitCreditCode.CONTROLLING_DEBIT_CREDIT_CODE]

All key fields of the ControllingDebitCreditCode entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_CONTROLLINGDEBITCREDITCODE_SRV"

Technical service name for ControllingDebitCreditCode.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<ControllingDebitCreditCode>

    A builder that constructs instances of entity type ControllingDebitCreditCode.

Static requestBuilder

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

    Returns ControllingDebitCreditCodeRequestBuilder

    A ControllingDebitCreditCode request builder.