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

Function module to display process overview log from SM66 Transaction

Former Member
0 Likes
658

Hi,

I want to display process overview log from SM66 Transaction in a report.

Is there a function module which will help me in achieving that or is there any other method.

Thanks in advance,

Sandeep.

1 REPLY 1
Read only

ThomasZloch
Active Contributor
0 Likes
404

Did you try finding out how SM66 creates the list? You could set break-points e.g. at statement "call function" and see which ones are being called. Look at those starting with TH... especially.

Thomas