Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "TimeOverviewSet" of service "SHCM.API_MANAGE_WF_AVAILABILITY". This service is part of the following communication scenarios: Employee Integration (SAP_COM_0001), External HR Workforce Integration (SAP_COM_0301). See https://api.sap.com/api/API_MANAGE_WF_AVAILABILITY for more information.

Hierarchy

  • any
    • TimeOverviewSet

Implements

Index

Properties

absencehours

absencehours: BigNumber

Absence hours of an employee on one day. The total of all employee absence hours on a given calendar day. If an external application is entered, then only the absence hours that do not come from this external application are totalled.

nullable

attendancehours

attendancehours: BigNumber

Attendance hours of an employee on one day. The total of all employee attendance hours on a given calendar day. If an external application is entered, then only the attendance hours that do not come from this external application are totalled.

nullable

calendardate

calendardate: Moment

Validity Date. This field contains the date on which the corresponding data record is valid.

companycode

companycode: string

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

isnonworkingday

isnonworkingday: boolean

Indicator: Employee does not need to work. This indicator is activated if an employee does not have to work on a given calendar day, for one of the following reasons: Calendar day is a weekend day,Calendar day is a public holiday,Calendar day is defined in the employee's shift plan as a non-working shift (day off).

nullable

overtimehours

overtimehours: BigNumber

Overtime hours of an employee on one day. An employee's total hours on a given calendar day that have be entered as special overtime.

nullable

personworkagreement

personworkagreement: string

Object ID. Contains a unique eight-digit numerical code, that represents a specific object (for example, an organizational unit, qualification or business event). When you work with infotype records, this field allows you to use the Fast entry feature. Fast entry enables you to create numerous infotype records without having to exit and re-enter the infotype window.To select the object that the infotype record should belong to, either:Enter the object's eight-digit codeUse the matchcode feature to search for the object. Maximum length: 8.

nullable

personworkagreementexternalid

personworkagreementexternalid: string

Work Agreement External ID. Maximum length: 20.

plannedendtime

plannedendtime: Time

Normal End of an Employee's Working Time. The end time of an employee's regular working time on any given calendar day. The actual end of working time can differ from the time entered here, however.

nullable

plannedstarttime

plannedstarttime: Time

Normal start of employee's working time. The starting time of an employee's regular working time on a given calendar day. The actual starting time can differ from the time entered here, however.

nullable

plannedworkinghours

plannedworkinghours: BigNumber

Normal working hours of an employee on one day. The entire number of an employee's working hours on a given calendar day. The number of actual hours worked can differ from the hours entered here, however.

nullable

publicholidayclass

publicholidayclass: string

Holiday class. The holiday class specifies the holiday type (optional). Holiday classes are only used in Human Resources Management. They can be used to determine the time wage type selection, the daily work schedule variants, the absence counting, etc. for groups of holidays and normal days.The entry of a holiday class is optional.You can enter a holiday class according to the rules defined in HR. Maximum length: 1.

nullable

Static ABSENCEHOURS

ABSENCEHOURS: BigNumberField<TimeOverviewSet> = new BigNumberField('Absencehours', TimeOverviewSet, 'Edm.Decimal')

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

Static ATTENDANCEHOURS

ATTENDANCEHOURS: BigNumberField<TimeOverviewSet> = new BigNumberField('Attendancehours', TimeOverviewSet, 'Edm.Decimal')

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

Static CALENDARDATE

CALENDARDATE: DateField<TimeOverviewSet> = new DateField('Calendardate', TimeOverviewSet, 'Edm.DateTime')

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

Static COMPANYCODE

COMPANYCODE: StringField<TimeOverviewSet> = new StringField('Companycode', TimeOverviewSet, '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 ISNONWORKINGDAY

ISNONWORKINGDAY: BooleanField<TimeOverviewSet> = new BooleanField('Isnonworkingday', TimeOverviewSet, 'Edm.Boolean')

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

Static OVERTIMEHOURS

OVERTIMEHOURS: BigNumberField<TimeOverviewSet> = new BigNumberField('Overtimehours', TimeOverviewSet, 'Edm.Decimal')

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

Static PERSONWORKAGREEMENT

PERSONWORKAGREEMENT: StringField<TimeOverviewSet> = new StringField('Personworkagreement', TimeOverviewSet, 'Edm.String')

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

Static PERSONWORKAGREEMENTEXTERNALID

PERSONWORKAGREEMENTEXTERNALID: StringField<TimeOverviewSet> = new StringField('Personworkagreementexternalid', TimeOverviewSet, 'Edm.String')

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

Static PLANNEDENDTIME

PLANNEDENDTIME: TimeField<TimeOverviewSet> = new TimeField('Plannedendtime', TimeOverviewSet, 'Edm.Time')

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

Static PLANNEDSTARTTIME

PLANNEDSTARTTIME: TimeField<TimeOverviewSet> = new TimeField('Plannedstarttime', TimeOverviewSet, 'Edm.Time')

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

Static PLANNEDWORKINGHOURS

PLANNEDWORKINGHOURS: BigNumberField<TimeOverviewSet> = new BigNumberField('Plannedworkinghours', TimeOverviewSet, 'Edm.Decimal')

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

Static PUBLICHOLIDAYCLASS

PUBLICHOLIDAYCLASS: StringField<TimeOverviewSet> = new StringField('Publicholidayclass', TimeOverviewSet, 'Edm.String')

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

Static _allFields

_allFields: any[] = [TimeOverviewSet.PERSONWORKAGREEMENTEXTERNALID,TimeOverviewSet.COMPANYCODE,TimeOverviewSet.PERSONWORKAGREEMENT,TimeOverviewSet.CALENDARDATE,TimeOverviewSet.PLANNEDWORKINGHOURS,TimeOverviewSet.PLANNEDSTARTTIME,TimeOverviewSet.PLANNEDENDTIME,TimeOverviewSet.PUBLICHOLIDAYCLASS,TimeOverviewSet.ISNONWORKINGDAY,TimeOverviewSet.ABSENCEHOURS,TimeOverviewSet.ATTENDANCEHOURS,TimeOverviewSet.OVERTIMEHOURS]

All fields of the TimeOverviewSet entity.

Static _defaultServicePath

_defaultServicePath: string = "/sap/opu/odata/shcm/API_MANAGE_WF_AVAILABILITY"

Default url path for the according service.

Static _entityName

_entityName: string = "TimeOverviewSet"

Technical entity name for TimeOverviewSet.

Static _keyFields

_keyFields: Array<Selectable<TimeOverviewSet>> = [TimeOverviewSet.PERSONWORKAGREEMENTEXTERNALID, TimeOverviewSet.COMPANYCODE, TimeOverviewSet.CALENDARDATE]

All key fields of the TimeOverviewSet entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "SHCM.API_MANAGE_WF_AVAILABILITY"

Technical service name for TimeOverviewSet.

Methods

Static builder

  • Returns an entity builder to construct instances TimeOverviewSet.

    Returns EntityBuilderType<TimeOverviewSet, TimeOverviewSetType>

    A builder that constructs instances of entity type TimeOverviewSet.

Static requestBuilder

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

    Returns TimeOverviewSetRequestBuilder

    A TimeOverviewSet request builder.