â2013 Oct 25 2:27 PM
Hi Gurus,
I have made some changes to screen using GUIXT and they are visible for all clients (Servers for Client A Client B... ).
This should not happen..
Is there any way to restrict changes to particular server of a client only..
Please suggest. Also let me know disadvantages of using GUIXT.
Regards,
Sachin
â2013 Oct 25 2:51 PM
Sadly, I don't have access to either SM51 or ST07. These I am told will tell which App Server you are on. So to go forward from that point. Now I figure out how those tcodes did it. Build that logic into an RFC-able FM. Call the FM from my GuiXT. (This I have done in my current apps.) and use the information returned.
Neal
â2013 Oct 25 2:54 PM
â2013 Oct 25 3:14 PM
Hi Neal,
By Clients I mean to say Company A is one client say telecom related , Company B is another one say ISU ..
If I made graphic changes on Initial screen, (username -password) for telecom client , it's getting visible for ISU client too... which is wrong..
Is there way to restrict GUIXT changes to one client only out of multiple available in LOGON pad. Please suugest.
â2013 Oct 25 5:03 PM
I'm going to make an assumptions here.
The user is tied to the company code. Write an RFC that looks up the user's company code. Then call it in the beginning of your guixt script. Depending on what it returns, change what the script does.
Does that help more?
Neal