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

User calling

Former Member
0 Likes
545

How can we call another user of the same server from one system..

Is any function module there to connect a user of the same server.

For ex.

One server has two users namely

a and b

I am asking whether any FM there to connect or send message from a to b.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
527

Hi,

if the user is not exists in the system, you can work with

CALL FUNCTION 'SUSR_USER_CREATE'

regards

Nicole

3 REPLIES 3
Read only

Lakshmant1
Active Contributor
0 Likes
527

Hi Mahesh

Check FM TH_POPUP

Thanks

Lakshman

Read only

Former Member
0 Likes
528

Hi,

if the user is not exists in the system, you can work with

CALL FUNCTION 'SUSR_USER_CREATE'

regards

Nicole

Read only

Former Member
0 Likes
527

thanks