Hi All,
Adding my findings:
For each execution of local function module RSDRI_INFOPROV_READ, the callback function module (I_S_RFCMODE-RFC_RECIEVER) gets executed. If I skip the execution of this callback FM, local function module RSDRI_INFOPROV_READ gets executed normally without any exception. (Earlier it was subrc 9 when second time local FM was executed).
But technically, callback FM has to be executed for each iteration of local function module RSDRI_INFOPROV_READ as the data should be transferred to ECC system in each iteration.
There is some problem when the RFC callback is getting called. Please suggest what can be done.
Thanks,
Pavan