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

Auth object for saving debugger layout

Former Member
0 Likes
461

Experts,

From page 19 in http://tinyurl.com/jf6jpu3 I see an option to save the layout of internal table in user specific desktops.

In my SAP system(Release 701 SP 0015) this option is missing. I believe this is coz of missing auth for my user id.

Can you please help me with auth object for this feature.

BR,

Aspire

1 REPLY 1
Read only

Former Member
0 Likes
422

Experts,

Currently I am changing the order of columns for an internal table in debugger using Services of the Tool->Edit Order of columns. After edit, I save the layout using save layout button as below,

For internal table XRLDRI[], there are 184 columns. I am interested in value of last 5 columns. So I move them from last 5 positions to beginning of internal table. Even thought I save the layout, I see that they switch back to original order of columns whenever there is a loop at this internal table.

Please let me know,

1) If this is how debugger will work and we can't save the layout of internal table for one whole session of debugging

2) If its possible, please let me know the auth object that is missing

BR,

Aspire