‎2005 Aug 04 6:48 PM
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?
‎2005 Aug 04 6:54 PM
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
‎2005 Aug 04 7:44 PM
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.
‎2005 Aug 04 8:01 PM
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
‎2005 Aug 04 8:15 PM
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.
‎2005 Aug 04 8:26 PM
‎2005 Aug 04 8:33 PM
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?
‎2005 Aug 04 8:38 PM