‎2008 Feb 11 7:47 AM
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.
‎2008 Feb 11 7:50 AM
Hi,
if the user is not exists in the system, you can work with
CALL FUNCTION 'SUSR_USER_CREATE'
regards
Nicole
‎2008 Feb 11 7:50 AM
‎2008 Feb 11 7:50 AM
Hi,
if the user is not exists in the system, you can work with
CALL FUNCTION 'SUSR_USER_CREATE'
regards
Nicole
‎2008 Feb 12 12:21 PM