<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic SQ02 layout sets in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sq02-layout-sets/m-p/998101#M75711</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may be the wrong forum for asking this question. If so please point me to the correct one. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used to have 14 fields available for changing the layout set in SQ02. Now there are only 5. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how I could restore all the fields available?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Aug 2005 17:48:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-08-04T17:48:46Z</dc:date>
    <item>
      <title>SQ02 layout sets</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sq02-layout-sets/m-p/998101#M75711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may be the wrong forum for asking this question. If so please point me to the correct one. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used to have 14 fields available for changing the layout set in SQ02. Now there are only 5. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how I could restore all the fields available?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2005 17:48:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sq02-layout-sets/m-p/998101#M75711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-04T17:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: SQ02 layout sets</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sq02-layout-sets/m-p/998102#M75712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2005 17:54:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sq02-layout-sets/m-p/998102#M75712</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-08-04T17:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: SQ02 layout sets</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sq02-layout-sets/m-p/998103#M75713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you click on the drop-down of the layout icon, you'll see 'Select Layout', 'Change Layout', 'Save Layout', and 'Manage Layout'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Up until a few days ago, all 14 fields available for the grid were in the 'Change Layout' area. Now, there are only 5. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2005 18:44:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sq02-layout-sets/m-p/998103#M75713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-04T18:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: SQ02 layout sets</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sq02-layout-sets/m-p/998104#M75714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b)  do you know how the ALV Grid is call,  is it using the function module or the OO class/method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2005 19:01:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sq02-layout-sets/m-p/998104#M75714</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-08-04T19:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: SQ02 layout sets</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sq02-layout-sets/m-p/998105#M75715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm on v4.7, so I'm pretty sure it's using the OOP method probably CL_GUI_ALV_GRID. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look at SAPMS38O screen 50. That's the 'overall' screen for SQ02. I don't know what the 'grid' screen is.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2005 19:15:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sq02-layout-sets/m-p/998105#M75715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-04T19:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: SQ02 layout sets</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sq02-layout-sets/m-p/998106#M75716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2005 19:26:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sq02-layout-sets/m-p/998106#M75716</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-08-04T19:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: SQ02 layout sets</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sq02-layout-sets/m-p/998107#M75717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahhh ... that's probably the ticket. I should have thought of that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway to know what part of the IMG tree this would be in?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2005 19:33:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sq02-layout-sets/m-p/998107#M75717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-04T19:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: SQ02 layout sets</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sq02-layout-sets/m-p/998108#M75718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe try under "Basic Components".  I'm not sure, don't have a 4.7 system available. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know what you find out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please remember to award points for helpful answers. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2005 19:38:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sq02-layout-sets/m-p/998108#M75718</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-08-04T19:38:30Z</dc:date>
    </item>
  </channel>
</rss>

