‎2010 Jan 18 2:07 PM
Dear Experts,
We have a requirement where in we need to block certain transactions, if the user is logged on a specific app servers(Though all the app servers are connected to the same production instance), so can some one please provide me a function module to find the app server of the logged user.
Thanks
-Amit
‎2010 Jan 18 3:20 PM
Hello Amit,
Please try function module FIND_DB_APPLICATION_SERVER for your requirement.
Johnson
‎2010 Jan 18 2:10 PM
Hi,
Did you check if the SYST structure (maybe SYST-HOST) contains the required value ?
Regards
‎2010 Jan 18 2:16 PM
‎2010 Jan 18 2:17 PM
You can try these 2 Function Module
TH_USER_INFO - Give information about the current user (sessions, workstation logged in from, etc)
TH_USER_LIST - Show which users are logged into an app server
‎2010 Jan 18 2:59 PM
‎2010 Jan 18 3:20 PM
Hello Amit,
Please try function module FIND_DB_APPLICATION_SERVER for your requirement.
Johnson
‎2010 Jan 18 6:26 PM