Skip to Content
0
Former Member
Feb 26, 2009 at 03:46 PM

How to differentiate multiple aRFC calls into the same session.

42 Views

Hi experts,

I have following problem:

I start multiple aRFC calls in the same remote session by using the same task ID for each call and use

KEEPING TASK when receiving the results.

The calls are all of the same RFM (e.g get_status of obj), just calling parameters changes ( in the generic example, the parameter: obj).

In the receive method, I differentiate to which obj the result is related by exporting the obj_id on success of the RFM.

My problem is when the status call fails. I just get an error message explaining what the problem is. But I don't get the exporting parameters.

Do you have any idea how to solve this problem?

kind regards,

Sahla