Hi Experts,
I'm inserting customer data to a SQL server data base using RFC to JDBC method.
(ex: Customer_ID,Customer_Name, Customer_Address
Primary key is Customer_ID)
I know how to get the insert_count using response data type.
So can you please explain me how to get the Inserted "Customer_ID" list with the Response.
Chaminda