2011 Mar 30 8:07 AM
Hi,
I am calling rfc function module FM1 with tables parameter where i have two tables, in the interface i have added two tables by referring structures.
FM1 interface
table1 like struct1 ( structure with enahncement category can be enhanced character or numeric )
table2 like struct2 ( structure with enahncement category can be enhanced character or numeric )
while calling function module in other system i have created same sort of structures and in my program i have two internal tables referring these strucutes.
data:
it1 type table of struct1,
it2 type table of struct2.
now i am calling rfc
call FM1 rfc destination lv_rfc
tables
table1 = it1
table2 = it2.
now if i see the trace following error occured:
an error occured while receiving complex parameters
why is this error coming?? is the data type of FM tables parameters are different than that of what i am sending???
i don't think so.. please suggest...
Hi,
I am calling rfc function module FM1 with tables parameter where i have two tables, in the interface i have added two tables by referring structures.
FM1 interface
table1 like struct1 ( structure with enahncement category can be enhanced character or numeric )
table2 like struct2 ( structure with enahncement category can be enhanced character or numeric )
while calling function module in other system i have created same sort of structures and in my program i have two internal tables referring these strucutes.
data:
it1 type table of struct1,
it2 type table of struct2.
now i am calling rfc
call FM1 rfc destination lv_rfc
tables
table1 = it1
table2 = it2.
now if i see the trace following error occured:
an error occured while receiving complex parameters
why is this error coming?? is the data type of FM tables parameters are different than that of what i am sending???
i don't think so.. please suggest...
2011 Mar 30 12:36 PM
2011 Mar 31 4:57 PM
Hi Ernesto,
its pretty much useful thread, though it did not help my problem, it is just my mistake that i missed out TABLES while calling FM so those two tables which i am passing are now part of EXPORTING from calling perspective which is wrong.. thats the reason.
Thanks,
Kranthi.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |