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).
|
|