Basic layout question

Can someone please tell me why my layout in dreamweaver does not look the same when it is in the browser. For example, boxes are not aligned flush right (it's off by about 1/4") but in the browser it is correct? This makes designing difficult because I don't have a true point of reference.
Also, how do I select and move a box if it needs to be nudged over. In Indesign, I can easily select the box and drag it over. How do I do this in Dreamweaver?
Thanks.

Dreamweaver is a tool like any other, once you know what and how it does something things will become much clearer and easier to understand.
The problem with the text, has to do with width and style, if you do not wish something to be on two lines (browsers word wrap), you can use the <pre> tag to display preformatted text, or the white-space nowrap property in css.
(If you reduce your browsers size it will display the text over a number of lines)
Using xhtml is a good thing (the debate still exists over this), as it requires you to correctly mark-up your page.
PZ

Similar Messages

  • Is this acceptable CSS for basic layout?

    Hi there and thank you so long for your help.
    My question refers to this link: http://www.energywa.co.za/layout/
    Is this acceptable CSS coding? I know I will need to style the #content with classes but don't want to continue with this if the basic layout is not perfect.
    Thank you so long for your help & advise.
    Regards,
    Deon

    Is this acceptable CSS coding? I know I will need to style the #content with classes
    Why?  It might be entirely possible not to use a single class on this page.
    In general your CSS is OK.  Here's how I would modify it -
    :root html {
         overflow-y:scroll;
    /* this sets scrollbars on for all browsers so that you don't have pages
    shift when moving between those that require scrolling and those that don't */
    html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
         margin: 0;
         padding: 0;
         border: 0;
    body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100.01%;
        color: #000000;
        background-color: #E2E2E2;
        text-align: center;
    #wrapper {
         width: 970px;
         background-color: #FFFFFF;
         margin: 0 auto;
    #topnavigation {
         background-color: #7FFF55;
         color: #FFFBF0;
         margin: 0;
         padding: 5px 5px;
         text-align: right;
    #header {
         background-color:#FF0000;
         margin: 0 auto; /* without declaring a width, a margin of auto does no good really */
              /* a container div has no default margins, so declaring them is redundant */
         padding: 10px;
    #mainnavigation {
         margin: 0 auto; /* see above */
         padding: 10px;
         background-color: #FFFFFF;
         border-bottom: 2px solid #000000;
    #content {
         float: left;
         width: 730px;
         background-color: #FFFFFF;
         color: #808080;
         margin: 5px;
         padding: 5px;
         text-align: left;
    #rightsider {
         float: right;
         width: 200px;
         background-color: #E0E0E0;
         margin: 5px;
         padding: 5px;
         text-align: left;
    #footer {
         clear: both;
         background-color: #FF0000;
         color: #FFFFFF;
         padding: 10px;
         text-align: center;

  • CSS layout question - height of outer DIV

    Hopefully this is a quick one - In the past I've used CSS for the main layout of a page, but still used tables within a DIV. But I'm trying to be good and used DIVs there too.
    Anyway - I have a basic example here:
    http://www.learners-guide.co.uk/lessons/cockpit-drill/layout.php
    With the row in the main content split into two columns, using:
    #outerWrapper #contentWrapper #content #row_one {
              width:580px;
              border:2px solid #333;
              background-color:#99FF99;
              padding:10px;
    #outerWrapper #contentWrapper #content #row_one #row_one_left {
                width: 288px;
              height:auto;
              padding:0px;
              float:left;
              margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
    #outerWrapper #contentWrapper #content #row_one #row_one_right {
                width: 288px;
              height:auto;
              padding:0px;
              float:right;
              margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
    The problem is that the #row_one_left and #row_one_right colums spill out of the containing #row_one DIV.
    How would I make the containing DIV expand to contain the columns? I can do it by specifying a height of the #row_one DIV, but assume this is bad form, and would produce varying results depending on screen / resolution / browser etc.
    I thought maybe using height: auto; but no joy with that either.
    I'm assuming it must be possible, as it seems a fairly basic layout requiement.
    Thanks.

    You have to use some style that forces that div to clear the floats (since floated elements are removed from the flow, containing elements act as if they aren't even there).  To do that, something like "overflow:hidden" works wonderfully well.  So remove the height:auto styles (which is the default anyhow), and change this -
    #outerWrapper #contentWrapper #content #row_one {
              width:580px;
              border:2px solid #333;
              background-color:#99FF99;
              padding:10px;
    to this -
    #outerWrapper #contentWrapper #content #row_one {
              width:580px;
              border:2px solid #333;
              background-color:#99FF99;
              padding:10px;
              overflow:hidden;

  • Basic iPhoto questions:

    I have some Basic iPhoto questions before I start using the program:
    - does iPhoto apply any compression or change images in any way when they
    are imported?
    - after images are imported, can the original source folder of images be deleted off of the mac?
    - can Quicktime files exported from iPhoto be viewed on a Windows computer?
    - can iPhoto handle large resolution images that might be as large as 8-15mb each? does it display them quick? are there any known file size issues?
    Thanks!!!!

    kat.
    Is there a way to use iPhoto on a network so other users can read and possibly write to an iPhoto library on a networked mac?
    iPhoto is a consumer level photo organiser, not a server. It's possible to share photos but libraries are very difficult and fraught with the danger of database corruption. Some have reported success.
    Is it possible to password protect or secure certain images in the library so they can not be seen by anyone?
    No. The best I can suggest there is to create a second library and store it in a secure area like a protected dmg. But remember, you can only have one library open at a time.
    After photos are deleted from iPhoto, are there any remaining traces or cached files anywhere other than the trash
    If you delete photos from iPhoto and empty the iPhoto trash then the pics are removed from the Finder as well. They remain as findable as any other deleted file from that point, which is, very, if the searcher in knowledgeable.
    Regards
    TD

  • Object class deployment - Basic form question

    OK, I subclass calendar object from Oracle provided standard
    object class. What do I need to deploy to use this form now
    apart from calendar.pll and my fmx. What about the object class
    from which I sub-class. Do I need to compile and deploy that
    also? How will form resolve this on run time the parent object
    class as I really did not copy, just sub class and we do not
    deploy original class? Basic form question. Thanks.

    You can set the "help" property on the field (which gives you the little "information" icon link beside the field).
    You could also try adding another field of another class above or below:
    <Display class='InlineAlert'/>
    <Display class='ErrorMessage'/>
    <Display class='HtmlPage'/>
    ..etc
    -Rob

  • Adding Date/Time Field + X Number of Days - Basic Calculation Question

    I am assuming this is a basic calculation question. New to Adobe LiveCycle Forms.
    I have a simple form containing a table. The table appears as such:
    Text
    Formatted as Date/Time Fields
    Header 3
    Monday
    user wil choose the beginning date (Date/Time) this is DateTimeField1
    Tuesday
    this should calculate DateTimeField1 + 1
    Wednesday
    this should calculate DateTimeField1 + 2
    Thursday
    this should calculate DateTimeField1 + 3
    Friday
    this should calculate DateTimeField1 + 4
    Saturday
    this should calculate DateTimeField1 + 5
    Sunday
    this should calculate DateTimeField1 + 6
    Calculations are performed after the date is chosen for Monday. My mind tells me the simple calculation of DateTimeField1 + 1 is not going to work (and in fact doesn't!) as it needs to change Monday to a number first. I saw on another thread the following:
    Num2Date(Date2Num(Date(DateTimeField1), "DD.MM.YYYY")+7, "DD.MM.YYYY")
    Thought this was going to get me close. No cigars though!
    Any quick help is greatly appreciated. And since I am new to this, details about what needs to be changed would be great too!
    Thanks

    Here an addition for you date field.
    This FormCalc script in the exit:Event will check it the selected date is on a monday.
    If not it will go the days back until the last monday.
    var Selection = Date2Num($.formattedValue, DateFmt(2))
    var WeekDay = Num2Date(Selection, "E")
    var NewDate
    if (WeekDay eq 1) then
              NewDate = Selection - 6
    elseif (WeekDay eq 3) then
              NewDate = Selection - 1
    elseif (WeekDay eq 4) then
              NewDate = Selection - 2
    elseif (WeekDay eq 5) then
              NewDate = Selection - 3
    elseif (WeekDay eq 6) then
              NewDate = Selection - 4
    elseif (WeekDay eq 7) then
              NewDate = Selection - 5
    else
              NewDate = Selection
    endif
    $ = Num2Date(NewDate, "EEE DD.MM.YYYY")
    Hope this helps, too.

  • Basic Exporting Question

    My main question is a very basic exporting question, but here is a super-condensed explanation of my big-picture goal for context:
    Large (~450 MB) aiff on CD --> trim w/ Quicktime --> small (~16 MB) MP3 in iTunes
    I would like to take an audio file (aiff) that is approximately 450 MB and export it from Quicktime and in doing so, reduce the file size and convert it to MP3. When I simply try to export it, it doesn't ask me about what size I want, nor does it give the option of MP3 formatting.
    I have figured out how to reach my goal, but it's a mess. After I make my trims in QT, I have to:
    1. select "share" instead of "export".
    2. It asks me what size I want and I select small.
    3. The file is then exported as a Quicktime movie into Mail and the size is reduced from 450 MB to about 20 MB.
    4. I then have to "right-click" on the attachment in the email that is created,
    5. save the attachment,
    6. discard the email,
    7. import the file into iTunes, and
    8. create an MP3 in iTunes to finally arrive at my goal.
    This seems like a ridiculously convoluted process to change a large aiff to a small MP3 and put it in iTunes. Any suggestions?

    Thanks. I guess the basic answer to my question is that it can't be done in one or two fell swoops. The problem is that it starts on a burned disc, and I need to make edits to it before it ends up in iTunes (to be eventually used in iWeb). I was hoping to avoid juggling back and forth between iTunes and QT. I either would have to send it back to QT to do the edits after -->iTunes-->mp3, or import the large file from the CD to QT, make the edits, save changes, import large file to iTunes, convert to mp3.

  • Multiple edition magazine layout question

    Magazine(s) layout question
    Details:
    - There are 9 total magazines. The only thing that changes are the ads.
    - I have all text set up in Master Pages and the Different publications set up as 'versions' in my file.
    My issue:
    I also need to ad a footer master (with page number, Publication name, and Date)
    - Publication name changes for each version.
    In the end I need one master with all magazine text assigned to all version. And a different footer master with page numbers to all versions....
    any suggestions on how to complete this?

    Either you can use Alternative Layouts in one document, you will need only to work on the first layout, the text in the outher layouts or you can the Content-Tools and Create LInk option to take the original and place it into the new document. Later you have only to update the links in the link panel. You can take by option the whole page with all elements.

  • Robohelp 8 HTML - VERY basic layout and naming question.

    OK, I'm sure this must be obvious to everyone else because I can't seem to find it in the places I've searched. My personal experience with Help files isn't helping (yeah, I know, bad pun).
    I'm creating a RoboHelp HTML file from a PDF file.
    While importing the file I'm given the option to create a new topic based on a style. Great so far. Having done so as an experiment and looked at the output I'm of the feeling that a 'topic' is "an HTML document that would, in theory, cover an area of interest, hence the term topic".
    Then I open IE's help file I see the contents like "Finding the Web Pages You Want" and "Browsing the Web Offline". Neither of them can be selected to show information in the right pane, but both open to show what I'll call 'sub-topics', each of which DOES open what appears to be an html document in the right pane.
    Adobe's help files are a bit easier to deal with, I just navigate to the Help folder and there are all the HTML files.
    So I'm confused and I've got a major mental block that's making it difficult to proceed without getting a layout/hierarchy. And if this information is in Robohelp's help or available someplace online, just smack me in the back of the head and point me in the right direction because I'm not seeing it.
    In the Internet Explorer help, what do I call the links in the left pane on which I can click to bring up a page in the right pane? What do I call the items I can highlight that, when clicked, show a list of the clickable links? And is it accurate that if I ask RoboHelp to create a topic out of each of a given style, then I'll have a separate HTML document for each instance of that style?
    Thanks,
    Solon

    Hi there and welcome to the wonderful wild and wacky world of Help Authoring!
    The area on the left side is typically called a "Navigation Pane". The Navigation Pane usually has different views. Table of Contents (TOC), Index, Glossary and of course, Search.
    The Table of Contents view has a Books and Pages metaphor. Each Book contains Pages inside. Each Page links directly to an individual HTML file (Topic).
    Indeed if you are sucking content in from PDF, RoboHelp has to be told what the criteria is to break the long PDF document into individual HTML topic pages.
    Hopefully this helps a smidge... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • CSS layout question regarding browser sizing

    Hi,
    Basically I want the basis of my site to be - A header, Main content with a background image, A Footer.
    I'm having problems however, I can't seem to get my footer to position where I want it i.e. at the bottom of the browser window at all times. I'm doing it as an AP div and how it should work is that it's fixed at the bottom of the page and then if the user resizes their browser in the y direction the footer moves up with it, over the top of the main content (but not the header which will have a higher z-index).
    The way I THOUGHT to do it was to firstly create a div tag for the whole page (780 pixels wide, auto left and right margins, auto height) and then inside that put my ap div header fixed height at the top and have another ap div as the footer, fixed height and tell it to position 0 pixels from the bottom. However this doesn't seem to do the trick, I'm sure I'm missing something really really simple. Anyone who's vaguely familiar with the program will be able to answer this I'm sure. If my question isn't clear please let me know and I'll rephrase,
    Ta

    There is no reason to use APDivs for such a simple layout.  Default CSS positioning (which is no positioning at all) is typically all you need for most layouts.  Build your HTML markup logically from top to bottom of page and your footer will naturally appear at page bottom.
    Live Demo (view page source to see the code)
    http://alt-web.com/TEMPLATES/Basic-1-col-fixed.html
    Or, for a Sticky Footer using Fixed positioning:
    http://alt-web.com/DEMOS/CSS2-Sticky-Footer.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • Basic Layout not rendering correctly.

    ''locking as a duplicate of https://support.mozilla.org/en-US/questions/1035123''
    Hello,
    I've been trying to debug a problem I was noticing on my production websites, so I dumbed it down to a quick codepen to show off the issue. http://codepen.io/anon/pen/GgoBNJ
    Basically, standard fonts (helvetica, arial, etc.) are not rendering correctly within a div. For some reason the text is pushing itself up ~2 pixels. Not to mention, fonts are looking very jagged within the browser for no apparent reason.
    I am setting up a basic div with hardly any styles and yet this produces two different renderings within FF and Chrome
    .box{
    font-family: Helvetica, Arial, Sans-serif;
    font-size: 14px;
    border: 2px solid #FF5500;
    display: inline-block;
    width: 100px;
    This is causing me all sorts of headaches with designers who are trying to make layouts pixel perfect as I have zero control over something like this. Any help would be greatly appreciated!
    Thanks in advance.

    You may have zoomed the page(s) by accident.
    Reset the page zoom on pages that cause problems.
    *<b>View > Zoom > Reset</b> (Ctrl/Command+0 (zero))
    *http://kb.mozillazine.org/Zoom_text_of_web_pages
    You can right-click on a web page and select "Inspect Element" to open the Inspector (Firefox/Tools > Web Developer).
    You can check the font used for selected text in the Font tab in the right pane of the Inspector.
    *https://developer.mozilla.org/Tools/Page_Inspector
    You can do a font test to see if you can identify corrupted font(s).
    *http://browserspy.dk/fonts-flash.php?detail=1
    You can try different default fonts and temporarily disable website fonts to test the selected default font.
    *Tools > Options > Content : Fonts & Colors > Advanced
    *[ ] "Allow pages to choose their own fonts, instead of my selections above"

  • Adaptive Layouts questions

    I did a little work with the layouts when 6.5 came out but am starting afresh with the 10.3 layouts since they seem to have been cleaned up. I have a few quick questions!
    1)
    The first layout I'm looking at is the Base Page Layout and right off the bat I'm trying to figure out what the basepagelayout-navarea.html file is, and why there isn't a layout web service created for it out of the box. Any ideas?
    I created a webservice for it and plugged it in and the layout seems to remove all adaptive styling from community pages, but the KD and search layouts fall apart. I went through the documentation but couldn't find anything related to this layout. Any suggestions?
    2)
    I've noticed that the basepagelayout causes an issue when you visit the "My Account" section. Basically it forces the footer to display to the right of the rest of the portal window. This only happens in IE8.
    One way to correct this issue would be to remove the 'align="left"' entry in the table of the "My Account" section by creating a new "My Account Layout". But it seems odd that this fails right out of the box, so I'm wondering if there is another workaround or reason this is happening?
    This is a snippet of the code that duplicates the issue in case anyone has a suggestion, or is bored/curious:)
    <table align="left" width="100%" bgcolor="green">
    <tr>
    <td>
    My Account
    </td>
    </tr>
    </table>
    <table width="100%">
    <tr>
    <td bgcolor="red">
    Weird Alignment
    </td>
    </tr>
    </table>
    Thanks
    Geoff

    You can get rid of this issue by adding an extra DIV element arount the pt:basepage.content tag in the BasePAgeLayout.html
    <div style="float:left;width:100%;">
    <pt:basepage.content/>
    </div>
    Regards
    Santosh
    Edited by: user10406069 on Oct 5, 2010 10:38 AM

  • AwesomeWM: Some layout questions

    Hey guys,
    I've been customizing Awesome and really loving it so far! But I'm a little confused about how some tiled layouts are handled.
    Basically, I modified the original table of layouts to just include
    awful.layout.suit.floating,
    awful.layout.suit.tile,
    awful.layout.suit.max
    but soon found that in the "tile" layout, the section of screen with the master window never accommodates more than one window. Then, I found that "awful.layout.suit.fair" is almost PERFECT, except:
    Resizing doesn't work - neither using Mod4+{h,l} nor using Mod4+Mouse3
    There doesn't appear to be an "awful.layout.suit.fair.left" or "awful.layout.suit.fair.right", despite the fact that the layout is asymmetrical
    Hopefully that makes sense. Basically, what I really want is a mirror-image "awful.layout.suit.fair.left" which also allows dynamic resizing, using either mouse or keyboard.
    Therefore my question is: Does this already exist? If not, can I create a new awful layout pretty easily? Is there documentation besides luadoc that I should check out?
    Thanks so much!
    P.S. I actually found one post that suggests that in the 'fair' layout, the sizes are fixed -- why would this be, and how would I have found this out? The documentation doesn't describe the layouts at all.

    Hey guys,
    I've been customizing Awesome and really loving it so far! But I'm a little confused about how some tiled layouts are handled.
    Basically, I modified the original table of layouts to just include
    awful.layout.suit.floating,
    awful.layout.suit.tile,
    awful.layout.suit.max
    but soon found that in the "tile" layout, the section of screen with the master window never accommodates more than one window. Then, I found that "awful.layout.suit.fair" is almost PERFECT, except:
    Resizing doesn't work - neither using Mod4+{h,l} nor using Mod4+Mouse3
    There doesn't appear to be an "awful.layout.suit.fair.left" or "awful.layout.suit.fair.right", despite the fact that the layout is asymmetrical
    Hopefully that makes sense. Basically, what I really want is a mirror-image "awful.layout.suit.fair.left" which also allows dynamic resizing, using either mouse or keyboard.
    Therefore my question is: Does this already exist? If not, can I create a new awful layout pretty easily? Is there documentation besides luadoc that I should check out?
    Thanks so much!
    P.S. I actually found one post that suggests that in the 'fair' layout, the sizes are fixed -- why would this be, and how would I have found this out? The documentation doesn't describe the layouts at all.

  • Book layout question due to lack of functionality in InDesign

    I am a doctoral student (cancer cell biology) starting to write my dissertation (in Word 2007) and I'm using InDesign CS3 (5.0.4) for the layout (I refuse to layout figures and tables in Word... tried it... giant pain in the a$$).  My original plan was to create a Book in InDesign and have each chapter be a separate file.  Due to the bibliography software I need to use the Word file has to be a single file (see this thread for details).  InDesign cannot just Place a range of pages (it's seems to be all or nothing) and this creates a problem (see the previous thread).
    The question I have, is it smart to break each chapter out into a separate file?  My thinking was that since I would be bringing in a fair number Photoshop and Illustrator files into each chapter it would be wise to keep the file size down (I'm not doing this on the best of computers, at least by graphic designer standards) and it would make rearranging a little easier (my mentor has a habit of changing his mind and chapter 3 could easily switch places with chapter 7).
    This is my first book so any thoughts or advice you have would be greatly appreciated.
    Regards,
    Adrian.

    Nah, it's just me.  My mentor wants paper output for the markup, the committee will take a PDF or paper and the university has (thankfully) instituted an electronic submission criteria.  The final product has to be a PDF to the school and I'll have some output to paper and bound for my mentor, my family (as a gift) and myself.
    The two students before me did everything in Word and yeah you can make Word do it but I just don't hassle with it.  I make religious use of styles in Word (and only 4 styles at that... talked to a graphic designer who does books for a living "Keep the styles to minimum!!"... Done), so getting it into InDesign is cake.  Also, my mentor has a nasty of habit of constantly changing his mind and doing things like, "Can you move that picture about a centimeter to left, I just want a little space in there".  I have been through this with Word, it will do it but the voices in your head will start suggesting that you kill again (and nobody wants that).  I plan on doing my grants this way, manuscripts this way, everything.  Everybody (NIH, journals, other funding sources) requires a PDF now and some require rather optimized PDFs (people think I'm crazy but I swear there is a difference between the PDFs that InDesign outputs and the ones that my wife's Mac does--just using the built-in PDF renderer or some of the other PDF creators for Windows), so I just went ahead and went through a tutorial on VTC.com and then read a couple of books.  I wouldn't be able to layout a magazine but I can do grants, manuscripts, dissertations.

  • Few basic SRM questions .......

    I recently completed the SRM training from SAP and I have few basic questions and need help. Full points will be rewarded.
    These are my questions and it is based on SRM 5.0 Classic Scenario with R/3 backend
    1. Invoice  & confirmation transferred to R/3 via  ALE ? .  All other documents are transferred to R/3 via RFC?
    2. Based on the configuration, if the material is available in the backend then reservation will be created. Other wise PO will be created.  For text items, PR will be created.
         a. Who (purchaser) will process the PR in R/3 and how it is processed?.
         b. Who (purchaser?) will process the reservation in R/3 and how it is
             processed?. Assume no sourcing is setup in this case and No MRP run.
    3. How the vendor is linked to the Material or product category in SRM?. During the vendor replication from R/3, vendor and material/prod category link is automatically maintained?
    4. How the vendor is linked to a specific purchasing org/group? Is it based on the prod category assigned in the org structure for each purchasing org or purchasing group?
    5. How to do delta prod category replication?
    6. How to do Delta Material Replication?.
    7. Contracts and vendor list:-
        In our SAP training we created these from the browser. But in the actual
        implementation how do we create this?. Is it always from the browser?
    8. Direct Material and Plan driven Procurement.
       Can we use catalog items as direct material?. Just for example - > What
       about ‘Car Batteries’ that  is directly used in production and has the inventory
       also. But we are using electronic catalog for procuring this item. Is it possible to
       order this as direct material?
    9. How to replicate Plant. How to use DNL_PLNT?. Is BBP_LOCATIONS_GET_ALL will replicate all the PLANT's and its locations from the R/3 backend?
    10. In the HR system, which transaction we can view the org structure?

    Hi
    Answers to your questions ->
    1. http://help.sap.com/saphelp_srm50/helpdata/en/e9/d0fc3729b5db48e10000009b38f842/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/74/ec7b3c91c1eb1ee10000000a114084/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/55/d77c3c3fd53228e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/77/e97b3c91c1eb1ee10000000a114084/frameset.htm
    2.  Provided the necessary role is given to the Purchaser (Buyer) in the System.
    a) Yes
    b) Yes
    3. http://help.sap.com/saphelp_srm50/helpdata/en/e5/f5e938b4ece075e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/70/00c73a584611d6b21700508b5d5211/frameset.htm
    4. http://help.sap.com/saphelp_srm50/helpdata/en/2c/867d3ca2156c6ae10000000a114084/frameset.htm
    The vendor ORG has to be seperately created through trasaction PPOCV_BBP before replicating the Vendors from the R/3 System.
    http://help.sap.com/saphelp_srm50/helpdata/en/70/00c73a584611d6b21700508b5d5211/frameset.htm
    5. http://help.sap.com/saphelp_srm50/helpdata/en/42/d3b671ba67136fe10000000a1553f7/frameset.htm
    6.  http://help.sap.com/saphelp_srm50/helpdata/en/29/d586398dcfd74fe10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/05/9b8139437eac2ae10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/f5/b4bcdac7c40c4dba53e3695d18236c/frameset.htm
    7. Yes, from Browser it's quite easy and is quite user-friendly.
    8.
    http://help.sap.com/saphelp_srm50/helpdata/en/d3/4b9c3b122efc6ee10000000a114084/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/18/db183d30805c59e10000000a114084/frameset.htm
    9.
    You can use the following three routines to download locations from the backend system and store them as business partners in SAP Enterprise Buyer.
    BBP_LOCATIONS_GET_ALL
    To get all the location numbers from each backend system that is connected
    BBP_LOCATIONS_GET_FROM_SYSTEM
    To get all the location numbers from one particular backend system
    BBP_LOCATIONS_GET_SELECTED
    To get selected locations
    Previously, locations were not given business partner numbers in SAP Enterprise Buyer. If you are configuring an upgrade, you can use routines BBP_LOCATIONS_GET_FROM_SYSTEM and BBP_LOCATIONS_GET_SELECTED to check that the following conversions have been made:
    ·        Conversion of user favorites
    ·        Conversion of user attributes
    ·        Conversion of old documents
    Routine BBP_LOCATIONS_GET_ALL checks these automatically.
    Once you have run the routines, the location data is available in the SAP Enterprise Buyer system. Table BBP_LOCMAP contains the mapping information (in other words, which business partner number corresponds to which location in which backend system).
    For more information, see SAP Note 563180 Locations for EBP 4.0 – plant replication
    http://help.sap.com/saphelp_srm50/helpdata/en/62/fb7d3cb7f58910e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/77/e97b3c91c1eb1ee10000000a114084/frameset.htm
    10. PPOCA_BBP(Create) / PPOMA_BBP(Change) / PPOSA_BBP(Display).
    Regards
    - Atul

Maybe you are looking for

  • Background tasks

    Why don't I have background tasks option in settings on my Nokia lumia 610 mobile phone as my weather app won't automatically update and it says turn on in settings background tasks? Please help

  • Delete a line item from Sales Doc type RE

    Unable to delete a line item from a sales order linked to document type RE.  Get a long runtime - no specific error message.  Use the 'Stop Transaction' option to end the transaction. Have done thorough testing and can delete line items linked to all

  • HP HD-2200

     My computer crashed due to a bad motherboard. Installed a new motherboard. Then installed HP HD-2200 webcam. The web cam does not work in Yahoo. What do I do?

  • I cannot connect to itunes

    I Have an iphone6 and ipad air and i cannot connect to itunes

  • Oracle Text performance -- failed attempts

    We are trying to implement a simple search of text data stored in a heavily used table (inserts/updates). There are 3 columns to index -- Headline (varchar2(255)) Subheadline (varchar2(255)) Teaser (varchar2(4000)) The first attempt to implement Orac