Hi Experts,
I have taken post-event handler for initProdTableJour method in this class ProdUpdHistoricalCost_Process.
In that method 3 tables are present, 1 is ProdTable, 2 is ProdParmHistoricalCost and 3 is ProdTableJour.
This post-event handler has XppPrePostArgs as arguments.
while debugging i am getting recid's in the debugger

if we have taken post event handler for one specific table level method, we can write
tablename buffer = args.getThis();
But,How to the specific table buffers?
can any one help me to achieve this.
Thanks,
with regards,
srihari.