leif_ershag
Explorer
Member since ‎01-21-2019

User Statistics

  • 27 Posts
  • 1 Solutions
  • 16 Kudos given
  • 1 Kudos received

User Activity

I'm converting a company from SQL Server to HANA, and one of the issues I'm running into is Temporary tables. On SQL Server they create and deletes without problems, but as soon as i have a CREATE LOCAL TEMPORARY TABLE In the beginning of a Us...
Hi, I have created a UDO form in SBO Studio, in this form I have a matrix of "related" instances of the same UDO. I want to add a function to load this related instance in the form when clicked. How do i trigger this?
If I wanna react to different events in SAP Business One client, for example when someone is sending a mail, do i understand it correctly that I'm bound to using the COM API still? There is no way with the new frameworks to react to that kind of even...
Hello, I have some code that attempt to use HanaBulkCopy WriteToServer to quickly sync local data with server data. This does however throw an Sql Syntax error, kinda suprising i must admit since it's inside the Sap.Data.Hana.v4.5.dll library the...
Hello,I'm trying to create a CI/CD pipeline for an addon, but i'm running into a small problem since I need to package it as a lightweight addon and the only documentation i can find is with a GUI. Obviously this dosen't automate very well...How have...