With GuiXT you can embed ActiveX components in the SAP GUI window. You  can pass data to the component and react to its events, e.g. to a click on a table row. For communication with the ActiveX component you use VBScript functions that can be called from GuiXT scripts or InputScripts.

You will need about 4 hours for the tutorials

 
              
D
etails can be found under documentation

 

 

  Download all tutorial scripts as .zip file

 

How to try out the tutorials in your SAP system
  • Get your 30 days testkey; you can use all components with the testkey
  • Enter the testkey in GuiXT profile, tick all GuiXT components, and activate the testkey via System->Status in SAP
  • Enter following path in GuiXT profile, "Directories->Scripts 1":

    http://www.synactive.com/demo.controls

     
  • Enter following file in GuiXT profile, "VBScript library":

    http://www.synactive.com/demo.controls/lib.vbs

Now logon to your SAP system and try out the following examples: SAP Personal Desktop (menu), embedding internet pages (transaction SE37), Spell check (transaction PP30).

For the remaining examples "list control" (transaction VA03) and  "tree control" (transaction VA01" you need the function module "Z_S10_SEARCHHELP" that reads the SAP searchhelp. You can download the function module in  S10 Forum.

All GuiXT scripts are in UTF-8 format, which is the appropriate format for SAP unicode systems. You can use them in non-Unicode systems as well, since the English texts that we use do not contain any non-ANSI-characters.