Hello forum
I have a problem when creating the menu.
I have several add-ons in separate executable that creates the menu:
Add-Ons
Add-on 1
Add-on 2
....
Problem occurs when more than one add-on runs automatically with SAP. Error is occurring "Menu - Already exists [66000-68]"
If the add-ons to run a manually, the error does not occur.
In all add-ons, before creating the menu, I do the test to see if the menu already exists:
if (!objApplication.Menus.Exists("menuID"))
Does anyone know what could be wrong?