Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAPGUIXT

Private_Member_17805
Participant
0 Likes
355

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
306

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

1 REPLY 1
Read only

Former Member
0 Likes
307

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