Hi experts,
I have a problem with JCo and Functions.
I've configured SAP R/3 to communicate with External System and vice versa... External System is my product.
I send a MATMAS (transaction BD10) to my logical system. I display Outbounding IDOC (Transaction WE02), I see sended idoc, i check data in IDoc structure and all is ok.
IDoc arrives on External System, but IDoc is empty.
Function Name is correct but JCO.Table for control record and data record are empty.
I've used JCo APi to write Function in XML file, this i result:
<?xml version="1.0" encoding="UTF-8"?> <IDOC_INBOUND_ASYNCHRONOUS> <TABLES> <IDOC_CONTROL_REC_40></IDOC_CONTROL_REC_4 0> <IDOC_DATA_REC_40></IDOC_DATA_REC_40> </TABLES> </IDOC_INBOUND_ASYNCHRONOUS>
I use:
JCo 2.0.12;
SAP R/3 4.7 enterprise;
SAP ECC 7.0;
I've checked all configurations but i don't understand...
thanks,
Marco Genova