How to - horizontal navigation

Hello,
I'm having a mental block and can't figure out how to do a
SIMPLE navigation bar horizontally across the top of the page.
Wanted to use "block", but I seem to only be able to get my list in
a vertical format doing this. Then tried "display-list_item" which
looked okay on my screen but loaded again with the navigation being
vertical. I know that this has got to be easy... don't want to make
it hard by creating buttons, etc. when I want something simple.
Page is located at
Sage
City
I haven't been doing many sites lately and I'm badly out of
practice I'm afraid... thanks for your help :)
Maureen

> Murray - Still haven't got it all straightened out and
may end up starting
> from scratch using divs instead. The "client" in this
case is a web person
> (back-end I think) and insisted on using "tables"
because according to her
> this
> has less accessibility issues.
Your client is badly mistaken. If tables are used for
content, they create
accessability problems, since tables are "read" from left to
right, top to
bottom, meaning that vertically adjacent content will not be
read as a block
when they are in different cells in the same column.
> #navigation td
This is a descendent selector - it specifies that the rull
following it
would be applied to all <td> tags within a parent
container with ID =
"navigation". It's quite common to use such selectors.
> it seems cumbersome
Quite the opposite.
> What I've done is changed all the "#" to "." and applied
the classes to
> the
> text as needed.
That's the wrong approach, really.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"webmom24" <[email protected]> wrote in
message
news:[email protected]...
> Patty - I guess I just haven't seen this before and it
didn't seem to work
> correctly in the page either.
>
> For example, here's the navigation code:
> #navigation td {
> border-bottom: 2px solid #C0DFFD;
> }
>
> #navigation a {
> font: 11px Verdana, Arial, Helvetica, sans-serif;
> color: #003366;
> line-height:16px;
> letter-spacing:.1em;
> text-decoration: none;
> display:block;
> padding:8px 6px 10px 26px;
> background: url("mm_arrow.gif") 14px 45% no-repeat;
> }
>
> #navigation a:hover {
> background: #ffffff url("mm_arrow.gif") 14px 45%
no-repeat;
> color:#FF6600;
>
> Then on the page:
> <table border="0" cellspacing="0" cellpadding="0"
width="165"
> id="navigation">
> <tr>
> <td width="165"> <br />
>  <br /></td>
> </tr>
> <tr>
> <td width="165"><a href="javascript:;"
> class="navText">destinations</a></td>
> </tr>
> <tr>
> <td width="165"><a href="javascript:;"
> class="navText">airfare</a></td>
> </tr>
> <tr>
> <td width="165"><a href="javascript:;"
> class="navText">cruises</a></td>
> </tr>
> <tr>
> <td width="165"><a href="javascript:;"
> class="navText">specials</a></td>
> </tr>
> <tr>
> <td width="165"><a href="javascript:;"
> class="navText">contact</a></td>
> </tr>
> </table>
>
> I guess I don't understand how the "id" works to format
the table - it
> seems
> cumbersome and I'm not understanding what this is doing
exactly. It was a
> bit
> confusing for me to figure out how to change the
navigation from vertical
> to
> horizontal and in the process I probably deleted some of
the crucial
> elements.
> What I've done is changed all the "#" to "." and applied
the classes to
> the
> text as needed.
>
> Murray - Still haven't got it all straightened out and
may end up starting
> from scratch using divs instead. The "client" in this
case is a web person
> (back-end I think) and insisted on using "tables"
because according to her
> this
> has less accessibility issues. Bottom line is I should
use what I feel
> comfortable with and what works for me and the site. Not
only did she want
> it
> in "tables" but then wanted it set for 600 px wide, with
percentages used
> for
> the columns... this project is going to drive me to
drink...
>
> Maureen
>

Similar Messages

  • Horizontal Navigation Pattern

    Hello Experts,
    In the Theme Editor under System Admin > Portal Display, there is an element called Patterns. Under here, there is a preview of "Horizontal Navigation Pattern" where you can modify background images for navigation TABS.
    How can I use this style of navigation TAB for the top level navigation instead of the standard "Top-Level Navigation"?
    Many thanks in advance,
    Richard Cook.

    Hi Richard,
    Just trying to make the same change to the Top-Level Navigation as you attempted before.
    Did you successfully manage to make the change?
    Cheers
    Jay

  • Spry Horizontal Navigation Bar

    A horizontal navigation bar was created using Spry in CS3.
    The navigation bar needs to be lengthened.
    Does anyone know how to lengthen it so it spreads across the
    page?

    Hello,
    Can you post an URL?
    It's easier to tell you exactly what you might need to do.
    For example, it's a bit different if the nav bar is in a
    container with a
    width or not contained.
    Take care,
    Tim
    "Karen L." <[email protected]> wrote in
    message
    news:fsjtmm$3ea$[email protected]..
    >A horizontal navigation bar was created using Spry in
    CS3. The navigation
    >bar needs to be lengthened.
    > Does anyone know how to lengthen it so it spreads across
    the page?

  • Center 2 lines of horizontal navigation using CSS

    I have a long horizontal navigation at the foot of my page
    and it looks fab, but it's all aligned to the left. How do I center
    everything so the second line is centered below the top line?
    Applying the BLOCK text align:center rule doesn't work - tried it
    on all the various rules (the div itself, ul, li, a etc).

    Your page throws a js error for me when it loads.
    Error: MM_preloadImages is not defined
    Source File:
    http://www.friendsofwoodhousegrove.co.uk/friendsnew/index.htm
    Also, you are using filenames that contain spaces that are
    NOT Server
    encoded....
    <link href="CSS files/images.css" rel="stylesheet"
    type="text/css" />
    ----------------------^
    Why don't you fix those and post back?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Cactus Woman" <[email protected]> wrote in
    message
    news:eujcmd$seo$[email protected]..
    > Hi Murray,
    >
    > This is the url:
    >
    http://www.friendsofwoodhousegrove.co.uk/friendsnew/index.htm
    >
    > The navigation I'm trying to centre is at the bottom
    over the background
    > image. I've done 2 unordered lists, one following the
    other, because if I
    > do
    > the long list as one list some of the page titles start
    to double up on
    > themselves.
    >
    > Thanks
    >

  • Need Help using ul for horizontal navigation

    Though I normally use tables, I've been reading that it's better to use <ul> and <li> for horizontal navigation bar on my website.
    I'm having problems with spacing, I want each item of the navigation bar to fit in a 166 width box.
    Here's my CSS:
    #ul.navbar {
        list-style-type: none;
      font-weight: bold;  
      background-image: url(../images/166bar.gif);
        margin: 0;
        padding: 0;
        width: 100%;
    #ul.navbar li {
        margin: 0px 20px 10px 20px;
        list-style: none;   
    #ul.navbar a {
        text-decoration: none;
    How do I make sure each item of horizontal navigation bar fits in the center of it's box? Can any recommend a good tutorial or example?

    http://alt-web.com/DEMOS/CSS-Menus.shtml
    Change
    text-align: left
    to
    text-align:center
    I want each item of the navigation bar to fit in a 166 width box.
    In that case, you should use tables, images or vertical list menus.
    http://css.maxdesign.com.au/listamatic/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • How to Get Navigational attributes of dso in Report ...

    Hi i have a dso with many fields ,
    In the report i need to get some navgational attributes which are in dso..
    How to Get Navigational attributes of dso in Report ..??
    Thanks All..

    hai naiduz,
    in the dso u find folder with navigational attributes, there select the Navigation check box the fields which u need in the report.
    and further if ur dso through multiprovider and also identify them at multi provider level.
    then u will be able to see the fields at query designer level, then u can use the nav. fields u need in the report.
    regards,
    Vj

  • How to add Navigation Level to the Portal?

    Hi All,
    How to add Navigation Level to the Portal?
    for example:
    1st Level is the Role
    2nd Level is Worksets/Folders
    I want that the 3rd Level will contain more Worksets/Folders and will be under the 2nd level and not in the "Detailed Navigation".
    I tried to change the "Number of display levels" in the framework page but it didn't help.
    Attached a picture with the required result (of course, for my roles)
    http://img457.imageshack.us/my.php?image=toplevelnavigation7xy.jpg
    Thanks, Omri

    Hi Omri,
    in fact, almost one year ago we did something similar on a project basis, but as already stated here, this was done by modification. What we did was providing a dropdown box within the masthead, containing the first level, and the second and third level now have been displayed where normally the first and second level are. That was a ten days solutions, some very fine granulated work. But nice
    Anyhow, nowadays this can be more easy using the LightFrameworkPage (if that's OK for your purpose) and the Navigation Tag Library, see http://help.sap.com/saphelp_nw04/helpdata/en/42/f35146a7203255e10000000a1553f7/frameset.htm for details.
    Hope it helps
    Detlev

  • Horizontal Navigation pattern / Contextual Navigation pattern

    Hello,
    Where Horizontal Navigation pattern  and Contextual Navigation pattern used in Portal theme.
    I am trying to do tab like look and feel for Portal Top Level navigation. Horizontal Navigation Pattern has that kind of look and feel.
    Is there any way I can do this one by using Horizontal navigation pattern.
    Detail Navigation:
    I need to make detail navigation  as separated by lines (Padding)
    Contextual Navigation Pattern: Has lines of kind structure.
    Is there any way I can link these two in Theme Editor. Are they already linked to Portal theme Which property attaches to theme.
    Regards
    Mark

    Hello Mark,
    Hope you are doing well. Were you able to change the pattern and set it in a theme?
    Regards
    PN

  • Horizontal Navigation with Dropdown Menu

    Hello!
    I am trying to put together a site with Horizontal navigation with items in the dropdown. I built my plan with main pages and child pages, and added my horizontal navigation on the Master page, but when I go to preview, I don't see any of my dropdown (child) pages. Is there any way to fix this? (I've attached a screenshot, hopefully this will help clarify)......

    Hello,
    Please click on the tiny white Arrow in the blue circle which comes up at the top right of the Menu. And there change the Menu type from Top Level pages to All pages.
    Note : Child pages on the same level in Plan view are listed vertically in a Horizontal Menu.
    Regards,
    Sachin

  • How to Horizontally attribute any layers

    How to Horizontally attribute any layers with scripting

    Make a selection and align the layer to it using action manager code. This code should show I  how it can be used, The top part is missing supporting code but its the align function Paul posted that you want.
    // Add Filename Text if called for
    if ( MICollage.msgPnl.StampImage.st.value) {
      stampFilename(textFont,textSizeFactor,textColor,Name);
      loadAlpha("Image " + imageNumber);
      var Position = Number(MICollage.msgPnl.grp5a.dd1.selection.index) + 1;
      switch (Position){
      case 1 : align('AdLf'); align('AdTp'); break;
      case 2 : align('AdCH'); align('AdTp'); break;
      case 3 : align('AdRg'); align('AdTp'); break;
      case 4 : align('AdLf'); align('AdCV'); break;
      case 5 : align('AdCH'); align('AdCV'); activeDocument.selection.deselect(); activeDocument.activeLayer.rotate(textAngle); break;
      case 6 : align('AdRg'); align('AdCV'); break;
      case 7 : align('AdLf'); align('AdBt'); break;
      case 8 : align('AdCH'); align('AdBt'); break;
      case 9 : align('AdRg'); align('AdBt'); break;
      default : break;
      // could add code to do something with the image prefix info if it exists in prefixlist
      if ( prefixlist[imageNumber -1] != undefined ) {}
      activeDocument.selection.deselect();
      // Add text Layer's layer style
      addStyle(textStyle);
    function align(method) {
      var desc = new ActionDescriptor();
      var ref = new ActionReference();
      ref.putEnumerated( charIDToTypeID( "Lyr " ), charIDToTypeID( "Ordn" ), charIDToTypeID( "Trgt" ) );
      desc.putReference( charIDToTypeID( "null" ), ref );
      desc.putEnumerated( charIDToTypeID( "Usng" ), charIDToTypeID( "ADSt" ), charIDToTypeID( method ) );
      try{
      executeAction( charIDToTypeID( "Algn" ), desc, DialogModes.NO );
      }catch(e){}

  • Horizontal Navigation Bar

    I'm using the Spry horizontal menu bar, and I've got a problem.
    In IE7, but not in Firefox or Safari or even IE8, the hover state is apparently only active for the text in the submenus, not the entire 'button'.  That is, the list item is styled to look like a button, it's 12 ems wide, the text for most of the items doesn't fill the entire button.  If one puts their mouse over the 'empty' part of the button, it seems that the 'hover' state is lost and the submenu disappears. In the image below, if you mouse over Northside, but leave the mouse on the right side of the 'button', the menu will quickly disappear if using IE7; it stays put when using the other browsers.
    Very annoying to the user (and to this developer). 
    The site is http://www.acblunit174.org
    I wonder if anyone has an explanation?  Is this a known problem with a known workaround?
    The css file is included below.
    Any advice would be appreciated.
    Thanks
    Bert Onstott
    713-851-1511.
    [email protected]
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
        padding:             0;
        list-style-type:     none;
        font-size:           11px;   /* changed font size to 11px */
        cursor:              default;
        width: 900px;
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index:             1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
        margin:              0;
        list-style-type:     none;
        font-size:           100%;
        position:            relative;
        text-align:          left;
        cursor:              pointer;
        width:               auto;     /* set the width to auto for the top level navigation bar items so they fit the text. */
        float:               left;
        padding:             0;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
        margin:              0;
        padding:             0;
        list-style-type:     none;
        font-size:           100%;
        z-index:             1020;
        cursor:              default;
        position:            absolute;
        width:               12em;
        left:                -1000em;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
        left:                auto;
        clear:               left;
    /* Menu item containers are seet to 14 ems */
    ul.MenuBarHorizontal ul li
        width:               12em;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
        position:            absolute;
        margin:              -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
        left:                auto;
        top:                 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Menu items are a pale green block with padding, no text decoration and what amounts to      */
    /* and outset border.  Specifying 'outset' as the border doesn't work in IE with color CCCC99, */
    /* so it has to be simulated by specifying different left, right, top and bottom colors.       */
    ul.MenuBarHorizontal a
        display:             block;   /* causes menu items to appear horizontally */
        cursor:              pointer;
        background-color:    #ECE9D8; /* light green */
        color:               #000000; /* black */
        text-decoration:     none;
        border-top-width:    3px;
        border-right-width:  3px;
        border-bottom-width: 3px;
        border-left-width:   3px;
        border-top-style:    solid;
        border-right-style:  solid;
        border-bottom-style: solid;
        border-left-style:   solid;
        border-top-color:    #CCCC99;  /* dark greem */
        border-right-color:  #666600;  /* light green */
        border-bottom-color: #666600;  /* light green */
        border-left-color:   #CCCC99;
        padding-top:         3px;
        padding-right:       4px;
        padding-bottom:      3px;
        padding-left:        3px;
        margin: 1px;
    /* Menu items that have mouse over or focus have an olive green background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
        background-color:    #999966;
        color:               #FFF;
    /* Menu items that are open with submenus are set to MenuBarItemHover with an olive green background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
        background-color:    #999966;
        color:               #FFF;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarDown.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarRight.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarDownHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarRightHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    /*ul.MenuBarHorizontal iframe
        position: absolute;
        z-index: 1010;
        filter:alpha(opacity:0.1);
    *//* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarHorizontal li.MenuBarItemIE
            display: inline;
            f\loat: left;
    /*        background: #ECE9D8;*/

    I wonder if anyone can tell me easily how to make the submenu's under the horizontal menu bar also appear horizontally?
    This question is more suited to the Spry forum.

  • Horizontal Navigation?

    Is there a way to make a navigation bar with items that line up horizontally?

    Try to edit the page binded to the content area.
    There you can change the position and layer of the page regions.
    BUT: I don't know how to arrange the items on the navigation bar horizontally. Unfortunatly you cannot arrange the Navigational Items in a horizonatllay manner.
    What you can do, is to create a couple of Navbars, each containing ONE item, say, the Basic Search Item or a Category List (formatted as PullDown Menu). Then you divide your Page in two horizontal regions and add to the top-region the new Navigational-Portlets (an example how this may look like you can see in the public area fn our Project-Homepage AccessLab: http://accesslab.wifo.ac.at/)

  • How to make navigation header a dropdown

    I'm trying to make one of my main navigation headers (About Us) into a rollover drop down like the rest of my headers.  When I try to do so on my main navigation page it throws the rest of my headers off of the correct alighnment.
    Here is what I want my headers to look like:
    Home    About Us     Palletizers     Palletizer Accessories     Warehouse & Storage     Manufacturing & Ergonomics     Customer Service
    Here is how it comes out when I make the changes on my main navigation page:
                                                                                              Home     About Us
                        Palletizers     Palletizer Accessories     Warehouse & Storage     Manufacturing & Ergonomics     Customer Service
    Is this a problem with the CSS?  Or can I fix this with an HTML snippet on the main navigation page?  Any help would be greatly appreciated, thanks.
    www.lambertpalletizers.com

    Sorry, I didn't account for the lack of space on the forum...  I want to keep the main navigation on one horizontal line not two.

  • Second sub-site level horizontal navigation

    In SharePoint 2013 Enterprise, I have a publishing site collection on a master page build with the Design Manager. The global top-level navigation contains links to various sub-sites. Their desire is to have a horizontal sub-site navigation underneath the
    global navigation. This is identical to the issue at the link below, however for SharePoint 2013.
    http://social.msdn.microsoft.com/Forums/en-US/d2704d33-d285-4d8c-8a4e-6e66cf36a9fc/top-navigation-how-to-add-a-second-layer-for-sub-sites?forum=sharepointcustomizationprevious
    On the root site of the site collection:
    Global nav: Department 1  |  Department 2  |  Department 3  |  Department 4  
    No sub-nav
    At the sub-site, for example in Department 2's sub-site:
    Global nav: Department 1  |  Department 2  |  Department 3  |  Department 4  
    Sub-nav: Dept2-page1 | Dept2-page2 | Dept2-page3 | Dept2-page4 | Dept2-page5
    What is the best practice way of adding a 2nd sub-site level navigation?
    Also, as an option, would this solution work in a custom page layout file?

    I was able to accomplish this by first creating a SharePoint List of Titles and URLs (text field) for the secondary navigation, and then generating the <ul> using the SPServices jQuery library inside of a custom page layout. Alternatively, this secondary
    nav could be embedded into a Content Editor or inside a Master Page rather than a Page layout, but this suited my client's business case the best.
    You can find more info on the SPServices on their codeplex site.

  • How to see Navigation attribute in Report

    Hi ,
      I am working on BI7.0.
      In my Query , material is a characteristic which has 3-4 Navigation attributes. But when I execute the report , I can only see Material data displayed (because only material is in the rows). I also want to see data of its attributes in report results. I dont have authorisation to change the query.
    Also I am unable to open the Query in Local view (some connectivity issues).
    Can you please suggest How I can drill-down those attributes.??
    Also these attributes are not visible in free characteristics.
    Thanks,
    Su

    Hi there,
    To use the navegational attributes with drill down, they have to be available in either rows, columns or free characterisitic.
    For that you have to edit the query. There's no other way.
    But each navegational attribute is also a display attribute.
    Therefore, you can after executing the query, right-click over material and select properties. You'll see a tab named attributes where you can add the avilable attributes to the left (so they will be displayed), and change the settings of each one of them (see only key, key and text, etc.), but you can't filter by any of those attributes, or do any drill down options over them. They are only display attributes.
    Hope this helps.
    Diogo.

Maybe you are looking for

  • How to delete an iphone contact that does not show up in the address book

    hello-- i am a new iphone 4s user and i had a quick question that i have not been able to find an answer to. when i am using imessage, there are a few contacts that come up as options but yet they are not located in my address book or contacts list--

  • I need to re-admin myself.

    Hi. So I have convereted my account from admin to managed, and I can't change back! There are no other admin accounts on my computer, so I can't logon to another to change it. I did read this article on how to add an admin account, but I am worried t

  • Solaris 8 on Sparc 10

    OK, This individual sparc 10 doesn't have a cdrom drive, so I'm going to network via either 100base-T or 1000base-T (fiber). I can hook it up to a console via Linux or Solaris (depending on this download server, which seems down). Now, I don't know H

  • ABAP coding question: Lookup DSO

    Hi experts In the coding below I am using performance decreasing asterix * for the select statement. If we want to use only the fields needed, /BIC/ZCOPA_ORG and /BIC/ZPA_AWTYP, how do you define the tables (itab2, etc.)? Thanks for your help. *$*$ b

  • PP Scenario Mapping help Needed

    Hi Guys Can anyone please help to map the following scenario? <b>Scenario:</b> SAP PP <b>Product:</b> Ingot <b>Size:</b> Ingot 100 X 100, Ingot 125 X 125, Ingot 160 X160 <b>Grade:</b> A, B, C,…… <b>Saleable Item:</b> Ingot100 X100 Grade A, Ingot100 X