Hi Experts.
I have requirement. I have a background step (activity) in which i am calling an RFC (BAPI_CREATE_USER1) to other system. But when executing the workflow, the step is in process and hangs (no result, always in process). But when i call the Function Module in same system, the step executes immediately.
But my requirement is, that this Function Module has to be executed in other system, because it'll create a new user(using BAPI).
I am calling method of a Business Object, and in method calling the RFC BAPI_CREATE_USER1.
If i am not wrong, is it that we can't call a RFC to other system in background step ?
Please Help, really very urgent.