cancel
Showing results for 
Search instead for 
Did you mean: 

Sender ABAP Synchronous proxy --> PI --> JDBC sync scenario pls!!

Former Member
0 Kudos

Hi Guys,

Can any one help to find one sample scenario like ABAP Proxy --> PI --> JDBC Sync call ? Sync ABAP proxy sample code any 2 or more filelds going from ABAP proxy and maps on JDBC sync request, up date target side SQL server database tables, in case if any error happens error/success message must go back to SAP one Z table with response.

Any help would be really great!!

Many thanks in advance

San

Accepted Solutions (1)

Accepted Solutions (1)

former_member200962
Active Contributor
0 Kudos
up date target side SQL server database tables, in case if any error happens error/success message must go back to SAP 
one Z table with response.

When you do an update you can get back the number of rows updated in the JDBC response....you can find this in the help page showing JDBC structure. If you are looking for any other response then probably the message needs to be genarated by PI itself after checking the response from JDBC.

Regards,

Abhishek.

Answers (0)