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

Keep Users To a specific Workstation

Former Member
0 Likes
510

hi,

we have a requirement like this: certain user should use a specific workstation/pc for a particular abap program. how do we prevent them running the program from other pc?

regards,

sid

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
485

Well, you can get the terminal that the user is on by calling FM TERMINAL_ID_GET. You can run this in the program and then check that the user is on the correct terminal.

Rob

hi,

we have a requirement like this: certain user should use a specific workstation/pc for a particular abap program. how do we prevent them running the program from other pc?

regards,

sid

3 REPLIES 3
Read only

Former Member
0 Likes
486

Well, you can get the terminal that the user is on by calling FM TERMINAL_ID_GET. You can run this in the program and then check that the user is on the correct terminal.

Rob

Read only

0 Likes
485

thanks rob!....

Read only

0 Likes
485

Glad to help.

Rob