biuan SAP® BUSINESS ONE SDK
DTW Human Resources / Employee Master Data / Absence Information
API Employee Absence Info

Description

EmployeeAbsenceInfo is a child object of the EmployeesInfo object and represents the employee absence information.

Source table: HEM1.

Object Model

Remarks

To display the form in the application:

  1. Select Human Resources --> Employee Master Data
  2. Select the Administration tab.
  3. Click Absence.

See Also

SAP® B1 DI-API C# definition

public class EmployeeAbsenceInfoClass : IEmployeeAbsenceInfo, EmployeeAbsenceInfo { public virtual string ApprovedBy { get; set; } public virtual int ConfirmerNumber { get; set; } public virtual int Count { get; } public virtual int EmployeeID { get; set; } public virtual DateTime FromDate { get; set; } public virtual int LineNum { get; } public virtual string Reason { get; set; } public virtual DateTime ToDate { get; set; } public virtual SAPbobsCOM.UserFields UserFields { get; } public extern EmployeeAbsenceInfoClass(); public virtual extern void Add(); public virtual extern void SetCurrentLine(int LineNum); }


SAP® Business One is the trademark(s) or registered trademark(s) of SAP AG in Germany and in several other countries. Contact
This website is not affiliated with, maintained, authorized, endorsed or sponsored by SAP AG or any of its affiliates