cancel
Showing results for 
Search instead for 
Did you mean: 

TABLE_ENTRIES_GET_VIA_RFC

former_member192429
Active Participant
0 Kudos

Hi Everyone,

I am using RFC TABLE_ENTRIES_GET_VIA_RFC in my SAP.NET connector to retrieve values from T006. It connects fine for one SAP system which is in the same network (infact adjacent computer), but it does not work for the remote SAP system at clients place. Both the SAP system versions are 4.7.

It gives me error <b>"The types of the operands dbtab and itab are not mutually convertible"</b> . . Could anyone explain what exactly is this error and how to eliminate it?

Thanks in Advance. Rewards will be given to helpful answers.

-Kriss

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kriss,

the checks for type conversion error in a proxy are usually :-

1> check if either one is a unicode system

this affects the offsets for the return and referrenced objects

2> "The types of the operands dbtab and itab are not mutually convertible"

actually reffers to a xml mis-translation, the collation's and /or the locale's of the DB used in both systems will most likely be different or could be differnt vendors

3> the simple solution is to create a new proxy for the target system, the unenviable hard solution is to have all the systems alligned to a single config ( which will most likely not happen)

with respect,

amit

Answers (0)