Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "ProjectSet" of service "CPD.SC_PROJ_ENGMT_CREATE_UPD_SRV". This service is part of the following communication scenarios: Commercial Project Integration (SAP_COM_0054). See https://api.sap.com/api/SC_PROJ_ENGMT_CREATE_UPD_SRV for more information.

Hierarchy

  • any
    • ProjectSet

Implements

Index

Properties

confidential

confidential: string

Confidential Indicator for Commercial Project. Select the checkbox to indicate that the details are confidential and can be viewed only by an authorized user. Maximum length: 1.

nullable

costCenter

costCenter: string

Organization Unit Key. Maximum length: 20.

nullable

currency

currency: string

Currency. Maximum length: 5.

nullable

customer

customer: string

Customer Number. Gives an alphanumeric key, which clearly identifies the customer or vendor in the SAP system. Maximum length: 10.

nullable

endDate

endDate: Moment

Commercial Project: End Date.

nullable

orgId

orgId: string

Service Organization. This field links master project data with the company code and plant. This field links master project data with the company code and plant. Maximum length: 5.

nullable

profitCenter

profitCenter: string

Profit Center. Maximum length: 10.

nullable

projAccountantCompCode

projAccountantCompCode: string

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

projAccountantExtId

projAccountantExtId: string

38 characters. Maximum length: 38.

nullable

projControllerCompCode

projControllerCompCode: string

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

projControllerExtId

projControllerExtId: string

38 characters. Maximum length: 38.

nullable

projManagerCompCode

projManagerCompCode: string

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

projManagerExtId

projManagerExtId: string

38 characters. Maximum length: 38.

nullable

projPartnerCompCode

projPartnerCompCode: string

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

projPartnerExtId

projPartnerExtId: string

38 characters. Maximum length: 38.

nullable

projectCategory

projectCategory: string

Project Type. Maximum length: 1.

nullable

projectDesc

projectDesc: string

Project Desc.

nullable

projectId

projectId: string

Commercial Project ID. Identifies a master project. Maximum length: 40.

projectName

projectName: string

Customer Project Name. Maximum length: 40.

nullable

projectStage

projectStage: string

Commercial Project: Stage. User-defined key for indicating stages in master projects. Maximum length: 4.

nullable

startDate

startDate: Moment

Commercial Project: Start Date.

nullable

workPackageSet

workPackageSet: WorkPackageSet[]

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

Static CONFIDENTIAL

CONFIDENTIAL: StringField<ProjectSet> = new StringField('Confidential', ProjectSet, 'Edm.String')

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

Static COST_CENTER

COST_CENTER: StringField<ProjectSet> = new StringField('CostCenter', ProjectSet, 'Edm.String')

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

Static CURRENCY

CURRENCY: StringField<ProjectSet> = new StringField('Currency', ProjectSet, 'Edm.String')

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

Static CUSTOMER

CUSTOMER: StringField<ProjectSet> = new StringField('Customer', ProjectSet, 'Edm.String')

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

Static END_DATE

END_DATE: DateField<ProjectSet> = new DateField('EndDate', ProjectSet, 'Edm.DateTime')

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

Static ORG_ID

ORG_ID: StringField<ProjectSet> = new StringField('OrgID', ProjectSet, 'Edm.String')

Static representation of the orgId 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<ProjectSet> = new StringField('ProfitCenter', ProjectSet, '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_CATEGORY

PROJECT_CATEGORY: StringField<ProjectSet> = new StringField('ProjectCategory', ProjectSet, 'Edm.String')

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

Static PROJECT_DESC

PROJECT_DESC: StringField<ProjectSet> = new StringField('ProjectDesc', ProjectSet, 'Edm.String')

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

Static PROJECT_ID

PROJECT_ID: StringField<ProjectSet> = new StringField('ProjectID', ProjectSet, 'Edm.String')

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

Static PROJECT_NAME

PROJECT_NAME: StringField<ProjectSet> = new StringField('ProjectName', ProjectSet, 'Edm.String')

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

Static PROJECT_STAGE

PROJECT_STAGE: StringField<ProjectSet> = new StringField('ProjectStage', ProjectSet, 'Edm.String')

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

Static PROJ_ACCOUNTANT_COMP_CODE

PROJ_ACCOUNTANT_COMP_CODE: StringField<ProjectSet> = new StringField('ProjAccountantCompCode', ProjectSet, 'Edm.String')

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

Static PROJ_ACCOUNTANT_EXT_ID

PROJ_ACCOUNTANT_EXT_ID: StringField<ProjectSet> = new StringField('ProjAccountantExtId', ProjectSet, 'Edm.String')

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

Static PROJ_CONTROLLER_COMP_CODE

PROJ_CONTROLLER_COMP_CODE: StringField<ProjectSet> = new StringField('ProjControllerCompCode', ProjectSet, 'Edm.String')

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

Static PROJ_CONTROLLER_EXT_ID

PROJ_CONTROLLER_EXT_ID: StringField<ProjectSet> = new StringField('ProjControllerExtId', ProjectSet, 'Edm.String')

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

Static PROJ_MANAGER_COMP_CODE

PROJ_MANAGER_COMP_CODE: StringField<ProjectSet> = new StringField('ProjManagerCompCode', ProjectSet, 'Edm.String')

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

Static PROJ_MANAGER_EXT_ID

PROJ_MANAGER_EXT_ID: StringField<ProjectSet> = new StringField('ProjManagerExtId', ProjectSet, 'Edm.String')

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

Static PROJ_PARTNER_COMP_CODE

PROJ_PARTNER_COMP_CODE: StringField<ProjectSet> = new StringField('ProjPartnerCompCode', ProjectSet, 'Edm.String')

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

Static PROJ_PARTNER_EXT_ID

PROJ_PARTNER_EXT_ID: StringField<ProjectSet> = new StringField('ProjPartnerExtId', ProjectSet, 'Edm.String')

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

Static START_DATE

START_DATE: DateField<ProjectSet> = new DateField('StartDate', ProjectSet, 'Edm.DateTime')

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

Static WORK_PACKAGE_SET

WORK_PACKAGE_SET: Link<ProjectSet, WorkPackageSet> = new Link('WorkPackageSet', ProjectSet, WorkPackageSet)

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

Static _allFields

_allFields: any[] = [ProjectSet.PROJECT_DESC,ProjectSet.PROJ_MANAGER_COMP_CODE,ProjectSet.PROJ_ACCOUNTANT_COMP_CODE,ProjectSet.PROJECT_ID,ProjectSet.PROJ_CONTROLLER_COMP_CODE,ProjectSet.PROJ_MANAGER_EXT_ID,ProjectSet.PROJECT_NAME,ProjectSet.PROJ_PARTNER_COMP_CODE,ProjectSet.PROJ_ACCOUNTANT_EXT_ID,ProjectSet.PROJECT_STAGE,ProjectSet.PROJ_CONTROLLER_EXT_ID,ProjectSet.PROJ_PARTNER_EXT_ID,ProjectSet.START_DATE,ProjectSet.END_DATE,ProjectSet.CUSTOMER,ProjectSet.COST_CENTER,ProjectSet.PROFIT_CENTER,ProjectSet.PROJECT_CATEGORY,ProjectSet.CURRENCY,ProjectSet.ORG_ID,ProjectSet.CONFIDENTIAL,ProjectSet.WORK_PACKAGE_SET]

All fields of the ProjectSet entity.

Static _defaultServicePath

_defaultServicePath: string = "/sap/opu/odata/cpd/SC_PROJ_ENGMT_CREATE_UPD_SRV"

Default url path for the according service.

Static _entityName

_entityName: string = "ProjectSet"

Technical entity name for ProjectSet.

Static _keyFields

_keyFields: Array<Selectable<ProjectSet>> = [ProjectSet.PROJECT_ID]

All key fields of the ProjectSet entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "CPD.SC_PROJ_ENGMT_CREATE_UPD_SRV"

Technical service name for ProjectSet.

Methods

Static builder

  • Returns an entity builder to construct instances ProjectSet.

    Returns EntityBuilderType<ProjectSet, ProjectSetType>

    A builder that constructs instances of entity type ProjectSet.

Static requestBuilder

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

    Returns ProjectSetRequestBuilder

    A ProjectSet request builder.