The TSRExceptionalEventService service enables you to add, look up, and update Exceptional Events.
Source table: OEEV.
"CompanyService oCmpSrv = oCompany.GetCompanyService(); TSRExceptionalEventService Service = oCmpSrv.GetBusinessService(ServiceTypes.TSRExceptionalEventService); TSRExceptionalEvent add = Service.GetDataInterface(SAPbobsCOM.TSRExceptionalEventServiceDataInterfaces.tsreesTSRExceptionalEvent); add.Code = ""13""; add.Description = ""test1""; Service.Add(add);"
TSRExceptionalEventService Members