Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "C_TRIALBALANCE" of service "C_TRIALBALANCE_CDS". This service is part of the following communication scenarios: Finance - Accounting Analytics Integration (SAP_COM_0303). See https://api.sap.com/api/C_TRIALBALANCE_CDS for more information.

Hierarchy

  • any
    • C_Trialbalance

Implements

Index

Properties

pFromPostingDate

pFromPostingDate: Moment

Posting Date From.

pFromPostingDateText

pFromPostingDateText: string

Posting Date From. Maximum length: 60.

nullable

pToPostingDate

pToPostingDate: Moment

Posting Date To.

pToPostingDateText

pToPostingDateText: string

Posting Date To. Maximum length: 60.

nullable

results

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

Static P_FROM_POSTING_DATE

P_FROM_POSTING_DATE: DateField<C_Trialbalance> = new DateField('P_FromPostingDate', C_Trialbalance, 'Edm.DateTime')

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

Static P_FROM_POSTING_DATE_TEXT

P_FROM_POSTING_DATE_TEXT: StringField<C_Trialbalance> = new StringField('P_FromPostingDateText', C_Trialbalance, 'Edm.String')

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

Static P_TO_POSTING_DATE

P_TO_POSTING_DATE: DateField<C_Trialbalance> = new DateField('P_ToPostingDate', C_Trialbalance, 'Edm.DateTime')

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

Static P_TO_POSTING_DATE_TEXT

P_TO_POSTING_DATE_TEXT: StringField<C_Trialbalance> = new StringField('P_ToPostingDateText', C_Trialbalance, 'Edm.String')

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

Static RESULTS

RESULTS: Link<C_Trialbalance, C_TrialbalanceResults> = new Link('Results', C_Trialbalance, C_TrialbalanceResults)

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

Static _allFields

_allFields: any[] = [C_Trialbalance.P_FROM_POSTING_DATE,C_Trialbalance.P_FROM_POSTING_DATE_TEXT,C_Trialbalance.P_TO_POSTING_DATE,C_Trialbalance.P_TO_POSTING_DATE_TEXT,C_Trialbalance.RESULTS]

All fields of the C_Trialbalance entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "C_TRIALBALANCE"

Technical entity name for C_Trialbalance.

Static _keyFields

_keyFields: Array<Selectable<C_Trialbalance>> = [C_Trialbalance.P_FROM_POSTING_DATE, C_Trialbalance.P_TO_POSTING_DATE]

All key fields of the C_Trialbalance entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "C_TRIALBALANCE_CDS"

Technical service name for C_Trialbalance.

Methods

Static builder

  • Returns an entity builder to construct instances C_Trialbalance.

    Returns EntityBuilderType<C_Trialbalance, C_TrialbalanceType>

    A builder that constructs instances of entity type C_Trialbalance.

Static requestBuilder

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

    Returns C_TrialbalanceRequestBuilder

    A C_Trialbalance request builder.