Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

A question when using BDC tables

Former Member
0 Likes
581

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
535

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

3 REPLIES 3
Read only

Former Member
0 Likes
536

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

Read only

0 Likes
535

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

Read only

Former Member
0 Likes
535

Hi

Please go through code in program: RSBDC_ANALYSE & RSBDCDRU. These might help you.

Kind Regards

Eswar