TUTORIALS
How to locate your Host ID?
- HostID is an unique identifier used by Synactive to generate a Designer license.
- To find the HostID
- Launch SynSerialManager.
- HostID is located on the title bar.
- Click on "Copy HostID", this will copy HostID in to the clipboard. You can now paste it in any application(notepad, word, etc.)
- If there are no licenses present, designer application displays HostID in status bar.
How to Install a License?
- Two methods for Installing a Designer and Studio license
- Add license manually
- Launch Synactive License Manager
- Add license using the license file
What are GuiXT Scripts?
- GuiXT scripts are simple text files that follow strict naming conventions.
- GuiXT script names are based on SAP ERP repository's ABAP program name and a four-digit screen number.
- A language is also included for various languages.
- Format: xxxxxxxxx.ldddd.txt ( xxxxxxx is the ABAP program name, l is the language, and dddd is the screen number).
- For language independent GuiXT script ignore the language key.
What are Input scripts?
- Input scripts are also simple text files, however, they do not have any restrictions on what they can be named.
How To Generate / Create Language Independent Scripts?
- Select "No Language Key." option in the GuiXT Profile (Edit->Profile on GuiXT window).
- GuiXT now, will look for GuiXT scripts without language key. You can use technical names instead of field labels to identify SAP fields.
- Now, you can create a single script with two parts:
- Format: xxxxxxxxx.ldddd.txt ( xxxxxxx is the ABAP program name, "l" is the language, and dddd is the screen number).
- For language independent GuiXT script ignore the language key.