Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RFC_ERROR_SYSTEM_FAILURE???

Former Member
0 Likes
383

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???

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
339

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

1 REPLY 1
Read only

Former Member
0 Likes
340

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