Issue of layouts  in COOIS

Hi,
Recently we faced problem of layouts in transaction COOIS.
Our users use transaction COOIS to see various production reports.
Managers prepare the global layouts and inform users to use
those layouts to see daily reports. In last month someone / somehow,
deleted most of the global layouts.
We followed up with Basis team to find out, how layouts deleted. But it
is not possible for Basis team to find it, because if someone delete
layouts, system will delete entries forever by table LTDX.
We have checked table LTDX. We can see created and changed layouts in
this table. But we are not able see DELETED layouts in this table.
We tried the option of user specific layouts. But another users can not
use those layouts.
Our basis team informed that, layout don't have authorization group.
Is it possible to restrict user from creating and deleting any layouts
using authorizations?
We want to provide authorization to certain users for maintaining and
deleting layouts.
If someone delete any layout, we want to know, who deleted it? Is it
possible?
Regards,
Raj MB

dear friend,
you would create a new role(s) which based on authorization object like (for example) C_RMST_LAY (managing output layouts) or EASYDM_LAY (define user-independent layouts) or E_CACS_ALV (save authorization for global ALV layouts)
or others - please use security info-system to find them out
(please work with basis/security guys)
set this new role to test user and play...
the main idea - users only able to create their own layouts
super users (like you) are able to create/change/delete any layouts - globals as well
good luck!
try to use SM20 to see users actions

Similar Messages

  • Issues editing Layouts using Dreamweaver CS4 (ShopOnline)

    Hi Everyone,
    I am having Issues editing Layouts using Dreamweaver CS4 (ShopOnline). May be someone has encounter this problem. When I open the large_product.html in dreamweaver (after installing the extension for BC) the file opens, but when I go to the property inspector, I can not modify any of the css rules currently defined and no css is linked to this file. I looked at all the available css's and I could not find any with the defined rules in this page.
    I need help. Thanks.

    It must be a module template layout that is being used.  If you're on the latest interface it's under
    Site Manager > Module Templates > Online Shop Layouts >  Individual Product (small or large)
    and if you're on the older interface it's
    Ecommerce > Products > Advanced Layout customization (under the “related” box at the bottom right)

  • Regarding the Cheque printing in SAP Script. Issue with Layout Change.

    I have to modify the layout of a predeveloped script.
    The issue with the existing one is that, the Labels (on the window, that is printed) and the data (corresponding to it) are not on the same line.
    To be more clear, I have like this on the cheque,
    Payee : _______________________
    Amount : ____________________
    The Data corresponding to the Pay & Amount is not in the respective line (as I shown above).
    How can I get that both on the same line.?
    Shall I need to modify the layout or what else to do ?
    Pls. guide me.
    Your guidance is appreciable.
    Edited by: ravikanth seal on Mar 9, 2011 5:09 AM
    Edited by: ravikanth seal on Mar 9, 2011 5:10 AM

    Hi niraj gadre ..
    Ur idea may not workout fir me.
    My idea is :
    Can I use any formating options in the corresponding window's text elements..
    Pressing F9 on the windiw (in the Windows list) displays the Text Elements (Goto Edit-> Text Elemets on the Window chosen) in the Windows list.
    Here can we do any formating options, so as to change the layout alignment of window's Text Elements ??
    Guide me please.
    Your guidance is Appreciable
    Thanks.
    Edited by: ravikanth seal on Mar 9, 2011 7:55 AM

  • Issues with layouts and headers

    Hi I'm a newbie, trying out layouts I have 2 issues. I'd be grateful for any help or pointers to tutorials.
    1) I have problems with links at the top of my page. They are text based and are within a 2 row table. They have a huge gap around them and no matter what I do I can't resize either the table or change the text to have less of a gap below it. I basically have a huge space between my top links and the main logo and main logo below it.(plus I think they are linked as the h1 which I don't want as they aren't really the header just the links.) Here is the code for that.
    <table width="740"  border="0" align="center" cellpadding="0" cellspacing="0" class="HeaderLogoButton">
          <tr align="center" valign="top">
            <td width="288" height="48"><h1><br /><br />
            </h1></td>
            <td width="452" height="25"><!-- TemplateBeginEditable name="HeaderLinks" --><span class="TextButtons"><a href="../index.html" class="TextButtons">Home</a>      <a href="../featured.html" class="TextButtons">Featured Company</a>      <a href="../youngpeople.html" class="TextButtons">Young People</a>      <a href="../andmore.html" class="TextButtons">And More</a>     </span><span class="TextButtons"> <a href="../blog.html" class="TextButtons">Blog  </a></span><!-- TemplateEndEditable --> </td>
          </tr>
          <tr>
            <th height="48" align="left"><a href="index.html" title="My Site Title"><img src="../images/My Site_logo.png" alt="My Site Logo" width="245" height="46" border="0" align="left" /></a></th>
            <td align="right" valign="top"><!-- TemplateBeginEditable name="HeaderButtons" --><img src="../images/facebook.png" alt="FaceBook Button" width="36" height="36" align="top" /> <img src="../images/twitter.png" alt="Twitter Button" width="36" height="36" align="top" /><img src="../images/blogbutton.png" alt="Blog Button" width="49" height="47" align="top" />  <!-- TemplateEndEditable --></td>
          </tr>
        </table>
    2) My second issue is with Headers in general. As you can see in the code I have a "My Site_logo.png" as the main logo for the site, what I'm concerned with is pointing to it as the main h1 header so that when the spiders come to check out the site, either by the logo or some extra html, they read the site is called "My Site" as the main header. How can I make the logo/title the h1 section of the code?I'm scared about making a mess of the code at this point so any help is much appreciated!
    Thanks in advance

    evilJim wrote:
    Hi I'm a newbie, trying out layouts I have 2 issues. I'd be grateful for any help or pointers to tutorials.
    1) I have problems with links at the top of my page. They are text based and are within a 2 row table. They have a huge gap around them and no matter what I do I can't resize either the table or change the text to have less of a gap below it. I basically have a huge space between my top links and the main logo and main logo below it.(plus I think they are linked as the h1 which I don't want as they aren't really the header just the links.) Here is the code for that.
    In the first table cell you have an h1 tag (header tag) (see below) In this tag you have inserted two break tags <br /> by hitting the return key on your keyboard twice. These breaks effectively set the height of the first table row, that's why you have all the space beneath your links.
    <td width="288" height="48"><h1><br /><br />
             </h1></td>
    evilJim wrote:
    2) My second issue is with Headers in general. As you can see in the code I have a "My Site_logo.png" as the main logo for the site, what I'm concerned with is pointing to it as the main h1 header so that when the spiders come to check out the site, either by the logo or some extra html, they read the site is called "My Site" as the main header. How can I make the logo/title the h1 section of the code?I'm scared about making a mess of the code at this point so any help is much appreciated!
    Thanks in advance
    At the moment you have nothing apart from 2 <br /> tags in your h1 tag (see above answer to your first quetsion.
    For search engine purposes you can wrap your image in an h1 tag and provide a more descriptive outline than 'My Site Logo'  for the images 'alt' tag.
    <th height="48" align="left">
    <h1><a href="index.html" title="My Site Title"><img src="../images/My Site_logo.png" alt="My Site Logo" width="245" height="46" border="0" align="left" /></a></h1>
    </th>

  • Forms Folder functionality - Issue with layout not appearing properly

    Facing issue with forms folder functionality. Any ideas.. Please do help.
    I have placed folder fields on stacked canvas (CNV_MEA_LINES) which is on a tab page(CNV_MEA_TAB > MONTHLY_SCHEDULE).
    In WHEN-NEW_FORM_INSTANCE Trigger I have below code
    app_folder.define_folder_block
    (object_name => 'DEVELOPER',
    folder_block_name => 'XXDNB_BEN_ME_LINES',
    prompt_block_name => 'XXDNB_BEN_ME_LINE_PR',
    folder_canvas_name => 'CNV_MEA_LINES',
    folder_window_name => 'WIN_MULTIELEMENT',
    disabled_functions => 'TOOLS OPEN',
    tab_canvas_name => NULL,
    fixed_canvas_name => NULL
    At designtime, folder stacked canvas is looking good.
    At runtime, folder stacked canvas is completely coming till the end of tab page. Scrollbar is not appearing.
    Thanks in advance..

    This doesn't look like an Oracle Designer question. "App_folder" sounds like it has something to do with eBusiness Suite, right? If so, ask this in the EBS forum.

  • Issues with layout pages and templates.

    So to save time I have started creating my own templates. For instance I want one with mostly black pages so I have created new 'pages' under the 'layout' bar (the one you have to pull down). this works fine for simple pages of 1/2/3 columns and blank pages but I have started making more complex ones - for example I want to have a  text box with text already in a certain font and colour which I can then change from page to page, So I created a text box in a layout page, bt when I use this layout on a page the text box i created cannot be modified in anyway (only the filler text in the linked text boxes seems to be modifiable. I also tried to make a 'layout page' with a gallery, a placeholder with all the attributes I want in it, again when I select that page as an option the gallery cannot be changed, making it pretty useless - is there anyway to enable images/galleries/text boxes as 'placeholders'?

    I think any element can serve as a 'placeholder', at least in general terms.
    When working with such items, be sure to always acknowledge how/if they're linked/locked/anchored/layered/grouped and if those are in done in conjunction with other items.
    See: Publishing With iBooks Author
    http://shop.oreilly.com/product/0636920025597.do
    -=-
    Note your image isn't working, at least not for me ...be sure to add/insert using the 'camera' icon, thanks.

  • Spacing issue  in layout in WPC

    Hello Epxerts-
    Below is the JSP which I am using for a page layout in WPC. Everything works fine. But, I theres a small glitch in the layout.
    When a form of biggeer in height is inserted in container m2. It pushing the row 2 down.
    A space is created between first and the second row. Can anyone let me know how I can mask that space. Do I have change my layout completetly for it?
    <table width="100%" valign="top"  >
    <tbody align="top">
    <tr>
    <td colspan= "2" width = "66%" valign = "top" cellpadding="20%" > 
    <wpc:container id = "m1"/>&nbsp &nbsp &nbsp</td>
       <td rowspan="3" width ="34%" valign = "top" cellpadding="20%" >
              <div><wpc:container id="m2"/>&nbsp &nbsp &nbsp</div>
                 <div><wpc:container id="m5"/>&nbsp &nbsp &nbsp</div>
            <div><wpc:container id="m8"/>&nbsp &nbsp &nbsp</div>
             <div><wpc:container id="m11"/>&nbsp &nbsp &nbsp</div>
        </td>
    </tr>
    <tr> <td rowspan="3" width ="20%" valign = "top" cellpadding="20%" >
                  <div><wpc:container id="m3"/>&nbsp &nbsp &nbsp</div>
                       <div><wpc:container id="m6"/>&nbsp &nbsp &nbsp</div>
              <div><wpc:container id="m9"/>&nbsp &nbsp &nbsp</div>
         </td>
        <td rowspan="3" width ="46%" valign = "top" cellpadding="20%"  >
              <div><wpc:container id="m4"/>&nbsp &nbsp &nbsp</div>
              <div><wpc:container id="m7"/>&nbsp &nbsp &nbsp</div>
              <div><wpc:container id="m10"/>&nbsp &nbsp &nbsp</div>
         </td>
    </tr>
    </tbody>
    </table>

    fixed, used css layouts

  • Issue with layout / repeat region part 2..

    Seems I haven't cracked this just yet - basically have a
    details page that is split into three - with a candidate's details
    at the top left, their work profile at the top right, with a long
    CV text appearing below both.
    All the fields are from the Candidates table, except the
    profiles - so the profiles need to be a repeat region to list them
    all.
    I can't for the life of me get the layout to work as I'd like
    - it's as tho' anything appearing afer the repeat region won't
    display.
    See here :
    link
    Below the CV header the CV field should appear - as in :
    <tr>
    <td colspan="2" valign="top"
    class="labelcell">CV</td>
    </tr>
    <tr>
    <td class="profilecell"><?php echo
    $row_Candidates['CV']; ?></td>
    </tr>
    But when you view source, the <?php echo
    $row_Candidates['CV']; ?> is AWOL, and appear as :
    <tr>
    <td colspan="2" valign="top"
    class="labelcell">CV</td>
    </tr>
    <tr>
    <td class="profilecell"></td>
    </tr>
    Anyone spot what's up here?
    Just as I thought I had this page's layout done and dusted,
    as usual, there had to be something not quite right!
    Iain

    Iain -
    I'm gonna have to take a look at this first thing in the
    monring man, sorry.
    I had a problem that got me all tied up.
    If you want, email me at crash blat cdcdigital dotcom and
    i'll answer in
    email for a bit quicker response.
    "Iain71" <[email protected]> wrote in
    message
    news:[email protected]...
    >
    quote:
    what does your code look like? what languages are you using?
    >
    > I'm using PHP/mySQL
    >
    > This is the current PHP at the top of the page :
    >
    > <?php
    require_once('../Connections/connSearchTechUK.php'); ?>
    > <?php
    > $maxRows_Candidates = 10;
    > $pageNum_Candidates = 0;
    > if (isset($_GET['pageNum_Candidates'])) {
    > $pageNum_Candidates = $_GET['pageNum_Candidates'];
    > }
    > $startRow_Candidates = $pageNum_Candidates *
    $maxRows_Candidates;
    >
    > $colname_Candidates = "1";
    > if (isset($_GET['CandidateID'])) {
    > $colname_Candidates = (get_magic_quotes_gpc()) ?
    $_GET['CandidateID'] :
    > addslashes($_GET['CandidateID']);
    > }
    > mysql_select_db($database_connSearchTechUK,
    $connSearchTechUK);
    > $query_Candidates = sprintf("SELECT * FROM Profiles
    INNER JOIN (Candidates
    > INNER JOIN CandidateProfiles ON Candidates.CandidateID =
    > CandidateProfiles.CandidateID) ON Profiles.ProfileID =
    > CandidateProfiles.ProfileID WHERE Candidates.CandidateID
    = %s",
    > $colname_Candidates);
    > $query_limit_Candidates = sprintf("%s LIMIT %d, %d",
    $query_Candidates,
    > $startRow_Candidates, $maxRows_Candidates);
    > $Candidates = mysql_query($query_limit_Candidates,
    $connSearchTechUK) or
    > die(mysql_error());
    > $row_Candidates = mysql_fetch_assoc($Candidates);
    >
    > if (isset($_GET['totalRows_Candidates'])) {
    > $totalRows_Candidates = $_GET['totalRows_Candidates'];
    > } else {
    > $all_Candidates = mysql_query($query_Candidates);
    > $totalRows_Candidates = mysql_num_rows($all_Candidates);
    > }
    > $totalPages_Candidates =
    > ceil($totalRows_Candidates/$maxRows_Candidates)-1;
    > ?>
    >
    > The data is being displayed using PHP echo lines, eg :
    >
    > <?php echo $row_Candidates['FirstName']; ?>
    >
    >
    quote:
    You said all fields were created from the Candidates table -
    so that
    > means
    > the left and bottom sections, yet?
    >
    > The profiles section is fed by another table, yes?
    What's your SQL look
    > like for this? Are you searching by userID, by
    userClass,. how are you
    > determininig what profieles are assocaited with what
    Person?
    >
    > Yup - basically a Candidates table, and a Profiles
    table, looking up on
    > CandidateID - the SQL looks like :
    >
    > SELECT *
    > FROM Profiles INNER JOIN (Candidates INNER JOIN
    CandidateProfiles ON
    > Candidates.CandidateID = CandidateProfiles.CandidateID)
    ON
    > Profiles.ProfileID =
    > CandidateProfiles.ProfileID
    > WHERE Candidates.CandidateID = colname
    >
    >
    quote:
    What does your recordset produce when you test it?
    >
    > The recordset looks fine - in the code 'FirstName'
    displays correctly near
    > the
    > top amongst the main details, but it should also appear
    immediately to the
    > left
    > of "'s CV' - the code in the page is exactly the same
    (as it should be, as
    > the
    > field is just dragged into place from the bindings
    panel) as :
    >
    > <tr>
    > <td colspan="2" valign="top"
    class="labelcell"><?php echo
    > $row_Candidates['FirstName']; ?>'s CV</td>
    > </tr>
    >
    > It (and the 'CV' field) display fine when there's no
    repeat region on the
    > 'Profile' field, but as soon as I add the repeat region,
    the go AWOL.
    >
    > Iain
    >

  • DWM Teething Issues: Window layouts and Titlebar reconfiguration

    I just need a couple of pointers in the right direction.
    I have switched to DWM from Awesome and would like to bring a few of conveniences of Awesome over to DWM.
    1. Is there a way to make window layouts a little more "dynamic" if you'll pardon the pun?
    Mod+t, f, m have no effect on some of the windows on a given tag. For example the tag is set such that the window starts in floating mode. Now I can't maximize it.
    Another example, if a window is floating I can maximize it (Mod+m) but then Mod+{t,f} won't return it back to the shape it was in previosuly. The window remains maximized.
    2. Is there a way to change the length of the title/tag bar and make it half as long? I plan to fill in the rest of the space with Conky.
    Or what can be suggested to use up that extra space at the top?

    3. Is there a way to toggle between show/hide all windows in a tag? So that when the windows are hidden the desktop gets exposed.
    No. Since you're willing to accept a paradigm shift, the first (and maybe hardest) thing every new dwm user needs to learn is that tags are not workspaces. Awesome users seem to use tags as regular workspaces (I know I sure did ); I'm not really sure how that arose or why it's never been corrected, but trust me, using tags the "right" way is so much better.
    If you just like being able to see your wallpaper every now and again, there are two ways you might do that. First, you could use the emptyview patch. This would also work well if you have, say, conky running on the root window and want to periodically check some info. The second method (which I use) is to use a screen locker like i3lock or xscreensaver to display an image when the screen locks. When you're actually working with a tiling window manager you won't be able to see your wallpaper anyway.
    4. I was also searching for a way to automatically switch to another tag when an app gets run on said tag.
    See "Tags Are Not Workspaces," above. There are definitely times when it's best to work with a single window in a view, but I don't like it when applications grab focus from me, so I'm not sure how you might get that to work. In any case, if you're launching a terminal window or some such and just need to view a window's contents for a minute or two, toggling the tag into view should suffice.

  • Footer placement issue + page layout

    Hi, here's a link to the test site:
    http://httpcosh-designcoukclient-testgt.businesscatalyst.com/index.html#about
    1) The footer is placed correctly in the 'Design' workspace in Muse, but when I go to publish, it disappears and the text on top of the panel is not in the right position.
    2) Various panels and images have moved all over the place.
    3) letters at the end of the main nav bar (top right) have moved across to the left, again all looks OK in the 'Design' view.
    What am I doing wrong?
    I'm using Typekit for all the fonts and I'm having to 'Publish' quite often to see changes in layout etc.  Is it that the site isn't updating across the web quickly enough or is something else going on.
    Any help greatly appreciated.
    Thanks.

    Ting Rung,
    All your requests require post-generation modifications.
    We plan to add tutorials for customizations like this, in particluar the first one is commonly requested.
    If have included high level steps below to do this. However, I assume some familiarity with the UIX and Struts frameworks. I assume you are using UIX, is this correct
    1.for table page layout and table-form page layout, how to make on same page display that combine both Table Page and its Find Pages.
    High level steps to make:
    - cut and paste the table element from the table page to the find page
    - create a new UIX template, merging the buttons in the findPage.uit and tablePage.uit (see section on UIX templates in UIX Developer's guide)
    - change the find page to use your new template
    - change the Struts-config: all actions that forwarded to
    page to the find page. From the table page copy the table part to the find page
    2.for master-detail page layout, how to make Find Page on a popbox window for user to make choice behavior .
    Not sure what you mean here. But steps should be similar to 1.
    3.for select-form page layout, how to make on same page display that combine both Form Page and its select Pages
    Again, same idea as 1. Here you will need to add javascript that submits the form when you select a row in the upper part of the page, refreshing the lower part.
    We do not recommend to use frames because of usability reasons, but you can do it if you like.
    Steven Davelaar,
    JHeadstart Team.

  • Issue with layout on tablet size devices

    Hi All,
    Can anyone tell me why when the window size is reduced down or is opened on a tablet size device, that the 'maindiv' moves to the bottom of the page. I have tried changing, margins, widths, max-widths but nothing seems to work. It seems to me that the div is too wide to fit in between the 2 gold bars and this only happen when 'overflow:scroll;' comes into play when it reaches the media queries 768px. For all other sizes it works fine. This is the bit that i think is the problem, but then again i could be wrong!
    @media (max-width: 768px) {
    .maindiv {
              max-width:auto;
              overflow:scroll;
              margin:0;
              padding-bottom:0;
              background-image:none;
              background-color: #F4ECC5;
              border-top: 1px solid #F4ECC5;
    http://www.milesfunerals.com/miles-and-daughters-diary.php

    What if you just remove 'overflow:scroll'?
    When i remove the overflow the page works but i have used this div for most of the pages throughout this site. By removing that attribute will work for this page as it only has a small amount of content but for the pages with a lot more content i will need to apply the overflow:scroll; to make the page work?
    Try setting .maindiv to max-width: 95%; in the media query, see if that gets around the problem.
    This didint work, all it did do was apply a scroll bar part way across page.

  • [FIX] Alchemy Install issue with layout.bin [F

    All you have to do for Alchemy to install is close xfire, wait a moment, and install. Xfire is evil. Thanks,?turkey22

    Sorry for reactivating this threat. I found an other way as a workaround.For that you'll have to activate the administrator account in Vista and then to log in as a administrator. It does not help to make a right click with the option to "start as an administrator". You'll definitely have to log in as the administrator at once. Then the setup runs smooth. To change that go to your computer administration under "System" and "maintenance/administration". There go to "local users and groups", now take the folder "user" and then "administrator". Uncheck the field "account deactivated" and then reboot. Now you should be able to log in as administrator with the password you already used before.Please excuse If some names (points) are not 00% correct. I translated everything from my OS which is set up in German. Greetings?LekutoMessage Edited by Lekuto on 08--200704:06 AM

  • Issue with layout / repeat region

    Can someone have a look at this please?
    Basically two versions of a details page based on a recordset
    using two tables and an interlinking lookup table.
    The idea is to display a person's details at the top of the
    page on the left (from the 'Candidates' table), and on the right
    any job 'profiles' for that person (from a 'Profiles' table). The
    page is obviously just showing the details for the selected
    Candidate, but needs to show *all* the associated profiles.
    So in the first page, the details are correct, but because it
    shows the first record from the query.
    So I thought it would be a simple case of adding a repeat
    region to the 'Profiles' row on the right hand side. But when I do
    that, most of the contact details don't display - only the ID and
    firstname fields.
    http://www.searchtechuk.com/database/candidates2.php
    http://www.searchtechuk.com/database/candidates3.php
    Any clues?
    Iain

    there's no urls with your request.
    "Iain71" <[email protected]> wrote in
    message
    news:eaqnht$il4$[email protected]..
    > Can someone have a look at this please?
    >
    > Basically two versions of a details page based on a
    recordset using two
    > tables
    > and an interlinking lookup table.
    >
    > The idea is to display a person's details at the top of
    the page on the
    > left
    > (from the 'Candidates' table), and on the right any job
    'profiles' for
    > that
    > person (from a 'Profiles' table). The page is obviously
    just showing the
    > details for the selected Candidate, but needs to show
    *all* the associated
    > profiles.
    >
    > So in the first page, the details are correct, but
    because it shows the
    > first
    > record from the query.
    >
    > So I thought it would be a simple case of adding a
    repeat region to the
    > 'Profiles' row on the right hand side. But when I do
    that, most of the
    > contact
    > details don't display - only the ID and firstname
    fields.
    >
    > example 1
    >
    > example 2
    >
    > Any clues?
    >
    > Iain
    >
    >
    >

  • ECC6.0 t-code COOIS - how to get the "Profile" select-option list

    Hi  PP Gurus
    We are implementing ECC6.0
    We upgraded one of the systems from 4.7 to ECC6.0 (and also kept data: documents, users profiles, variants,u2026etc).
    My question is regarding standard transaction COOIS.
    I do comparison in current 4.7 and ECC6.0 systems (I have SAP_ALL and SAP_NEW in both systems).
    The thing is that in our ECC6.0 system the transaction COOIS doesnu2019t display Profile on select-options screen.
    There are only the following items (select-option screen of COOIS in ECC6.0):
    -LIST
    -LAYOUT
    -Prod.orders checkbox
    -Planned orders checkbox
    u2026And u2018Selectionu2019 tab with other fields
    In the current Enterprise 4.7 system the transaction COOIS displays the following select-option screen:
    -LIST
    -PROFILE
    -LAYOUT
    -Prod.orders checkbox
    -Planned orders checkbox
    u2026And u2018Selectionu2019 tab with other fields
    Questions:
    1.     Is that possible to maintain / see and select a PROFILE in COOIS of ECC6 (or due to new functionality it no more available on that screen ?) How to do that?
    2.     Looking at layouts (I ran COOIS in two systems and compared the results) I canu2019s see in ECC6.0 some icons like u2018Refreshu2019, u2018Order logu2019, u2018Display order componentsu2019, u2018Long textu2019 , u2026.) But all of them are in 4.7 layout. How to get them in ECC6.0 ?
    What I have already explored:
    u2022     ECC6.0 has a new config. t-code COISN (4.7 has only COIS) . I created my new overall profile there, set my own layout, but running COOIS still canu2019t see/use the PROFILE;
    u2022     I have compared the standard structure PPIO_ENTRY_SC1100 in 4.7 and ECC6.0 and found the new component COIS_LISTTYP in ECC6.0. In this situation I ran a new t-code u201CDefine New List Typesu201D (it doesnu2019t exist in 4.7) and created my new entry, but still canu2019t see PROFILE on select-option screen of COOIS in ECC6.0;
    u2022     I also tried situation when both config. transaction COIS (in 4.7 and ECC6.0) had the SAME overall profiles u2013 still canu2019t see PROFILE on select-option screen of COOIS in ECC6.0;
    u2022     I found a new icon u201CNavigation profileu201D in result layout of COOIS ECC6.0 Is that right place where I can maintain the icons I need (see my second question) ?
    THANK YOU.

    Hi,
    The reports are modified if am right as of ECC 5.0. Refer to note - 747469 which gives a list of all reports modified.
    If am right by profile you mean navigation profile, this is now in the display screen. The content remains, only thing is the layout is modified & more structured. So i would suggest you to have a look around in COOIS report & you will find the info.
    The navigation profile is adjacent to the icon called Environment (its a drop down list).
    Revert if you face any issues.
    Regards,
    Vivek

  • Fluid Grid Layout - Please help

    Hello, I would sure appreciate help asap!
    I have made a draft of a website and although I used the Fluid Grid layout I seem to be having issues.  Layout is has header/nav, main, rightsidebar and footer. I do realize that I put a table into the header/nav and rightsidebar and will go back and update these soon, but that's not the issue I have right now.
    1.  Why is it when I view the pages at a 100% zoom in IE, it looks so much smaller than 100% zoom in Chrome.  My concern is the MAIN Div on all the pages.
    2.  Why in Chrome is the rightsidebar going all the way to the right and not staying contained within the gridcontainer?
    3.  I thought ems were the way to go with fonts, but I can't get a "balance" between IE and Chrome design wise.....also with images?
    http://www.1800gotblinds.com/index-draft.php
    http://www.1800gotblinds.com/products.php
    So frustrated, thanks for any help you can offer! 
    Donna

    If you're going to use ems, you must establish a base font-size, 100% = 16px which is the average default font-size in most browsers.  Your content CSS might look something like this:
    /**layout**/
    body {
    font-size: 100%;
    .gridContainer {
    font-size: 16px;
    /**typography**/
    h1 {font-size: 3em}
    h2 {font-size: 2.25em}
    h3 {font-size: 1.75em}
    p {font-size: 1em}
    Also look at Viewport Sized Fonts
    http://css-tricks.com/viewport-sized-typography/
    Nancy O.

Maybe you are looking for