edward_tollenaar
Explorer
Member since ‎04-06-2015

User Statistics

  • 14 Posts
  • 0 Solutions
  • 5 Kudos given
  • 0 Kudos received

User Activity

Hi, I'm following the course "Building side-by-side exentsions on SAP BTP". In unit 7 I need to set Up SAP HANA Cloud Instance. Exercise: Preparing the Application for Deployment. When following the steps, I get this error:Followed the link and creat...
In my Add-On, I'm adding a record in a UDT. Parts of the code: companyService = Program.SBO_COMPANY.GetCompanyService(); gs = companyService.GetGeneralService("SWK_RSC"); generalData = (SAPbobsCOM.GeneralData)gs.GetDataInterface(GeneralServiceData...
Hey,Using the DI-API I can create an UDF on the OADM table. This one popups in the B1 Client and I can modify the values for this UDF using the B1 Client.How can I update this UDF using the DI-API? I can access the table using (AdminInfo)GetCompany()...