Ship to address doesn't display in PO

Hello all.
When one of our purchasers made a PO, this PO doesnu2019t display the ship-to address, the field is empty. The user was customized in PPOMA_BBP with several internal addresses and we check one of them like default address, however the field still empty.
This case only appear whit one user, in others users, include user of the same unit org. the addresses are ok.
Please, any suggestion?

Hi Rahul
can you see his shopiing cart. since ship to address must copy into PO from sc.
however check his attribute inheritance
bbp_read_attributes
The ship to addresses are maintained manually in SRM system .
do you maintain ADDR_SHIPT maintained in PPOMA_BBP
The ship to addresses are maintained using web transaction 'Edit Internal Addresses'.
br
muthu

Similar Messages

  • Ship-to Address" screen in SRM browser need to change to display only

    Hi Freinds,
    Ship-To Address" screen in SRM browser needs to change to "Display" only. The users shouldn´t have the possibility to change the delivery address in the screen to their own private address.
    Is it possbile to do any changes in SRM itself or else its purely JAVA HTML work.
    Kindly i need you guys help to resolve the above development.
    Regards
    Vivek

    Hello Vivek,
    Solution given by Suneel should be OK.
    Nevertheless, if Ship-To must be only in display mode for all users (independently of their role) and only for particular document types, you can manage it with partner schema:
    SAP Implementation Guide > SAP Supplier Relationship Management > SRM Server > Cross-Application Basic Settings > Define Partner Schema
    Then maintain this partner schema ID to your concerned document type:
    SAP Implementation Guide > SAP Supplier Relationship Management > SRM Server > Cross-Application Basic Settings > Define Transaction Types
    Regards.
    Laurent.

  • How to enable the 'Ship-To Address' field only in 'display ' mode in the SC

    Hello,
    We would like the 'Ship-To Address' field to be locked for change mode in the SC.
    Regards,
    Lina

    Hi ,
    If you wish to hide or show fields, proceed as follows(through screen variants):
    1. Determine the screen variant, for example, BBP_SC(For shopping cart), using the list in documentation of BADI BBP_SCREENVARIANT.
    2. Copy this screen variant, for example, in Zbbp_SC, in Transaction SHD0.
    3. Change the new screen variant as required. Note that you can only change the display properties for fields of table controls. You can switch the display on and off.
    4. Implement the appropriate method (see the list above). Fill the export parameter EV_SCVARIANT with the new screen variant.
    You can create multiple screen variants for a screen and then select these in the BAdI depending on the user or on other criteria.
    here is sample code in BADI BBP_SCREENVARIANT implementation after creating Z screen variant.
    Method IF_EX_BBP_SCREENVARIANT~GET_SCREENVARIANT_SC.
    IF iv_progname EQ 'SAPLBBP_SC_UI_ITS'
    AND iv_dynnr EQ '0120'
    AND flt_val EQ c_fltval.
    IF iv_scvariant EQ 'BBP_SC'.
    ev_scvariant = 'Zvariant'.
    ENDIF.
    ENDIF.
    ENDMETHOD.
    Please reward points if helpful..
    Thanks
    Venkatesh

  • How to retrieve name4 data from backend for display on View Ship-to Address

    Hi Everyone,
    I need your advise / help:
    I added name4 in shiptodetails1.jsp for new ship-to address when ordering.  This name4 can be entered, saved to backend and display before submit rder.  but when dispaly the created order, the name4 data is not shown on View Ship-to party Address page.  Seems address.getName4() is not enough, I need to modify some method to retrieve the data from backend address object. Can anyone guide me what and how to enhance forretrieving name4 data from backend, so it can display on View Ship-to Address?
    Any advises / suggestions?
    Thanks, Jin

    Hi Jin,
    I hope you already found the solution but here some more detail.
    I am working on ISA with ECC so I do not have an access to CRM system.
    As you are facing problem to retrieve data from back-end while displaying it on order status page you can debug code of class DetailStrategyR3.class.
    There is a method fillDocument this method call RFC BAPI_ISAORDER_GETDETAILEDLIST. This RFC actually read Order related data from backend and fill the SalesDocument object. Method fillDocument also call other methods like fillShipTo.
    During debug in NWDS you can see address data and check the values of Address object. If Name3 or Name4 and nickName contains no value then you can't get it on JSP page because it is not coming from the RFC.
    So I suggest you should first check DetailStrategyR3.class as it is preparing Document for display purpose. When you open any order on orderstatusdetail page this class comes in Action and prepare SalesDocumet with all necessary information including  Ship to Address of that order. So If here you do not get value in Name3, Name4 or Nickname then you have to do some custom development
    Check Below code while debug in NWDS.
    //fill ship-to information on header and item level
            fillShipTo(document,
                       partnerTable,
                       getDetailedList.getTableParameterList().getTable(
                               "ORDER_ADDRESS_OUT"),
                       connection);
            ShipToData shipTo = document.getHeaderData().getShipToData();
            orderHeader.setShipToData(shipTo);
    Check shipTo object in "Variable" window while debugging. Here you will get address object and can see all the variable value like FirstName, LastName, Name1, NAme2, Name3...NickName etc..... If no value in Name3, Name4 then you will not get on Page.
    I hope this will help you to understand why Name3-Name4-Nickname does not have a Value though you have provided while creating an order.
    Thanks and Regards.
    eCommerce Developer

  • WEB.SHOW_DOCUMENT sometimes doesn't display the generated PDF file

    Hi all,
    I'm using the following code to generated my report from Forms:<br><br>
    V_REPORT_ID := FIND_REPORT_OBJECT(V_REPORT_NAME);
    V_REPORT_SERVER_JOB:= RUN_REPORT_OBJECT(V_REPORT_ID,P_LIST);
        V_JOB_ID := substr(V_REPORT_SERVER_JOB,length(:GLOBAL.REPORTS_SERVER)+2,length(V_REPORT_SERVER_JOB));
        V_REPORT_STATUS := REPORT_OBJECT_STATUS(V_REPORT_SERVER_JOB);
    LOOP
       IF V_REPORT_STATUS = 'FINISHED' THEN          
          V_TMP_PDF := :GLOBAL.APACHE_HTML_FOLDER ||'rpt'|| V_JOB_ID  ||'.pdf' ;
         COPY_REPORT_OBJECT_OUTPUT(V_REPORT_SERVER_JOB, V_TMP_PDF );
        WEB.SHOW_DOCUMENT(:GLOBAL.AS_HOME_URL ||  'rpt'|| V_JOB_ID  ||'.pdf' ,'_BLANK');     
        END IF;
    END LOOP; <br><br>
    Everything works fine except the WEB.SHOW_DOCUMENT part. In some clients, this command does what it required from it and opens a new browser window with the PDF report displayed on it. In some other clients, this command does nothing: now window dispalyed. When I refer to the Application Server, I see the PDF report successfully generated there. When I put the URL of the generated report manually in the browser address, I can see the report.
    <br><br>
    <b>Why the WEB.SHOW_DOCUMENT doesn't display the generated PDF report in some clients?</b>

    I agree with the previous 2 posters.
    Also firefox and ie handle it differently. Make sure you test on what your clients use.
    Sometimes acrotray.exe is completely retarded and doesn't work.

  • BP master data ship to address show in SO

    Dear All,
    In the BP master data, there is a Addresses tab, inside this tab, there is the Ship to address with Address Name, Zip Code, State... etc.
    In the Sales Order, there is a Logistic tab, in the Ship to, user can select which address want to be selected for the default ship to address, in the textbox of the ship to address, would like to enquiry how to set which line of Ship to address can set in here? for example, i just want to display the Address Name and State, but not the Zip Code.
    Thank you very much!

    Hi!
    It's very much possible.
    Do the setting in
    Administration > setup > Business Partner > Address Format
    1. Go to Find Mode
    2. Press *
    3. Select your Country code
    4. Change the Address Format as you wish.
    5. Restart SAP Once Again.
    --- See to that all other users are logged out from SAP B1

  • JSP doesn't display Oracle varchar2 Items on screen

    I recently bought new laptop with windows XP professional with service pack 2. Loaded Oracle 10g Client on it. I have a Dell server with Linux and Oracle database 9i. Accessed the this database through new laptop using SQL plus window and works OK. (With that it is sure that my hosts file updated correct with proper IP address of server and tnsnames.ora files).
    I have created a JSP application to access this database. It works perfectly OK in my old laptop with Windows XP home with service pack1. The connections are established through ODBC Data Source Administrator (Control Panel->Administrative Tools->Data Sources) by adding a System Data Source. The application works perfectly OK and displays all fields that I intended and coded for. Only thing is it has Oracle 9i client.
    But the same application in the new laptop doesn't work properly. It doesn't display Varchar2 values. It displays only Number and Date data types. This shows it is connecting to the database (oracle 9i). But varchar2 values are not displayed. The connections are established through ODBC Data Source Administrator.
    I'm using Tomcat server (jakart-tomcat-5.0.27) on both the laptop. Please help me here.

    Suggestion: don't use the ODBC driver to connect to Oracle. I presume you are using sun's JDBC-ODBC bridge?
    Oracle have got a reasonably good 100% java JDBC driver which is all you need, and is a lot better than the ODBC bridge. I would recommend using the Oracle thin driver.
    Your java code should remain largely unchanged. The only thing you would need to alter would be
    1 - driver class being loaded (oracle.jdbc.driver.OracleDriver)
    2 - driver url (default would be something like: jdbc:oracle:thin:@127.0.0.1:1521:ORCL)
    3 - You would need the oracle jdbc driver in the classpath (ojdbc14.jar) You can find that in [ORA_HOME]/jdbc/lib
    If you've written your database connection using a JNDI datasource, then all you would need to change would be the configuration in your tomcat server.
    Hope this helps,
    evnafets

  • Youtube video screen doesn't display with firefox 3.6.15 and adobe flash plug-in 10,2,152,32 installed.

    The video screen (and its controls) doesn't display. All the other parts of the screen display correctly.

    Yep, looks that way to me, too. There's (right this second) '''147''' folks on this thread: ->https://support.mozilla.com/en-US/questions/789534 and
    '''504''' on this thread: ->https://support.mozilla.com/en-US/questions/776670?page=2#answer-143849, not counting our''' 7 '''on this one (my screen's white, too). There's indications that it's a Google/Adobe thing, or a Google/YouTube thing. (That one's after linking Goggle Acct with YouTube.
    And yes, it was still messed up in Safe Mode.
    My take on it is to removing/disallowing cookie setting on YouTube for now, till '''whoever '''finally gets it fixed.
    I hope they'll send a email telling all of us when it's fixed. Heaven knows they have our addresses...
    OOPS--and another '''93'''on this thread: ->https://support.mozilla.com/en-US/questions/789443 And '''117''' on this one:->https://support.mozilla.com/en-US/questions/789576

  • Logo doesn't display in IE7

    Hi, New to Dreamweaver.  Followed basic design example from a CS5 class by James Williamson on Lynda.com.  All layout and standard features including images and background images are fine except my logo.  It is positioned absolutely in upper left corner within the body, wrapper and header div. When previewing in browser lab the logo doesn't display in IE7.  Works fine in other browsers and IE8.  On browser compatibility check I get mention of float drop on my footer, but I don't think that would be my problem.  Please help me.  I want to make a template, but not with an image problem.

    Thank you Richard.  I used both validations and only received error & warning for ampersand in line 94.  No problems with my main.css  I'll try the fix later.  I guess I have to copy and paste the code, I don't know how to get you a link since the file is still local.  I'll start with htm page.  Excuse my novice skills.  I also put extra code in to try and fix float drop error, to no avail.  Thank you.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!--[if IE]>
    <style type="text/css">
      body {word-wrap: break-word;}
    </style>
    <![endif]-->
    <title>base template</title>
    <link href="_css/main.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="_css/newspry.css" rel="stylesheet" type="text/css" />
    </head>
    <body id="body">
    <div id="wrapper">
      <div id="header"></div>
      <div id="mainNav">
        <ul id="MenuBar1" class="MenuBarVertical">
          <li><a href="#">Home</a></li>
          <li><a href="#" class="MenuBarItemSubmenu">Services</a>
            <ul>
              <li><a href="#" class="MenuBarItemSubmenu">Wellness Care</a>
                <ul>
                  <li><a href="#">Puppies &amp; Kittens</a></li>
                  <li><a href="#">Vaccinations</a></li>
                  <li><a href="#">Parasite Prevention</a></li>
                  <li><a href="#">Senior Pet Care</a></li>
                </ul>
              </li>
              <li><a href="#">Exotics</a></li>
              <li><a href="#">General Surgery</a></li>
              <li><a href="#">Dental Care</a></li>
              <li><a href="#">Spay &amp; Neuter</a></li>
              <li><a href="#">Pain Management</a></li>
              <li><a href="#">Boarding</a></li>
              <li><a href="#">Microchipping</a></li>
              <li><a href="#">End of Life Care</a></li>
            </ul>
          </li>
          <li><a class="MenuBarItemSubmenu" href="#">About Us</a>
            <ul>
              <li><a href="#">Doctors</a></li>
              <li><a href="#">Staff</a></li>
              <li><a href="#">Tour</a></li>
            </ul>
          </li>
          <li><a href="#" class="MenuBarItemSubmenu">Admissions</a>
            <ul>
              <li><a href="#">Appointments</a></li>
              <li><a href="#">Boarding Reservations</a></li>
              <li><a href="#">New Clients</a></li>
              <li><a href="#">Accepted Payment</a></li>
            </ul>
          </li>
          <li><a href="#">Rx Refills</a></li>
          <li><a href="#">Pet Gallery</a></li>
          <li><a href="#">Pet Resources</a></li>
          <li><a href="#">Community Involvement</a></li>
          <li><a href="#">News</a></li>
          <li><a href="#" class="MenuBarItemSubmenu">Contact Us</a>
            <ul>
              <li><a href="#">Map</a></li>
              <li><a href="#">Hours</a></li>
              <li><a href="#">Email</a></li>
              <li><a href="#">Comments</a></li>
            </ul>
          </li>
        </ul>
      </div>
      <div id="mainContent">
        <div id="target">
          <div id="bullseye"></div>
          <div id="afterhours">After Hours Emergencies</div>
        </div>
        <h1 id="pageID">Our Mission</h1>
        <p>Our mission is to provide your pets with quality veterinary  care in a compassionate and caring environment and to provide our pet owners  with the information they need to enjoy life with their pets to the fullest.<br />
          A veterinary hospital serving the Lakeland, Florida  community since 1993.</p>
        <img src="_images/hospfrontcynthia_edited-1-3.jpg" width="320" height="213" alt="hospital" />
        <h2>h2 sample</h2>
        <h3 id="mainarticle">h3 sample</h3>
        <p> </p>
        <p>this is a paragraph. This paragraph 2 in the main article in main content. Descendent selectors make up 90% of CSS styles. </p>
      </div>
      <div id="sidebar"></div>
      <div id="footer">
        <div class="footer" id="footerNav">
          <h1 >Thompson Animal Hospital</h1>
          <p>6615 S. Florida Ave</p>
          <p> Lakeland, Florida  33813 </p>
          <p>(863)648-4886</p>
          <h1>Map & Directions    ׀     Email Us </h1>
          <h2><strong> Monday – Friday </strong></h2>
          <p>8 am – 5 pm </p>
          <h2><strong>Saturday </strong></h2>
          <p>8:30 – 12 noon </p>
          <h2><strong>Sunday </strong></h2>
          <p>Closed </p>
          <p></p>
        </div>
        <div id="footerNav2">Content for  id "footerNav2" Goes Here</div>
      </div>
      <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
      </script>
    </div>
    </body>
    </html>
    my main.css
    a {
    color: #3366CC;
    text-decoration: none
    /*^1-----------------global constants-----------*/
    html, body {
    margin: 0px;
    padding: 0px;
    h1, h2, h3, h4, h5, p, address, blockquote, div, ul, li {
    margin: 0;
    padding: 0;
    p {
    color: #333;
    line-height: 1.8;
    margin-bottom: 1em;
    a:link, a:visited {
    color: #FFC559;
    text-decoration: none;
    a:hover, a:active {
    color: #F60;
    border-bottom: 1px dashed #F60;
    body {
    background: #FC6 url(../_images/grad3.gif) repeat-x;
    text-align: center;
    margin-top: 25px;
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 100%;
    line-height: 2em;
    h1,h2,h3 {
    clear: both;
    #wrapper {
    background: #fff;
    width: 930px;
    text-align: left;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    #target {
    height: 40px;
    width: 200px;
    left: 5px;
    float: right;
    padding-right: 10px;
    padding-left: 5px;
    font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 0.8em;
    font-weight: normal;
    color: #C03;
    #header {
    background: url(../_images/TAH_logo_web200x126.jpg);
    height: 132px;
    width: 206px;
    position: absolute;
    left: 3px;
    top: 3px;
    #bullseye {
    background: #FFF url(../_images/target.gif) no-repeat;
    float: left;
    height: 26px;
    width: 26px;
    margin-top: 5px;
    padding: 3px;
    overflow:hidden
    #afterhours {
    margin-left: 38px;
    padding: 3px;
    /*----- color guide -----
    #FFC559   BUBBLES ORANGE
    #9CC2E2  LESTER BLUE
    #BCBFC2  GRAY
    #C00           RED
    #69C            darker than lester blue                */
    h1 {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1.2em;
    line-height: 1.8em;
    font-weight: bold;
    color: #69C;
    margin-bottom: 0.4em
    h2 {font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1.6em;
    color: #BCBFC2;
    font-weight: normal;
    margin: 1.2em 0 1em;
    h3 {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1.3em;
    color: #666;
    font-weight: normal;
    margin: 1.2em 0 0.5em;
    h4 {
    color: #000000
    #mainNav {
    background: #fff;
    float: left;
    margin-top: 150px;
    width: 200px;
    #mainContent {
    background: #fff;
    width: 670px;
    float: right;
    margin-bottom: 45px;
    padding-right: 25px;
    margin-top: 0px;
    #mainContent h1 {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1.8em;
    margin-bottom: 0.4em;
    font-weight: bold;
    clear: both;
    #mainContent h1#pageID {
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 46px;
    padding-bottom: 0.25em;
    border-bottom: 2px solid #69C;
    #mainContent p {
    font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 1em;
    margin-bottom: 1em;
    #mainContent h2 {
    font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 1.6em;
    line-height: 1.4;
    color: #999;
    margin-bottom: 1em;
    margin-top: 1.2em;
    #mainContent h3 {
    font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 1.3em;
    line-height: 1.2;
    color: #999;
    margin: 1.25em 0 0.5em;
    table {
    color: #FFFFFF
    td, th {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1em;
    line-height: 2em;
    color: #333333
    textarea {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1em
    ul {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1em;
    list-style-type: square;
    list-style-position: outside
    .BulletBackgroundColor {
    color: #FFFFFF
    .DataColor {
    color: #DEDECA
    .footer {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1.167em;
    font-weight: bold;
    line-height: 1.83em;
    color: #333333;
    background-color: #CCCCCC;
    overflow: hidden;
    .FormBackgroundColor {
    color: #CCCCCC
    .ImageTitleColor {
    color: #CCCCCC
    .LabelColor {
    color: #CCCCCC
    .ListColorEven {
    color: #CCCCCC
    .ListFooterColor {
    color: #333333
    .ListHeaderColor {
    color: #333333
    .ListColorOdd {
    color: #DEDECA
    .ListTitleColor {
    color: #CCCCCC
    .NavigationBackgroundColor {
    color: #666666
    .NavigationColor {
    color: #CCCCCC
    .NewsDataColor {
    color: #DEDECA
    #sidebar {
    background: #FCC;
    width: 200px;
    clear: left;
    float: left;
    font-size: 0.9em;
    line-height: 1.2;
    #footer {
    background: url(../_images/tahext.gif) no-repeat;
    height: 525px;
    width: 870px;
    padding: 45px 30px 30px;
    clear: both;
    margin-top: 45px;
    font-size: 0.7em;
    overflow:hidden;
    .StoryTitle {
    color: #000000;
    font-weight: bold
    .StoryContentColor {
    color: #000000
    .TitleColor {
    color: #000000
    a:hover {
    text-decoration: underline
    tr.ListHeaderColor th {
    text-align: left;
    }.small {
    font-size: 85%;
    #pageID {
    #footerNav {
    margin: 0px;
    width: 210px;
    background: #FC6;
    float: left;
    #footer #footerNav p {
    text-align: left;
    line-height: 0.5px;
    color: #666;
    font-weight: normal;
    #footer #footerNav h1 {
    font-size: 1em;
    line-height: 1.8em;
    font-weight: bold;
    color: #369;
    font-variant: normal;
    overflow: hidden;
    #footer #footerNav h2 {
    color: #666;
    font-size: 1em;
    line-height: 0.5em;
    font-weight: normal;
    #footerNav2 {
    margin: 0px;
    float: right;
    height: 300px;
    width: 200px;
    clear: right;
    top: auto;
    right: auto;
    a {
    color: #3366CC;
    text-decoration: none
    /*^1-----------------global constants-----------*/
    html, body {
    margin: 0px;
    padding: 0px;
    h1, h2, h3, h4, h5, p, address, blockquote, div, ul, li {
    margin: 0;
    padding: 0;
    p {
    color: #333;
    line-height: 1.8;
    margin-bottom: 1em;
    a:link, a:visited {
    color: #FFC559;
    text-decoration: none;
    a:hover, a:active {
    color: #F60;
    border-bottom: 1px dashed #F60;
    body {
    background: #FC6 url(../_images/grad3.gif) repeat-x;
    text-align: center;
    margin-top: 25px;
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 100%;
    line-height: 2em;
    h1,h2,h3 {
    clear: both;
    #wrapper {
    background: #fff;
    width: 930px;
    text-align: left;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    #target {
    height: 40px;
    width: 200px;
    left: 5px;
    float: right;
    padding-right: 10px;
    padding-left: 5px;
    font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 0.8em;
    font-weight: normal;
    color: #C03;
    #header {
    background: url(../_images/TAH_logo_web200x126.jpg);
    height: 132px;
    width: 206px;
    position: absolute;
    left: 3px;
    top: 3px;
    #bullseye {
    background: #FFF url(../_images/target.gif) no-repeat;
    float: left;
    height: 26px;
    width: 26px;
    margin-top: 5px;
    padding: 3px;
    overflow:hidden
    #afterhours {
    margin-left: 38px;
    padding: 3px;
    /*----- color guide -----
    #FFC559   BUBBLES ORANGE
    #9CC2E2  LESTER BLUE
    #BCBFC2  GRAY
    #C00           RED
    #69C            darker than lester blue                */
    h1 {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1.2em;
    line-height: 1.8em;
    font-weight: bold;
    color: #69C;
    margin-bottom: 0.4em
    h2 {font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1.6em;
    color: #BCBFC2;
    font-weight: normal;
    margin: 1.2em 0 1em;
    h3 {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1.3em;
    color: #666;
    font-weight: normal;
    margin: 1.2em 0 0.5em;
    h4 {
    color: #000000
    #mainNav {
    background: #fff;
    float: left;
    margin-top: 150px;
    width: 200px;
    #mainContent {
    background: #fff;
    width: 670px;
    float: right;
    margin-bottom: 45px;
    padding-right: 25px;
    margin-top: 0px;
    #mainContent h1 {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1.8em;
    margin-bottom: 0.4em;
    font-weight: bold;
    clear: both;
    #mainContent h1#pageID {
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 46px;
    padding-bottom: 0.25em;
    border-bottom: 2px solid #69C;
    #mainContent p {
    font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 1em;
    margin-bottom: 1em;
    #mainContent h2 {
    font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 1.6em;
    line-height: 1.4;
    color: #999;
    margin-bottom: 1em;
    margin-top: 1.2em;
    #mainContent h3 {
    font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 1.3em;
    line-height: 1.2;
    color: #999;
    margin: 1.25em 0 0.5em;
    table {
    color: #FFFFFF
    td, th {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1em;
    line-height: 2em;
    color: #333333
    textarea {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1em
    ul {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1em;
    list-style-type: square;
    list-style-position: outside
    .BulletBackgroundColor {
    color: #FFFFFF
    .DataColor {
    color: #DEDECA
    .footer {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1.167em;
    font-weight: bold;
    line-height: 1.83em;
    color: #333333;
    background-color: #CCCCCC;
    overflow: hidden;
    .FormBackgroundColor {
    color: #CCCCCC
    .ImageTitleColor {
    color: #CCCCCC
    .LabelColor {
    color: #CCCCCC
    .ListColorEven {
    color: #CCCCCC
    .ListFooterColor {
    color: #333333
    .ListHeaderColor {
    color: #333333
    .ListColorOdd {
    color: #DEDECA
    .ListTitleColor {
    color: #CCCCCC
    .NavigationBackgroundColor {
    color: #666666
    .NavigationColor {
    color: #CCCCCC
    .NewsDataColor {
    color: #DEDECA
    #sidebar {
    background: #FCC;
    width: 200px;
    clear: left;
    float: left;
    font-size: 0.9em;
    line-height: 1.2;
    #footer {
    background: url(../_images/tahext.gif) no-repeat;
    height: 525px;
    width: 870px;
    padding: 45px 30px 30px;
    clear: both;
    margin-top: 45px;
    font-size: 0.7em;
    overflow:hidden;
    .StoryTitle {
    color: #000000;
    font-weight: bold
    .StoryContentColor {
    color: #000000
    .TitleColor {
    color: #000000
    a:hover {
    text-decoration: underline
    tr.ListHeaderColor th {
    text-align: left;
    }.small {
    font-size: 85%;
    #pageID {
    #footerNav {
    margin: 0px;
    width: 210px;
    background: #FC6;
    float: left;
    #footer #footerNav p {
    text-align: left;
    line-height: 0.5px;
    color: #666;
    font-weight: normal;
    #footer #footerNav h1 {
    font-size: 1em;
    line-height: 1.8em;
    font-weight: bold;
    color: #369;
    font-variant: normal;
    overflow: hidden;
    #footer #footerNav h2 {
    color: #666;
    font-size: 1em;
    line-height: 0.5em;
    font-weight: normal;
    #footerNav2 {
    margin: 0px;
    float: right;
    height: 300px;
    width: 200px;
    clear: right;
    top: auto;
    right: auto;
    a {
    color: #3366CC;
    text-decoration: none
    /*^1-----------------global constants-----------*/
    html, body {
    margin: 0px;
    padding: 0px;
    h1, h2, h3, h4, h5, p, address, blockquote, div, ul, li {
    margin: 0;
    padding: 0;
    p {
    color: #333;
    line-height: 1.8;
    margin-bottom: 1em;
    a:link, a:visited {
    color: #FFC559;
    text-decoration: none;
    a:hover, a:active {
    color: #F60;
    border-bottom: 1px dashed #F60;
    body {
    background: #FC6 url(../_images/grad3.gif) repeat-x;
    text-align: center;
    margin-top: 25px;
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 100%;
    line-height: 2em;
    h1,h2,h3 {
    clear: both;
    #wrapper {
    background: #fff;
    width: 930px;
    text-align: left;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    #target {
    height: 40px;
    width: 200px;
    left: 5px;
    float: right;
    padding-right: 10px;
    padding-left: 5px;
    font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 0.8em;
    font-weight: normal;
    color: #C03;
    #header {
    background: url(../_images/TAH_logo_web200x126.jpg);
    height: 132px;
    width: 206px;
    position: absolute;
    left: 3px;
    top: 3px;
    #bullseye {
    background: #FFF url(../_images/target.gif) no-repeat;
    float: left;
    height: 26px;
    width: 26px;
    margin-top: 5px;
    padding: 3px;
    overflow:hidden
    #afterhours {
    margin-left: 38px;
    padding: 3px;
    /*----- color guide -----
    #FFC559   BUBBLES ORANGE
    #9CC2E2  LESTER BLUE
    #BCBFC2  GRAY
    #C00           RED
    #69C            darker than lester blue                */
    h1 {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1.2em;
    line-height: 1.8em;
    font-weight: bold;
    color: #69C;
    margin-bottom: 0.4em
    h2 {font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1.6em;
    color: #BCBFC2;
    font-weight: normal;
    margin: 1.2em 0 1em;
    h3 {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1.3em;
    color: #666;
    font-weight: normal;
    margin: 1.2em 0 0.5em;
    h4 {
    color: #000000
    #mainNav {
    background: #fff;
    float: left;
    margin-top: 150px;
    width: 200px;
    #mainContent {
    background: #fff;
    width: 670px;
    float: right;
    margin-bottom: 45px;
    padding-right: 25px;
    margin-top: 0px;
    #mainContent h1 {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1.8em;
    margin-bottom: 0.4em;
    font-weight: bold;
    clear: both;
    #mainContent h1#pageID {
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 46px;
    padding-bottom: 0.25em;
    border-bottom: 2px solid #69C;
    #mainContent p {
    font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 1em;
    margin-bottom: 1em;
    #mainContent h2 {
    font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 1.6em;
    line-height: 1.4;
    color: #999;
    margin-bottom: 1em;
    margin-top: 1.2em;
    #mainContent h3 {
    font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
    font-size: 1.3em;
    line-height: 1.2;
    color: #999;
    margin: 1.25em 0 0.5em;
    table {
    color: #FFFFFF
    td, th {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1em;
    line-height: 2em;
    color: #333333
    textarea {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1em
    ul {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1em;
    list-style-type: square;
    list-style-position: outside
    .BulletBackgroundColor {
    color: #FFFFFF
    .DataColor {
    color: #DEDECA
    .footer {
    font-family: Georgia,
                 Palatino,
                 "Palatino Linotype",
                 Times,
                 "Times New Roman",
                 serif;
    font-size: 1.167em;
    font-weight: bold;
    line-height: 1.83em;
    color: #333333;
    background-color: #CCCCCC;
    overflow: hidden;
    .FormBackgroundColor {
    color: #CCCCCC
    .ImageTitleColor {
    color: #CCCCCC
    .LabelColor {
    color: #CCCCCC
    .ListColorEven {
    color: #CCCCCC
    .ListFooterColor {
    color: #333333
    .ListHeaderColor {
    color: #333333
    .ListColorOdd {
    color: #DEDECA
    .ListTitleColor {
    color: #CCCCCC
    .NavigationBackgroundColor {
    color: #666666
    .NavigationColor {
    color: #CCCCCC
    .NewsDataColor {
    color: #DEDECA
    #sidebar {
    background: #FCC;
    width: 200px;
    clear: left;
    float: left;
    font-size: 0.9em;
    line-height: 1.2;
    #footer {
    background: url(../_images/tahext.gif) no-repeat;
    height: 525px;
    width: 870px;
    padding: 45px 30px 30px;
    clear: both;
    margin-top: 45px;
    font-size: 0.7em;
    overflow:hidden;
    .StoryTitle {
    color: #000000;
    font-weight: bold
    .StoryContentColor {
    color: #000000
    .TitleColor {
    color: #000000
    a:hover {
    text-decoration: underline
    tr.ListHeaderColor th {
    text-align: left;
    }.small {
    font-size: 85%;
    #pageID {
    #footerNav {
    margin: 0px;
    width: 210px;
    background: #FC6;
    float: left;
    #footer #footerNav p {
    text-align: left;
    line-height: 0.5px;
    color: #666;
    font-weight: normal;
    #footer #footerNav h1 {
    font-size: 1em;
    line-height: 1.8em;
    font-weight: bold;
    color: #369;
    font-variant: normal;
    overflow: hidden;
    #footer #footerNav h2 {
    color: #666;
    font-size: 1em;
    line-height: 0.5em;
    font-weight: normal;
    #footerNav2 {
    margin: 0px;
    float: right;
    height: 300px;
    width: 200px;
    clear: right;
    top: auto;
    right: auto;

  • Remote Server doesn't display SPRY Tabbed Panel

    I'm using DW CS4.  I inserted a SPRY Tabbed Panel in the main page for navigation.  The local development and testing server displays the Panel, but the remote server (Go Daddy) does not.  All of the data from the panel is displayed in one log page without the tab feature.
    The site's address is:  mailbox.mikeklonecki.com
    I saw a couple of other posts for a slideshow error using SPRY in DW, but this seems to be different behavior.  I don't get an error, rather the panel just doesn't display.
    Any feedback would be greatly appreciated.  Thank you in advance.

    I apologize.  I found my answer.
    Two required files (one .js and one .css) were not loaded into the right folder, so the page didn't have access to them.  After re-locating the files, the Tabbed panel works just fine.
    Please disregard the inquiry.

  • Safari doesn't display Cyrillic domain name correctly

    Hello there,
    I wonder why is that Safari doesn't display Cyrillic domain name with .укр TLD correctly, that is official Ukrainian Cyrillic TLD.
    For example, if you visit the official website of the President of Ukraine, by typing: президент.укр in your Safari web-browser address bar instead you will see this: xn--d1abbgf6aiiy.xn--j1amh
    On the other hand, if you visit the official website of the Russian president by typing the Cyrillic domain name with .рф TLD: президент.рф, it will be displayed correctly in Safari address bar.
    For me it sounds as some form of discrimination, and I think it should be corrected ASAP.
    Is there any solution to this?
    This is an issue on all Safari web-browsers running on latest iOS of iPhones, iPads and iPods.

    To ask Apple to fix this, you need to repost it at
    http://www.apple.com/feedback
    If I remember right, display of such domains in the original script may depend on whether the domain officials have policies in place to safeguard against potential confusion between names that look the same in cyrillic and latin.  But it could also be a simple oversight.
    Each browser may be different:  Do Firefox and Chrome behave the same?

  • Outlook Web Access doesn't display when in a Page

    Hi guys,
    I have set up an IView to access Outlook Webmail, as per the normal help documents, and the IView works perfectly - displays my Inbox and everything. If I add the IView into a workset, users are able to view their Inbox too.
    However, If I create a Page and put the IView on that page, the Inbox no longer displays - it just has a blank window where the Inbox should appear. Right-clicking on the blank page and going to Properties, I can see that its going to the correct web address.
    My question is, why doesn't the Inbox display when the IView is in a Page?
    Thanks,
    Michael.
    PS, Here's something unusual... In Content Administration --> Portal Content, when I right-click on the Page and choose "preview" it displays the Inbox properly. However, it doesn't display when its accessed from a Workset.

    Yes, I have added the Page to the Workset, and also the IView to the Page.
    If I set up a temporary workset, And assign the 2 objects to it (the IView and the Page), they appear as links at the top of my Portal. When I click the link assigned to the IView, the Inbox is shown. When I click the link assigned to the Page, it only shows a blank window instead of the Inbox.
    Michael.

  • The document Address doesn't show the block when country isn't USA

    hello
    i have a little problem, when I create a new document for a customer which ship to address's country is different from USA, the document Address doesn't  show the block. i checked the bp address in the bp master data and the block is written, also when i click on the ... button near the ship or bill to address the block has a value !! but when i go back to the document, there is an empty space where the block has to be in the document address.
    is there any configuration to solve this problem
    thanks a lot!

    Hi,
    The configuration is under Admin-Setup-BP-Address Format. Each country has a built-in format for address initially.
    Thanks,
    Gordon

  • My new 4s doesn't display as a 'device' in iTunes on my new mac air like it did with my  3gs, my new 4s doesn't display as a 'device' in iTunes on my new mac air like it did with my  3gsny thips??

    My new 4s doesn't display as a "Device" in iTunes on my Mac air - it doesn't seem to recognize it at all.
    I can't load music, address books, sync in any way??
    Advice would be welcome
    Thanks.
    m

    http://support.apple.com/kb/TS1591

  • How to modify Ship-to address when adding item into SC

    Hello,
    I need to modify a Delivery address (ship-to) address of a shopping cart.
    I tried to create a implementation of BADI BBP_DOC_CHANGE_BADI, method BBP_SC_CHANGE where I tried to loop at et_partner, searching for ship-to address partner (partner_fct = 00000027)
    I updated the building, floor and room fields for this partner
    <fs_partner>-building_p = l_usr_addr-building.
    <fs_partner>-floor_p    = l_usr_addr-floor.
    <fs_partner>-room_no_p  = l_usr_addr-roomnumber.
    but it's ignored in Delivery address tab (the data is not shown) until I clear the ADDR_NO field:
    CLEAR <fs_partner>-addr_no.
    In this case the Delivery address tab displays correct data
    But when this shopping cart requires to be approved (ie because of not enough spending limit of the requistioner), the Approver opens the shopping cart, the delivery address is OK. But when he choose Reject (or any kind of edit action), then click on Delivery address tab, all address fields are empty
    Please suggest how can modify the Delivery adrress ?

    Hello Miroslav,
    As you cleared ADDR_NO, address data for partner Ship-To are deleted: this is logic...
    You need to populate correct ADDR_NO to your Ship-To partner.
    Have a look at wiki below:
    [Delivery Address in Shopping Cart - How does it work ?|http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=230261594]
    Regards.
    Laurent.

Maybe you are looking for

  • Report Generation Toolkit Excel Vi's do not run after creating an executable​. What am I missing?

    I have labview 8.5 and Report Generation Toolkit version 1.1.2.   My vi works fine during development. When I make an executable or an installer the excel vi's do not work. I have seen this question posted before but it has always been for earlier re

  • Use of LIKE in where clause of select statement for multiple records

    Hi Experts, I have a account number field which is uploaded from a file. Now this account numbers uploaded does not match fully with sap table account numbers but it contains all of the numbers provided in the file mostly in the upright positions. Fo

  • Connect SQL Server through DBCO - DBCONNECT

    Hi Guys, I am trying to connect to one of the SQL Server in my Domain. I have made entries as mentioned by SAP note in DBCO Transaction. When I am testing connection through program 'ADBC_TEST_CONNECTION' it is showing me following error: Testing a D

  • Sub Columns in ALV Report

    Hi , I developing one ALV report , in that i required main column with some sub columns.. so how i develop this ? e.g. GIN QTY MVT UMO

  • Function Module question

    Hello, When i execute this code, I am getting a run-time short dump. The error says: 'Overwritten protection field'. The error says that we cannot modify the field-symbols. The error points to the highlighted portion of the code. How to overcome the