Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_EnterpriseProject" of service "API_ENTERPRISE_PROJECT_SRV". This service is part of the following communication scenarios: Enterprise Project - Create, Read, Update, Delete Integration (SAP_COM_0308). See https://api.sap.com/api/API_ENTERPRISE_PROJECT_SRV for more information.

Hierarchy

  • any
    • EnterpriseProject

Implements

Index

Properties

companyCode

companyCode: string

Company Code. The company code is an organizational unit within financial accounting. Maximum length: 4.

nullable

controllingArea

controllingArea: string

Controlling Area. Maximum length: 4.

nullable

enterpriseProjectType

enterpriseProjectType: string

Project type. Key identifying a project type. You can define the criteria for a project type. Maximum length: 2.

nullable

functionalArea

functionalArea: string

Functional Area. Structure criterion for an enterprise or government based on functional aspects. Use for Cost-of-Sales AccountingThe functional area is required to create a profit and loss account in Financial Accounting using cost-of-sales accounting. The following are examples of structure criteria:ManufacturingAdministrationSalesResearch and developmentUse for GovernmentThe functional area is needed for Funds Management to meet legal requirements for reporting with functional aspects. You can use the functional area to represent the global targets and goals (such as public safety or city development), in particular the expenses of your organization.Use in cost-of-sales accountingSee the documentation on Filling the Functional Area Field.For comprehensive information on cost-of-sales accounting and on the functional area, see the SAP Library under Accounting -> Financial Accounting -> General Ledger -> Cost-of-Sales Accounting.Use in governmentFor more information on the functional area, see the implementation Guide for Funds Management Government in the section Activate Account Assignment Elements. Maximum length: 16.

nullable

lastChangeDateTime

lastChangeDateTime: Moment

Date on which object was last changed.

nullable

priorityCode

priorityCode: string

Priority. Maximum length: 3.

nullable

processingStatus

processingStatus: string

Object Processing Status. Maximum length: 2.

nullable

profitCenter

profitCenter: string

Profit Center. Key which together with the controlling area uniquely identifies a profit center. Maximum length: 10.

nullable

project

project: string

Identification of Entities. Maximum length: 24.

nullable

projectDescription

projectDescription: string

Language-Dependent Description. Maximum length: 40.

nullable

projectEndDate

projectEndDate: Moment

Project End Date.

nullable

projectInternalId

projectInternalId: string

Project (internal). Maximum length: 24.

nullable

projectManagerUuid

projectManagerUuid: string

Project Manager Uuid.

nullable

projectProfileCode

projectProfileCode: string

Project Profile. Key identifying a project profile. Maximum length: 7.

nullable

projectStartDate

projectStartDate: Moment

Project Start Date.

nullable

projectUuid

projectUuid: string

Entity Guid.

responsibleCostCenter

responsibleCostCenter: string

Responsible Cost Center. Maximum length: 10.

nullable

toEnterpriseProjectElement

toEnterpriseProjectElement: EnterpriseProjectElement[]

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

Static COMPANY_CODE

COMPANY_CODE: StringField<EnterpriseProject> = new StringField('CompanyCode', EnterpriseProject, 'Edm.String')

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

Static CONTROLLING_AREA

CONTROLLING_AREA: StringField<EnterpriseProject> = new StringField('ControllingArea', EnterpriseProject, '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 ENTERPRISE_PROJECT_TYPE

ENTERPRISE_PROJECT_TYPE: StringField<EnterpriseProject> = new StringField('EnterpriseProjectType', EnterpriseProject, 'Edm.String')

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

Static FUNCTIONAL_AREA

FUNCTIONAL_AREA: StringField<EnterpriseProject> = new StringField('FunctionalArea', EnterpriseProject, 'Edm.String')

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

Static LAST_CHANGE_DATE_TIME

LAST_CHANGE_DATE_TIME: DateField<EnterpriseProject> = new DateField('LastChangeDateTime', EnterpriseProject, 'Edm.DateTimeOffset')

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

Static PRIORITY_CODE

PRIORITY_CODE: StringField<EnterpriseProject> = new StringField('PriorityCode', EnterpriseProject, 'Edm.String')

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

Static PROCESSING_STATUS

PROCESSING_STATUS: StringField<EnterpriseProject> = new StringField('ProcessingStatus', EnterpriseProject, 'Edm.String')

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

Static PROFIT_CENTER

PROFIT_CENTER: StringField<EnterpriseProject> = new StringField('ProfitCenter', EnterpriseProject, 'Edm.String')

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

Static PROJECT

PROJECT: StringField<EnterpriseProject> = new StringField('Project', EnterpriseProject, '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_DESCRIPTION

PROJECT_DESCRIPTION: StringField<EnterpriseProject> = new StringField('ProjectDescription', EnterpriseProject, 'Edm.String')

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

Static PROJECT_END_DATE

PROJECT_END_DATE: DateField<EnterpriseProject> = new DateField('ProjectEndDate', EnterpriseProject, 'Edm.DateTime')

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

Static PROJECT_INTERNAL_ID

PROJECT_INTERNAL_ID: StringField<EnterpriseProject> = new StringField('ProjectInternalID', EnterpriseProject, 'Edm.String')

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

Static PROJECT_MANAGER_UUID

PROJECT_MANAGER_UUID: StringField<EnterpriseProject> = new StringField('ProjectManagerUUID', EnterpriseProject, 'Edm.Guid')

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

Static PROJECT_PROFILE_CODE

PROJECT_PROFILE_CODE: StringField<EnterpriseProject> = new StringField('ProjectProfileCode', EnterpriseProject, 'Edm.String')

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

Static PROJECT_START_DATE

PROJECT_START_DATE: DateField<EnterpriseProject> = new DateField('ProjectStartDate', EnterpriseProject, 'Edm.DateTime')

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

Static PROJECT_UUID

PROJECT_UUID: StringField<EnterpriseProject> = new StringField('ProjectUUID', EnterpriseProject, 'Edm.Guid')

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

Static RESPONSIBLE_COST_CENTER

RESPONSIBLE_COST_CENTER: StringField<EnterpriseProject> = new StringField('ResponsibleCostCenter', EnterpriseProject, 'Edm.String')

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

Static TO_ENTERPRISE_PROJECT_ELEMENT

TO_ENTERPRISE_PROJECT_ELEMENT: Link<EnterpriseProject, EnterpriseProjectElement> = new Link('to_EnterpriseProjectElement', EnterpriseProject, EnterpriseProjectElement)

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

Static _allFields

_allFields: any[] = [EnterpriseProject.PROJECT_UUID,EnterpriseProject.PROJECT_INTERNAL_ID,EnterpriseProject.PROJECT,EnterpriseProject.PROJECT_DESCRIPTION,EnterpriseProject.ENTERPRISE_PROJECT_TYPE,EnterpriseProject.PRIORITY_CODE,EnterpriseProject.PROJECT_START_DATE,EnterpriseProject.PROJECT_END_DATE,EnterpriseProject.PROCESSING_STATUS,EnterpriseProject.RESPONSIBLE_COST_CENTER,EnterpriseProject.PROFIT_CENTER,EnterpriseProject.PROJECT_MANAGER_UUID,EnterpriseProject.PROJECT_PROFILE_CODE,EnterpriseProject.FUNCTIONAL_AREA,EnterpriseProject.COMPANY_CODE,EnterpriseProject.CONTROLLING_AREA,EnterpriseProject.LAST_CHANGE_DATE_TIME,EnterpriseProject.TO_ENTERPRISE_PROJECT_ELEMENT]

All fields of the EnterpriseProject entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_EnterpriseProject"

Technical entity name for EnterpriseProject.

Static _keyFields

_keyFields: Array<Selectable<EnterpriseProject>> = [EnterpriseProject.PROJECT_UUID]

All key fields of the EnterpriseProject entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_ENTERPRISE_PROJECT_SRV"

Technical service name for EnterpriseProject.

Methods

Static builder

Static requestBuilder

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

    Returns EnterpriseProjectRequestBuilder

    A EnterpriseProject request builder.