Application Development 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: 

runtime analysis

former_member649905
Participant
0 Kudos

Hi all,

I am trying to save a performance file after running SE30 by selecting Runtime analysis--performance filecopy--to local file, than I specified the directory (under all files)and I executed

File was copied but not readable(I used all the formats available: notepad, xls, word doc. rtf..and so on)

Could you please adviced me what I am doing wrong

Note I am able to save an view the runtime analysis overview

Thanks

1 ACCEPTED SOLUTION

former_member192616
Active Contributor
0 Kudos

Hi,

download the ABAP list (the display of the ABAP trace in SE30).

Use ok code %pc...

Kind regards,

Hermann

4 REPLIES 4

former_member192616
Active Contributor
0 Kudos

Hi,

download the ABAP list (the display of the ABAP trace in SE30).

Use ok code %pc...

Kind regards,

Hermann

0 Kudos

Hi Hermann,

Thanks for replying, when you said "download the ABAP list (the display of the ABAP trace in SE30)" are u refering to the steps System--List--save?

Use ok code %pc == Could you pl provide steps how to proceed.

Thanks,

Blaiso

0 Kudos

Hi,

> Thanks for replying, when you said "download the ABAP list (the display of the ABAP trace in SE30)" are u refering to the steps System--List--save?

yes, this will download the list in e.g. txt format to your frontend.

> Use ok code %pc == Could you pl provide steps how to proceed.

will do the same...

you have to be on the list (the hit list in SE30 e.g.)

Kind regards,

Hermann

0 Kudos

Thanks Hermann for your helps

Pts assigned