Hi.
I'm trying to make an syncron (RFC <==> JDBC) message where I got an request from an RFC. This request should update an DB and then return with the updated fields.
The updata works fine, but I did not get the changed fields back in my responsmessage.
I use two mappingprogram. One for the update(RFC => JDBC and one for the respons JDBC = > RFC.
But my respons like like this.:
- <InsertStatement_response>
<update_count>1</update_count>
<insert_count>0</insert_count>
</InsertStatement_response>
I will be very happy if someone could give me an link to an exampel which describe this scenario.
Thanks/ perarne