‎2006 Apr 13 1:08 AM
Hello Frnds,
We are implementing a third party tool like electronic KANBAN. We are facing a problem when we try to transfer data from legacy system to R/3 system using BAPI. What we are doing is using BAPI_PO_CREATE for creating PO on R/3 from legacy system. But we are facing following errors
1. RFC_ERROR_SYSTEM_FAILURE
2. Unable to interpret TIME_ZONE as a number.
These errors appear when we call BAPI from legacy system.
Anyone???
‎2006 Apr 13 4:14 AM
Arpit,
1. Make sure you are using the right connection string, assuming that you are JCo connector. Probably you can separately write a code to make sure you are able to connect SAP successfully.
2. For TIME_ZONE, looks like you are passing a number, where as it should be something like GMT, CST, EST etc.
Regards,
Ravi
Note : Please mark the helpful answers
‎2006 Apr 13 4:14 AM
Arpit,
1. Make sure you are using the right connection string, assuming that you are JCo connector. Probably you can separately write a code to make sure you are able to connect SAP successfully.
2. For TIME_ZONE, looks like you are passing a number, where as it should be something like GMT, CST, EST etc.
Regards,
Ravi
Note : Please mark the helpful answers