SAP GUI 64-bit - CallVBS and CallVBSAsync: After updating SAP GUI to 64-bit, we get the error "GuiXT problem: GuiXT.CreateObject failed for progid="...". What could be the reason for this and what can I do?
In the 64-bit SAP GUI, CallVBS and CallVBSAsync are not automatically available because Microsoft does not provide a 64-bit version of the script control that GuiXT uses for VBScript execution. You can install alternatives such as "Tablacus Script Control 64" if needed. CallVBS / CallVBAsync will then work again without requiring any adjustments to the GuiXT profile or script. Alternatively, especially for new developments, use JavaScript (CallJS) or VB.NET/C# (CallVB).