Przejdź do głównej zawartości
Wersja: 3.0
warning

Important Notice: SAP HANA SPS 08 Support Status

At this time, AppEngine 3.0 does not yet support SAP HANA version SPS 08 (Service Pack Stack 08). We strongly recommend waiting before installing or upgrading to this version until we announce official support.

Our development team is actively working on adding compatibility with SAP HANA SPS 08, and we will update this article as soon as support is released.

notatka

You are viewing documentation for CompuTec AppEngine 3.0 (.NET 8).

If you are working with older environments, you may be looking for CompuTec AppEngine 2.0 based on .NET Framework, which is still supported: https://learn.computec.one/docs/appengine/2.0/

As CompuTec AppEngine 3.0 introduces a new architecture, all CompuTec components must be updated together.

Please familiarize yourself with the CompuTec AppEngine 3.0 documentation before installing it.

ActiveX Installation Guide

notatka

This feature works only with the SAP User Interface plugin type.

ActiveX support in the Computec.AppEngine ecosystem enhances the functionality of the SAP User Interface plugin by ensuring the seamless integration of additional components.

The ActiveX mechanism checks if the component is installed. If not, it attempts to install it. In cases where the SAP Business One application lacks sufficient privileges, a message will appear on the screen, and a batch command will be copied to the clipboard.

The user will then need to:

  1. Open Command Prompt as an administrator.
  2. Paste the command and press Enter.

Adding ActiveX Support

In the PluginInfo, add the following line:

ActiveXComponents = new ActiveXInstallDefinition[]
{
new ("7B3C32C6-2856-1AB9-A132-CA5FBCC90115",
"ProcessForce.Gantt\CompuTec.ProcessForce.Gantt.dll")
};

where:

  • GUID is the CLSID of the ActiveX component.
  • Path is a relative path to the plugin manifest.

Update Mechanism

The system compares the version of the installed library with the version from the specified path to detect if an update of the ActiveX component is required.


ActiveX support in the Computec.AppEngine ecosystem simplifies the integration and management of SAP User Interface plugins.