cancel
Showing results for 
Search instead for 
Did you mean: 

RFC to JDBC Synchronous Scenario with Action "EXECUTE"

Former Member
0 Kudos

Hello All

     I am working on RFC to JDBC Synchronous Scenario with Action "EXECUTE". I am executing stored procedure in the third party system through PI and the result set is sent to SAP RFC. For some reason the results for the stored procedure are different in third party system compared to the results that are received in PI. How can this be possible? Please let me know if anybody has any ideas?

Thanks

Naga

Accepted Solutions (0)

Answers (3)

Answers (3)

gagandeep_batra
Active Contributor
0 Kudos

Hi Naga,

I think you can consider the user-name also by which you are querying 

Regards

gagan

Former Member
0 Kudos

Hi Naga,

When you send the request through your JDBC channel, I believe in the audit log you can see what query is going and hence will hit your third part database. Try and execute the same query separately in your third party database and see what happens.

Best Luck,

V J

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>For some reason the results for the stored procedure are different in third party system compared to the results that are received in PI. How can this be possible? Please let me know if anybody has any ideas?

Not possible.  Check whether your environment type(dev, test, prod) same in both pi side and target system.