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

SAT Runtime Analysis -missing tabs including 'Call hierarchy'

Former Member
0 Likes
2,683

Hello experts,

Earlier I have used the SAT analysis tool, and I was able to use all of its options. Now while I am trying, I do not find all the options/tabs in the 'Display Measurement' once after a transaction is executed. Just wondering if anyone has experienced a similar problem.

Tabs missing: (1) Desktop2 (2) Processing Blocks (3) Call Hierarchy

Please find the attachment. Processing blocks and call hierarchy were a lot helpful, and I preferred these over those from SE30.

Not sure if this has some settings/roles needs to be changed.

Thanks,

Anish

1 ACCEPTED SOLUTION
Read only

ThangaPrakash
Active Contributor
2,246

Hello Anish,

Do a SU53 check once you execute SAT. If you find any failed authorizations in SU53, check with the Security team for those authorizations and then try SAT.

Regards,

Thanga

Hello experts,

Earlier I have used the SAT analysis tool, and I was able to use all of its options. Now while I am trying, I do not find all the options/tabs in the 'Display Measurement' once after a transaction is executed. Just wondering if anyone has experienced a similar problem.

Tabs missing: (1) Desktop2 (2) Processing Blocks (3) Call Hierarchy

Please find the attachment. Processing blocks and call hierarchy were a lot helpful, and I preferred these over those from SE30.

Not sure if this has some settings/roles needs to be changed.

Thanks,

Anish

5 REPLIES 5
Read only

ThangaPrakash
Active Contributor
2,247

Hello Anish,

Do a SU53 check once you execute SAT. If you find any failed authorizations in SU53, check with the Security team for those authorizations and then try SAT.

Regards,

Thanga

Read only

0 Likes
2,246

Thanga, Tried SU53, but it didn't pull anything SAT related.

I checked the corresponding program ATRA_TOOL_SE30_AGG_MAIN, and it doesn't show the tabs in screen-300

I don't know how I was able to use those options earlier, or may be SAP striped off those features

Thanks,

Anish

Message was edited by: Anish Thomas

Read only

0 Likes
2,246

Hello Anish,

If you can see there are two function groups

ATRA_TOOL_SE30_MAIN        --> with all the sub screens

ATRA_TOOL_SE30_AGG_MAIN    --> with aggregated screens

Screen number 300 is different in these function groups, as you can see below.

Function group: ATRA_TOOL_SE30_MAIN, Screen number:0300

Function group: ATRA_TOOL_SE30_AGG_MAIN, Screen number:0300

The function group called during display is decided based on a parameter in the program as shown below.

I have changed the value of HEADER-AGG to 0 and all sub screens appear in my output.

Try to find how HEADER-AGG parameter is getting the value, then your issue will be solved.

Regards,

Thanga

Read only

0 Likes
2,246

Yes, you are right Thanga, it worked once I changed the radio button "Aggregation" to value 'NONE'. Thank you for debugging and checking this to detail. It seems this option works pretty much the similar way as in SE30.

Thanks,

Anish

Read only

0 Likes
2,246

You are welcome Man