Hello Team,
I am working on synchronous scenario ECC ABAP Proxy to JDBC. In ECC, a form is designed to allow the user to enter the vendor ID and country.This
construct the request message from ECC and will be sent to database will SAP PI 7.3
I have to fetch details of Vendor from JDBC using the unique key Vendor ID and Country. These details as response then goes back to ECC and the user should be able to view the details of the vendor requested in the form.
1. Since the values of the primary key i.e. Vendor Id and Country are filled once the user fills it, the value is taken at runtime. What is the design concept in ESR for the request message particularly with the field formats.
2. In the ID part, what form does the select statement takes place in the receiver JDBC adapter considering the values of the unique key of the JDBC table are taken from form.
3. Any design and configuration inputs for ABAP proxy.
4. How the form will capture the response
Regards
Rebecca Alice