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

SM35

Former Member
0 Likes
1,362

Friends,

I need to write a report in which it shows the total number of "sessions found" in tab "Incorrect" of transaction SM35.

Is there any Function module or any logic to get this done?

Regards,

Gururaj.

Friends,

I need to write a report in which it shows the total number of "sessions found" in tab "Incorrect" of transaction SM35.

Is there any Function module or any logic to get this done?

Regards,

Gururaj.

8 REPLIES 8
Read only

atul_mohanty
Active Contributor
0 Likes
1,288

Hi Gururaj -

Check the table APQI with QSTATE as E.

Let us know, if it helps.

Regards,

Atul Mohanty

Read only

former_member187748
Active Contributor
0 Likes
1,288

Hi Gururaj,

Atul is right, please check table APQI, and put the QSTATE = 'E'.

It will gives you all entries for Incorrect Tab in SM35.

No need to write a report program for this.

Read only

arivazhagan_sivasamy
Active Contributor
0 Likes
1,288

Hi Gururaj,

Please refer the program RSBDCSUB.

Arivazhagan S

Read only

Former Member
0 Likes
1,288

Thanks to all, it works fine. But have one issue here.

As per the transaction SM35, it shows other count and the count which comes from my report is diferrent. why the counts are mismatching? i have used the same logic given by uou all. Plz confirm. thanks in advance.

Regards,

gururaj.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,288

Then try to use FM BDC_OBJECT_COUNT  or BDC_OBJECT_SELECT (those are called in SM35) with QSTATE = 'E' /or/ analyze their source for criteria you have not used like datatyp or mandant.

Regards,

Raymond

Read only

0 Likes
1,288

Hi,

By using both the given FM's and also passing the dattyp, Qstate and mandt, getting 0 entries .

regards,

gururaj.

Read only

0 Likes
1,288

it is working fine

Read only

0 Likes
1,288

Those FM perform well (remember, SM35 use those...) try to put a break-point at start of those and execute SM35, then compare the parameters actually used by SM35 and the one you tested with.

Regards,

Raymond