Hello there can someone please helpme to write a script code for Guixt to write my user name in the SAPLogon screen?.
Regards.
|
|
This website is not affiliated with, sponsored by, or approved by SAP AG.
GUIXT QuestionsModerators: thx4allthefish, Snowy
5 posts
• Page 1 of 1
GUIXT QuestionsHello there can someone please helpme to write a script code for Guixt to write my user name in the SAPLogon screen?.
Regards.
Re: GUIXT QuestionsSorry, only just saw the post. I have many scripts and can help you with this very quickly. Will PM you also
Regards
Harters ______________ SAP Support Ltd sapsupport.co.uk
Re: GUIXT QuestionsHi, the file you need to create to change the logon is called "elogon.txt"
You can either store this file in your scripts directory (Local), a web/file server, or in the SAP Web Repository (RFC Access Needed) Typically, this is a logon file: It is assumed that you have the relevant images that you are referring to. The // lines are comments. Regards, Freddie Botha // // Documation Consulting Services // http://www.documation.co.za // info@documaton.co.za // SAP FUN - Finetuned User Navigation // // Created by : Freddie Botha // Creaton Date : 06 May 2009 // Purpose : Changes to the Logon Screen for Client Name // // // Change Standard SAP Title if V[_database=ABC] title "DCS - GuiXT Development for Client Name" // Delete SAP Fields that are not used by the user del #[4,36] "-text" del #[17,36] "-text" del #[9,36] "-text" del #[3,36] "-text" del #[15,36] "-text" del #[8,36] "-text" del #[2,36] "-text" del #[1,36] "-text" del F[Language] "-triple" del #[7,36] "-text" del #[6,36] "-text" del #[12,36] "-text" del #[10,36] "-text" del #[11,36] "-text" del #[16,36] "-text" del #[14,36] "-text" // Default The Logon Values set F[User] "FBOTHA" // Freddie Botha set F[Password] "abc123" // Do not do this in a live system, as access can be obtained to this script file set F[Client] "201" // Sandpit Client // Create a group box and add the text items to it that you need box (0,0) (13,60) "Welcome To Our SAP System" text (12,2) "Documation Consulting Services : Demo System" size="44" "-intensified" text (9,2) "Logon problems?" size="15" "-intensified" text (10,2) "Please email" size="13" text (10,17) "our Help Desk to request a Password Reset" size="41" // Add your email help desk and company logo images image (0.55,36.2) (7.55,58.6) "C:\guixt\scripts\pos\LOGO_DARK.BMP" "-plain" image (9.5,13) "C:\guixt\scripts\pos\EMAIL.GIF" "start=mailto:info@documation.co.za?subject=Logon in system &V[_database]&body=Hi, Please Reset My Password. My User Name is: Your User Name Here..." // Change the attributes of the Standard SAP Group Box boxsize G[Information] (6,55) text G[Information] "GuiXT Development Box" "-box" pos G[Information] (0,41) "-box" endif Freddie Botha
Documation Consulting Services http://www.documation.co.za freddieb@documation.co.za 27.72.733.3034 086.621.6786 SAP FUN© - Finetuned User Navigation "Contact us for more information on this exciting concept"
Re: GUIXT Questionsif you are using non launguage dependant scripts (good in case of users who log on in Frech, or german as well as English) the script will be called logon.txtx rather than elogon.txt.
If you need help with using GUIXT let me know Regards
Harters ______________ SAP Support Ltd sapsupport.co.uk
Re: GUIXT Questionsaccording to this:
viewtopic.php?f=33&t=329526 all GuiXT threads go to the 3rd Party Products Forum. moved from SAP-Other.
5 posts
• Page 1 of 1
Return to Third Party Products Who is onlineUsers browsing this forum: No registered users and 3 guests |
|