Hi All,
I have one client specific requirement, My scenario is RFC to JDBC async.
Is it possible to know the successfully posting status in async scenario in JDBC side?
Like, from RFC they send details of 10 employee details in one go. And try to insert in DB table . 9th row is not successfully posted in DB.
Is there any way to know the successful posting report ? or can we set ECC and DB table in sync possession. or anyway to read the log (successful or not) from ECC after posting over DB table through PI??