cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Scenario

Former Member
0 Kudos

Hi All,

I am facing a weird problem; in the RFC scenario...when I am passing an internal table in the Import/Export tab of ABAP (SE37)....the data is correctly being passed to XI in the source structure. However, when I am passing the same internal table in Tables tab of ABAP (SE37); the data in incorrectly passed to XI (few fields are missing and few fields are misplaced. All this is bfor mapping, just between ABAP and XI. the version of ABAP I am using is 4.6C and that of XI is 7.0

Could someone please explain why it is behaving so???

Thanks,

Vishal.

Accepted Solutions (1)

Accepted Solutions (1)

former_member190389
Active Contributor
0 Kudos

Hi,

Please mention the data type that you are using to pass.

Is it table type or structure type?

This often lead to problems in XI

Former Member
0 Kudos

Hi All,

I have used both structure type and table type; activated the RFC and even re-imported it many times......

still the same problem exists....

Please help.

Thanks,

Vishal.

Former Member
0 Kudos

Refresh!!

Former Member
0 Kudos

Hello Vishal,

Plz check ur R3 report in which ur calling ur RFC.

R u passing correct values to Function call?

For example:

CALL FUNCTION 'Z_RFC' destination 'RFCTOXI'

EXPORTING

Output =

IMPORTING

Input = "ABC"

TABLES

Ztable = itab

Now ur internal Table itab should not contain more than 1 record

If u pass values correctly then they will come properly in XI.

Thanks,

Mahi

Former Member
0 Kudos

activate and deactivate communication channel. It might be problem with RFC cache.

/wg

Answers (4)

Answers (4)

Former Member
0 Kudos

thanks all!!!

Former Member
0 Kudos
Former Member
0 Kudos

hello Vishal,

When u change structure of RFC then Activate it n again import it in IR.

Also do the mapping again (If required)

Thanks,

Mahi

Former Member
0 Kudos

Hi

Re import and check , there should not be any problerm with the versions u have mentioned.It supports.

rgds

srini