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
812

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
759

Hello Amit,

Please try function module FIND_DB_APPLICATION_SERVER for your requirement.

Johnson

6 REPLIES 6
Read only

former_member416164
Participant
0 Likes
759

Hi,

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

Regards

Read only

Former Member
0 Likes
759

This message was moderated.

Read only

Former Member
0 Likes
759

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
759

TH_SERVER_LIST

Read only

Former Member
0 Likes
760

Hello Amit,

Please try function module FIND_DB_APPLICATION_SERVER for your requirement.

Johnson

Read only

0 Likes
759

Didnt sy-host help you ?