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

debug function

Former Member
0 Likes
598

hello All,

I have a small requirement. Is there any standard SAP program or function module which gives me which debug sessions are open parallely in the system. I mean if 2 programs are open in two debug sessions, the standard function module on execution will give me the names of the two programs.

Thanks & Regards,

Bingoo

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
525

Check this FM.

TH_GET_DEBUG_INFO

3 REPLIES 3
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
525

Hello Bingoo,

You can try using SM04 & get the same info. If possible debug the code & find if there are any relevant FMs available.

BR,

Suhas

Read only

Former Member
0 Likes
525

thanks Suhas for the reply.

But in the transaction I am geeting the list of users and the transaction codes ..... but I am not getting the programs.

Read only

GauthamV
Active Contributor
0 Likes
528

Check this FM.

TH_GET_DEBUG_INFO