cancel
Showing results for 
Search instead for 
Did you mean: 

send Table to RFC

Former Member
0 Kudos

Hallo,

i dont know what is should be wrong.

I got a RFC which has a Table called T_XITAB. So I am generating the Table structure via XSLT and want to send it to the RFC. My generated structure looks like :

<?xml version="1.0" encoding="utf-8"?>

<ns0:ZCAS_SOCO_RECEIVE xmlns:ns0="urn:sap-com:document:sap:rfc:functions">

<P_DUNSN/>

<P_KOMMK/>

<P_LIFNR/>

<P_TEST/>

<T_XITAB>

<item>

<MANDT>000</MANDT>

<LIFNR>0000000003</LIFNR>

<MATNR>000000000000000016</MATNR>

<PWEEK>200727</PWEEK>

<MAKTX>Material xy016z</MAKTX>

<KAPAN>0</KAPAN>

<UNITN>

</UNITN>

<KAPAO>1000</KAPAO>

<UNITO>

</UNITO>

</item>

</ns0:ZCAS_SOCO_RECEIVE>

But when i receive the RFC the Table is allways emtpy???

Does anybody has an idea? I am sending the datas asynch. via BPM

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

Did you change the structure of the RFC during testing?

Then you need to deactivate and re-activate the RFC channel to force the RFC adapter to read the meta data from the application system.

Regards

Stefan

Answers (1)

Answers (1)

Former Member
0 Kudos

solved! There was a error in the RFC.