Additional Blogs by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
0 Kudos

INTRODUCTION TO GUIXT.GUIXT is use to optimize the SAP user interface without doing     changes in the system.GUIXT resides at user end only and does not effect the database system. It helps to implement various restrictions and to add functionalities at the frontend of SAP for the SAP user. It helps put various restrictions or add functionalities for the user at frontend. The changes you want to see on screen are done in the form of scripts.  

Various possibilities with GUIXT

 Move or delete fields, table columns and pushbuttons 

 Modify field texts, headings and pushbutton labels 

 Display images 

 Add your own pushbutton Functions. 

 Set default values 

 Offer radio buttons instead of coded input 

 Restrict input to capital letters or numbers 

 

HOW THE SCRIPTS ARE NAMED IN THE GUIXT DIRECTORY:

The scripts written by us are saved in GUIXT directory which will be explain below. How they are named is explained here. Name of saved script is like XXXXXXXX.LYYYY.txtWhere XXXXXXXX is ABAP program name .

L is language ID from the R/3 System                             

                             E-English
                             D-German
                             I
-Italian
                            J-Japanese and so on    

 And YYYY is the screen number for which script is written.           

 

 Example: saplsmtr_navigation.e0100.txtGUIXT scripts are stored as normal ASCII text files. Each GUIXT script refers to exactly one screen of a program and the changes we want to see on our screen must be done in these scripts only. The scripts are language dependent so if u wants to changes to reflect in various languages you should rewrite the script.