Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

project

project: string

Project Definition.

projectText

projectText: string

Project Definition. Maximum length: 60.

nullable

Static PROJECT

PROJECT: StringField<Project> = new StringField('Project', Project, 'Edm.String')

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

Static PROJECT_TEXT

PROJECT_TEXT: StringField<Project> = new StringField('ProjectText', Project, 'Edm.String')

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

Static _allFields

_allFields: any[] = [Project.PROJECT,Project.PROJECT_TEXT]

All fields of the Project entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "Project"

Technical entity name for Project.

Static _keyFields

_keyFields: Array<Selectable<Project>> = [Project.PROJECT]

All key fields of the Project entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "C_TRIALBALANCE_CDS"

Technical service name for Project.

Methods

Static builder

  • Returns an entity builder to construct instances Project.

    Returns EntityBuilderType<Project, ProjectType>

    A builder that constructs instances of entity type Project.

Static requestBuilder

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

    Returns ProjectRequestBuilder

    A Project request builder.