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

Hit list in Runtime analysis

Former Member
0 Likes
506

Hello Developers,

i want to see the list of all tables and Function modules called during Price calculation during Sales order creation, so i have created a variant in runtime analysis and activated the runtime analysis just before calculating prices by using systemutilitiesruntime analysis--active. but i am getting the following message

"The "Particular units" option is not selected".

can anyone please let me know how to activate this during runtime.

Thanks in advance and i will assure points for useful answer.

Rgds,

Mohan.

5 REPLIES 5
Read only

Former Member
0 Likes
481

One more option is,

Goto ST05 swith on the user trace. Now goto your transaction and perform all tasks. Once completed switch off the trace and display it. It will give all the tables accessed.

Regards

Kathirvel

Read only

Former Member
0 Likes
481

Hello Mohan,

Check package SEST.

Hope this helps.

Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
481

HI,

You can try the same variant again via SE30 for run time analysis and also as suggested u can also opt for SQL trace ( ST05) .

Read only

Former Member
0 Likes
481

Hello,

Thanq all for your response. But if i use ST05 i will only get the Data base tables which are used in the transaction, but i want all function module names and Methods which are used in transaction and i also require the place where it is called. plz let me know if i can get all this data using ST05 also.

Thanks in advance.

Best Rgds,

Mohan.

Read only

Abhijit
Explorer
0 Likes
481

To whoever this may help facing the "The "Particular units" option is not selectedThe "Particular units" option is not selected" problem..

I also faced this issue.. and breaking my head trying different options..searching net.. cursing the tool.. finally found reason it did not work for me...

IT DOES NOT WORK WHEN YOU TRY TO SWITCH ON TRACE IN NEW DEBUGGER!

I switeched to 'classical' debugger, then I could swich on and off the trace.. I think it is because new debugger starts new session.. Sadly I did not find this issue/solution mentioned anywhere...

I hope this can help someone and save time..

Best Regards,

Abhijit