This website is not affiliated with, sponsored by, or approved by SAP AG.

GUIXT Questions

Third Party products such as GuiXT, BMC Patrol, Vertex, Ixos etc...

Moderators: thx4allthefish, Snowy

GUIXT Questions

Postby mondolfo » Sun May 31, 2009 5:26 pm

Hello there can someone please helpme to write a script code for Guixt to write my user name in the SAPLogon screen?.

Regards.

mondolfo
 
Posts: 5
Joined: Thu May 21, 2009 8:14 am

Re: GUIXT Questions

Postby Harters » Thu Jun 04, 2009 5:15 am

Sorry, 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
Harters
 
Posts: 229
Joined: Thu Feb 07, 2008 8:03 am
Location: Sitting in front of 21 SAP systems

Re: GUIXT Questions

Postby Documation » Thu Jun 11, 2009 7:26 am

Hi, 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"
Documation
 
Posts: 16
Joined: Wed Oct 25, 2006 4:40 am
Location: South Africa

Re: GUIXT Questions

Postby Harters » Thu Jun 11, 2009 8:08 am

if 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
Harters
 
Posts: 229
Joined: Thu Feb 07, 2008 8:03 am
Location: Sitting in front of 21 SAP systems

Re: GUIXT Questions

Postby thx4allthefish » Fri Jun 19, 2009 12:16 am

according to this:

viewtopic.php?f=33&t=329526

all GuiXT threads go to the 3rd Party Products Forum.

moved from SAP-Other.
curiousorange wrote:I give up. Humanity isn't worth saving. Why is there never a Vogon Constructor Fleet around when you really need one?
thx4allthefish
 
Posts: 6371
Joined: Sat Oct 26, 2002 6:18 pm
Location: barolo barrel


Return to Third Party Products

Who is online

Users browsing this forum: No registered users and 1 guest




This website is not affiliated with, sponsored by, or approved by SAP AG.