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

SQ02 layout sets

Former Member
0 Likes
1,349

This may be the wrong forum for asking this question. If so please point me to the correct one.

Someone in our system has limited the fields available for changing a layout set on the opening screen of SQ02. I've tried in vain to locate a default layout, but no success.

I used to have 14 fields available for changing the layout set in SQ02. Now there are only 5.

Does anyone know how I could restore all the fields available?

7 REPLIES 7
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,143

Not sure what you are talking about here. The inital screen of SQ02 has 8 buttons on the application toolbar, one field for infoset, and 5 buttons next to that field for "change", "create", "display", "description", and "user group assignment". Then underneath that, there is a table control with 4 columns. What exactly are you missing?

Regards,

Rich Heilman

Read only

0 Likes
1,143

On the interior grid, where the infosets are displayed, there are seven more toolbar icons. They're the typical ALV sets (Sorts, Find, Filter, Print, Layout and Info).

When you click on the drop-down of the layout icon, you'll see 'Select Layout', 'Change Layout', 'Save Layout', and 'Manage Layout'.

Up until a few days ago, all 14 fields available for the grid were in the 'Change Layout' area. Now, there are only 5.

Someone has restricted the fields. But, I can't find out how, where or when. Trying to trace the PBO and PAI code was very difficult.

Read only

0 Likes
1,143

What version of SAP are you using. In my system it is a table control not an ALV. Anyway, sounds like you have total control over this transaction. Is it a copied version of the standard. These functions can be excluded using parameters when calling the ALV_GRID function module. I need some more info.

a) Are you saying that one of your programmers has hacked this standard SAP transaction, or do you have some custom copy of the program.

b) do you know how the ALV Grid is call, is it using the function module or the OO class/method.

Regards,

Rich Heilman

Read only

0 Likes
1,143

I don't think anybody hacked the SAP code. Wouldn't that show up in the transport logs? Both myself and our basis admin couldn't find any evidence of that.

I'm on v4.7, so I'm pretty sure it's using the OOP method probably CL_GUI_ALV_GRID.

Take a look at SAPMS38O screen 50. That's the 'overall' screen for SQ02. I don't know what the 'grid' screen is.

Read only

0 Likes
1,143

In my 46c system, it is not an ALV Grid, it is a table control. Anyway, if no one has hacked it, then you must be able to turn stuff on/off via configurations and/or authorizations. Has anyone changed your authorizations lately?

Regards,

Rich Heilman

Read only

0 Likes
1,143

Ahhh ... that's probably the ticket. I should have thought of that.

Is there anyway to know what part of the IMG tree this would be in?

Read only

0 Likes
1,143

Maybe try under "Basic Components". I'm not sure, don't have a 4.7 system available.

Let us know what you find out.

Regards,

Rich Heilman

P.S.

Please remember to award points for helpful answers. Thanks.