‎2007 Jan 23 7:11 AM
Hi,
I have a requirement to change a text present in Standard Transaction.I was able to change the text present in the trx say from 'Description' to 'Short Description' by creating a .TXT file locally.The problem is that since I have the .txt File sitting locally and also referenced locally in the Path mentioned in the PROFILE of guixt the change is reflected only in the local system.
So I tried uploading the same file to APP SERVER.But on mentioning the server file path ,guixt is not able to access the file path mentioned.
I am facing problems related to uploading files to webserver.
<b>All the docs available in syactive and sap.help.com seems to be of little help to me.</b>
If any one has worked on a similar requirement please pitch with your help.
<b>In short my changes should get reflected across systems independent of the file path and there should be no need to enter server file path in GUIXT's PROFILE</b>
Points Assured for helpful replies
‎2007 Jan 23 8:37 AM
Hi,
perhaps the following solution works for you.
You could use the userexit at logon to SAP system. There you could read the local guixt path from registry(windows),configfile(unix) and download your txt-file from app-server or from somewhere else in this directory.
Regards
Bernd
‎2007 Jan 23 8:37 AM
Hi,
perhaps the following solution works for you.
You could use the userexit at logon to SAP system. There you could read the local guixt path from registry(windows),configfile(unix) and download your txt-file from app-server or from somewhere else in this directory.
Regards
Bernd