Hello Experts,
When we confirm the BP and create new Business Agreement and enter all the required details and then instead of SAVE if i click on END button then the business agreement gets saved.Since END functionality is to save all the Open transaction.
Now my requirement is to stop this saving..so in EH_ONFORWARDCALL method iam doing some logic so when we create new business agreement then the ID gets generated but its not yet Saved in the database so i want to read this Object ID of Business agreement on END event. So how to read this ID from the buffer on END
Regards.