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

Function Module to find the app server

Former Member
0 Likes
994

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
941

Hello Amit,

Please try function module FIND_DB_APPLICATION_SERVER for your requirement.

Johnson

TH_SERVER_LIST

6 REPLIES 6
Read only

Former Member
0 Likes
941

Hi,

Did you check if the SYST structure (maybe SYST-HOST) contains the required value ?

Regards

Read only

Former Member
0 Likes
941

This message was moderated.

Read only

Former Member
0 Likes
941

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

Read only

Sm1tje
Active Contributor
0 Likes
941

TH_SERVER_LIST

Read only

Former Member
0 Likes
942

Hello Amit,

Please try function module FIND_DB_APPLICATION_SERVER for your requirement.

Johnson

Read only

0 Likes
941

Didnt sy-host help you ?