Guixt is a scripting tool developed by Synactive for SAP GUI customization. It allows users to create custom GUI screens and automate SAP transactions using scripting language. GuiXT is widely used by SAP users to streamline business processes and improve user productivity.
To use GuiXT with SAP GUI, you first need to install the GuiXT software on your local machine. Once installed, you can create custom scripts to automate SAP transactions or modify existing SAP screens to make them more user-friendly. GuiXT also comes with a library of pre-built scripts that you can use as a starting point for your own customizations.
Problem
We are going to change a column header description for a table in a standard SAP GUI screen using GuiXT.
Transaction code: CORR
"Scrap Qty" to "In-Process Loss"
"1st Act." to "Machine Hour"
"2nd Act." to "Labor Hour"
Solution
Step 1. Activate the GuiXT. Go to "SAP Easy Access Screen". Click on "Customize Local Layout" button. Click on "Activate GuiXT".
Step 2. A pop up window will come up. Minimize the pop up and go to transaction code "CORR". After entering to the t code, maximize the previous pop up screen. In this pop up screen you will find all the screen elements listed out on the left side of the pop-up screen. (You will find the list if the View > Screen Elements are enabled)
Step 3: Click on the script button to open the script editor. Normally notepad editor will open up after clicking on this button.
Step 4: Write the code like below screenshot. Save the code and restart the transaction.
After restarting the transaction, you will find the following output.
"Scrap Qty" changed to "In-Process Loss"
"1st Act." changed to "Machine Hour"
"2nd Act." changed to "Labor Hour"
Special Note: If you want learn more about GuiXT, you can go to their official documentations from the menu.
Comments
Post a Comment