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

GUI XT issue for multiple clients

former_member213851
Active Contributor
0 Likes
957

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

4 REPLIES 4
Read only

Former Member
0 Likes
899

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

Read only

0 Likes
899

Or did I misunderstand your reference to clients?

Read only

0 Likes
899

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.

Read only

0 Likes
899

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