‎2006 Dec 07 8:40 AM
Hi
suppose i have a session named SESSION1, in which there are 100 transactions.
now i want to know each transaction's status ( processed or incorrect ), how to do this using ABAP code?
i searched standard tables such as APQI,APQD,APQL but found nothing i want.
thanks & best rgds.
‎2006 Dec 07 2:45 PM
Hi,
activate the sql trace in st05.
then goto sm35.
Then disactiave the sql trace and read which tables were consulted to show the data for sm35.
regards, Rob
‎2006 Dec 07 2:45 PM
Hi,
activate the sql trace in st05.
then goto sm35.
Then disactiave the sql trace and read which tables were consulted to show the data for sm35.
regards, Rob
‎2006 Dec 08 3:20 AM
thanks.
i used sql trace and found the only related tables were BDCUSEOP/APQI/APQD/APQL/TST01. Also couldn't find data i want......
Would you pls help to check these tables?
regards
‎2006 Dec 08 3:29 AM
Hi
Please go through code in program: RSBDC_ANALYSE & RSBDCDRU. These might help you.
Kind Regards
Eswar