Skip to Content
0
Former Member
Jun 03, 2008 at 01:05 PM

RFC not getting data from XI

18 Views

hi,

in my scenario, XI is passing the data back to RFC, but in my program where i call the RFC, the data is not received. what could be the issue.

CALL FUNCTION 'ZFFF' DESTINATION 'XI'

TABLES

INP = aaa

OUT1 = bbb

OUT2 = ccc.

COMMIT WORK.

it was working fine before when i had only OUT1. Later I added OUT2 and then onwards I am not getting data for any of the tables. I have checked in XI, data is being passed out of XI to RFC. No issues in that.

something seems to have gone wrong in the RFC modfication or the RFC call. can anyone please help.

thks