cancel
Showing results for 
Search instead for 
Did you mean: 

how to get response from SQL database after commit(proxy to jdbc scenario)

Former Member
0 Kudos

hi friends,

In abap proxy to JDBC scenario how will i get response after committed in SQL database?

thanks in advance.

Message was edited by: Raja

Raja

Accepted Solutions (1)

Accepted Solutions (1)

prabhu_s2
Active Contributor
0 Kudos

or u can check with stored procedures in recv jdbc where u can commit and then respond

Former Member
0 Kudos

hi,

can u give some inputs or link how to do with stored procedures in recv JDBC where i have to commit and respond?

former_member189387
Active Contributor
0 Kudos

Hi Raja ,

U can refer this link it is very use ful for Sync

/people/siva.maranani/blog/2005/05/21/jdbc-stored-procedures

Note : Target for Stored Procedure response and the response datatype should match . Please see Message Mapping in the above blog. It has to append with <b>_response</b>

    • Assignb Points if u found helpful

Regards.,

V.Rangarajan

Message was edited by:

ranga rajan

Answers (2)

Answers (2)

Former Member
0 Kudos

hi

prabhu_s2
Active Contributor
0 Kudos

for client proxy refer:

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

ths next step is jdbc recv where u configure it in a sync way to get the response. refer:

/people/bhavesh.kantilal/blog/2006/07/03/jdbc-receiver-adapter--synchronous-select-150-step-by-step