Centering Objects?!

How do you center an object/text frame/picture in the center of the page? I don't mean just how to center the text inside a text frame, but actually center the text frame in the smack dab middle of the page without having to eyeball it? So say if I'm making a book cover, how do I make sure that title of the book is in the center of the page? Thanks.
Pat

Ken and Pat,
Note that I replaced the glaring all-caps + 3 exclamation point subject line.
As for a useful subject line, I'll leave that up to Pat: If you have a good subject line that you'd like me to substitute, please let me know. As Ken says, a lot of folks will just pass by generic cries of "HELP!!!" and not bother to answer your question.
Please see this for how to get the best responses to your concerns:
LenHewitt, "How To Get Help Quickly" #, 4 Mar 2004 8:27 am
Thanks.
Neil

Similar Messages

  • Trouble aligning centered objects

    Hi, I want to have 2 objects one a contact form the other is text with links along side each other centered.
    I have enclose two images, one is my best outcome which was done using tables ( which I was not happy as I couldnt edit their margins ) and the secound is an edited image on ps to clarify what I want.
    HTML
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    <link rel="stylesheet" type="text/css" href="layout.css">
    </head>
    <body>
    <div class="wrapOverall">
    <div class="container" id="header container"><div class="header">
               <img class="logo" src="../Home/images/images/Home-Page_03.png" width="447" height="69" boreder="0" />
               <div class="navMain">
                   <div class="navMain">
                       <ul>
                           <li><a href="#"><img src="../Home/images/Home-Page_06 home.png" width="52" height="13" border="0" alt="Home"></a>
                         <li><a href="#"><img src="../Home/images/Home-Page_08 portfolio.png" width="92" height="13" border="0" alt="Portfolio"></a>
                         <li><a href="#"><img src="../Home/images/Home-Page_10 pricing.png" width="57" height="13" border="0" alt="Pricing"></a>
                         <li><a href="#"><img src="../Home/images/Home-Page_12 about.png" width="54" height="13" border="0" alt="About"></a>
                         <li><a href="#"><img src="../Home/images/Home-Page_14 blog.png" width="40" height="13" border="0" alt="Blog"></a>
                         <li><a href="#"><img src="../Home/images/Home-Page_16 contact.png" width="79" height="13" boreder="0" alt="Contact"></a>
                       </ul>
                   </div><!--END navMain-->
    </div><!--END logo-->
    </div><!--END header--></div>
    <!--MAIN CONTENT-->
    <center><table>
        <tr>
            <td width="208">
                <div id="leftContact">
                  <h5><img class="email"><img src="images/images/Contact_Email.jpg" width="106" height="25">                </h5>
                  <h5><img class="emailad"><a href="#"><img src="images/images/Conatct_Email_ad.jpg" width="175" height="23"></a></h5>
                  <h5> </h5>
                  <h5> </h5>
                  <h5><img src="images/images/Contact_Follow.jpg" width="168" height="25"></h5>
                  <h5> <a href="#"><img src="images/images/Contact_fb.jpg" width="103" height="23"></a></h5>
                </div>
            </td>
            <td width="500">
                <div id="rightContact"><iframe width="500" height="550" frameborder="0" src="http://www.foxyform.com/form.php?id=355482&sec_hash=cd579c6c6a8"></iframe></div>
            </td>
        </tr>
    </table></center>
    <!-- END MAIN CONTENT-->
      <div class="container" id="footer"><div class="footer">
                    <img src="../Home/images/images/Home-Page_25-copyright_25.png" alt="" width="166" height="30" class="copyright" boreder="0"/>
                        <div class="fbLike">
      <script type="text/javascript">
    // BeginOAWidget_Instance_2149022: #OAWidget
        var urlToLike = 'http://www.facebook.com/DKphotos.net';
        if (urlToLike == '') {
                urlToLike = window.location.href;
          urlToLike = encodeURIComponent(urlToLike);
          var font = encodeURIComponent('arial');
    document.write ('<iframe src="http://www.facebook.com/widgets/like.php?locale=en_US&href='+urlToLike+'&layout=button_cou nt&show_faces=false&width=450&height=150&action=like&font='+font+'&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; border-color:#ffffff; overflow:hidden; width:450; height:150"></iframe>')
    // EndOAWidget_Instance_2149022
      </script>
        </div><!--END fbLike-->
                </div>
        </div></div>
    </div><!--END wrapOverall-->
    </body>
    </html>
    CSS
    @charset "utf-8";
    /* CSS Document */
    body {
        background-image: url(images/bg_body.jpg);
        background-color: #ffffff;
        background-attachment: fixed;
        background-position: top;
        margin: 20px;
        .wrap {
            position: relative;
            margin: 100;
            /*replace 900px with your width*/
            width: 1920px;
    .wrapOverall {
        width: 1920px;
        display: inline;
    .container {
    width: 100%;
    min-width: 1100px;
    max-width: none;
    .header {
        background-image:url url(images/images/Home-Page_03.png);
        background-repeat:no-repeat;
        background-position:top center;
        height:97px;
    .header img.logo{
        float: left;
        margin: 10px 15px 0px 15px;
    .navMain {
        margin:15px 12px 12px 0px;
        float:right;
    .footer img.copyright{
        float: left;
        margin: 5px 15px 0px 15px;
    .footer div.fbLike{
        float:left;
        margin: 5.6px 0px 0px 0px;
    /*    General Navigation Rules   */
    .navMain ul {
        margin:0px;
        padding:0px;
    .navMain ul li {
        margin: 0px;
        padding: 0px 15px;
        list-style: none;
        display: inline;
    .navMain ul li a {
        margin:0px;
        padding:0px;
    .navMain ul li a:hover {
    .leftContact img.email{
        margin:0px 0px 0px 0px;
    .rightContact{
        margin:40px 0px 20px 0px;
        #header, #footer {
            width:100%;
            float:left;
            #footer {
        position: fixed;
        bottom: -125px;
        z-index: 999999;
        background-color: #FFF;
    .header img.logo{
        float: left;
        margin: 10px 15px 0px 15px;
    Thanks

    Use a CSS parent container width of about 900px and center it with margin-left and margin-right of auto.
    #container {
    width: 900px;
    margin:0 auto;
    border: 1px dotted red;
    Use floats and margins to align inner elements (boxes) within the parent container.
    http://alt-web.com/DEMOS/3-CSS-boxes.shtml
    Nancy O.

  • Centering Object Vertically on Page when exporting to ePUB

    I am preparing my first ePUB book using InDesign 5.5. I would like to center the graphic object on the title page, but I cannot figure out how to center an object vertically on a page.  Although I can achieve the intended result on my screen in InDesign, when I export to ePUB, the object goes to the very top of the page and is no longer centered vertically.  I have a few other pages (the dedication page, the copyright page, etc.), where I have text that I would like to have centered vertically on the page -- same problem.  Please help.  Thanks.

    Irregardless of what you are doing in your InDesign document, an ePub export has to follow the very strict rules of HTML -- and not even the full set as we know it from (semi)formatted web pages, but a subset thereof. There is absolutely no guarantee you can export all you can do in InDesign to an ePub, in fact, there is only very little that survives this radical downsaving.
    Besides, I'd have to check but I don't think Adobe intended InDesign to be the once-and-future ePub Layout Engine. Rather, its export is to facilitate cross-publishing, and helping you on your way creating the eBook of your (e)Dreams -- but you have to do the finalizing with some better targeted software.
    But, basically, your premise -- that you can put something "at the bottom of an e-page" -- is wrong to begin with! A proper eBook can be reflowed, the font and its size can be changed, the reading window can be resized (on some devices) or rotated from landscape to portrait and back (on some devices). So there is no concept of a "page", and everything you pull off to "be" at the bottom might appear at the top for other views.

  • Viewstack and centering objects

    Hi all,
    I have a viewstack that is within a Canvas (I also had it
    within a HBox). One of the objects within the viewstack is a panel.
    For the life of me I can't get the panel to center.
    I've tried horizontalCenter="0" on all the objects in the
    hierarchy with no luck. I've also tried horizontalAlign="center" on
    the panel. Nothing seems to center the panel.
    Any help appreciated.
    Jim

    "jim1234" <[email protected]> wrote in
    message
    news:g6vnlp$gjk$[email protected]..
    > Hi all,
    >
    > I have a viewstack that is within a Canvas (I also had
    it within a HBox).
    > One
    > of the objects within the viewstack is a panel. For the
    life of me I
    > can't get
    > the panel to center.
    >
    > I've tried horizontalCenter="0" on all the objects in
    the hierarchy with
    > no
    > luck. I've also tried horizontalAlign="center" on the
    panel. Nothing
    > seems to
    > center the panel.
    Use constraint based layout.

  • Scaling and centering objects.

    Hi,
    I have a center window and a background in my flash file. I am trying to get the center window to stay in the center of the web browser screen and get the background to expand and fill the entire web browser screen below center window layer. Sort of like this site http://smlsd.com.
    I've currently converted the background to a movie clip and have this code.
    background_mc.width = stage.stageWidth;
    background_mc.height = stage.stageWidth;
    However, the background is not resizing to fill the screen,
    In publishing settings, I have dimensions to "Match Movie", Window mode in "Window", HTML alignment "Default", Scale set to "No Scale" (I don't want the center window to scale and loose proportion. It should have a set size.), and Flash alignment set to both "Center" and "Center".
    I do not know how to get the center window in the center of the screen and have the background automatically resize to fill the whole screen. Can somebody show me some code which would solve this problem and explain it to me? Thanks.

    this works:
    you can view it here http://cybermountainwebservices.com/fullBrowser/FullBrowserAS3.html
    stage.align = StageAlign.TOP_LEFT;
    stage.scaleMode = StageScaleMode.NO_SCALE;
    var bmp:Tile = new Tile(35, 35);
    var tile:BitmapData = new BitmapData(35, 35);
    tile.draw(bmp);
    shelter.x = stage.stageWidth /2;
    shelter.y = stage.stageHeight /2;
    function fillBG(evt:Event = null):void {
      graphics.beginBitmapFill(tile);
      graphics.moveTo(0, 0);
      graphics.lineTo(stage.stageWidth, 0);
      graphics.lineTo(stage.stageWidth, stage.stageHeight);
      graphics.lineTo(0, stage.stageHeight);
      graphics.lineTo(0, 0);
      graphics.endFill();
    shelter.x = stage.stageWidth /2;
    shelter.y = stage.stageHeight /2;
    fillBG();
    stage.addEventListener(Event.RESIZE, fillBG);
    in  this case the fill is with a 35pxl x 35pxl gif file but you could just as easily use a color the item called shelter is the name of the jpg in the center.
    when you do this be sure in your publish settings to set dimension to percent 100 x 100  if you cont want a border or scrollbars around the outside be sure to set this css rule in your html   body {margin:0; padding:0; overflow:auto}

  • Centering with SpringLayout?

    does anyone know an easy way to do this and maintain the centered objects preferred size ? thanks

    Well, more than one, but just one on this line. For example, say I want to center a JLabel or a JTextField that is all by itself on a line. I never thought of the case of multiple components (Duh!), but for now I only need the single component solution..but i am curious about multiple if you know that one too.! thanks

  • Standard reports required in FI

    HI Guru's,
    1) BILLS RECEIVABLES & COLLECTION
    2) CURRENCY FLUCTUATION
    3) Financial cost (key raw material price trend)
    4) List of Negative Items
    5) Operating Expenses
    6) DEBTORS AGEING
    7) CREDITORS AGEING
    Please can any one tell me for above list is there any standard reports are available in FI. Please could you tell me where i can get these reports  it's urjent.
    Regards,
    Rajesh

    Hi,
    In FI-AP (Accounts Payable Accounting) - 0FIAP_C03, 0FIAP_C02, ZFIAP_03, 0FIAP_O03, 0FIAP_O07, 0FIAP_O06 info cubes are there. ZMAP_C03 is the multiprovider also exist in it.
    IN FI-AR (Accounts Receivable Accounting) - 0FIAR_C03, 0FIAR_C05, 0FIAR_C02 infocubes
    ZMAR_C02, ZMAR_C05- multiproviders
    0FIAR_O08, 0FIAR_O09, 0FIAR_O03, 0FIAR_O10, 0FIAR_O07, 0FIAR_O06- DSO's are there for reporting
    FI-GL(General Ledger Accounting)- 0FIGL_C02, ZFIGL_REC, 0FIGL_C01 infocubes
    0FIGL_O06, 0FIGL_O07, 0FIGL_O02- DSO's are available
    0FIGL_VC1, 0FIGL_VC2 - Virtual cubes are available for reporitng.
    0FITAX(Taxes on Sales/Purchases)- 0FITX_O03 DSO is available for reporting.
    FI/CO Frequently Used Reports
    Controlling    
      S_ALR_87013611 Cost Centers: Actual/Plan/Variance
      S_ALR_87013612 Range: Cost Centers
      S_ALR_87013613 Range: Cost Elements
      S_ALR_87013614 Cost Centers: Current Period/Cumulative
      S_ALR_87013616 Cost Centers: Breakdown by Business Transaction
      S_ALR_87013617 Range: Activity Types
      S_ALR_87013618 Range: Statistical Key Figures
      S_ALR_87013619 Range: Assigned Orders/WBS Elements
      S_ALR_87013620 Cost Centers: Actual/Plan/Commitments
      S_ALR_87013621 Range: Actual/Plan/Commitments
      S_ALR_87013623 Cost Centers: Quarterly Comparison
      S_ALR_87013624 Cost Centers: Fiscal Year Comparison
      S_ALR_87013625 Cost Centers: Actual/Target/Variance
      S_ALR_87013626 Range: Cost Elements
      KSBL Cost Centers: Planning Overview
      S_ALR_87013630 Activity Types: Plan Receivers
      KSBT Cost Centers: Activity Prices
      KSB1 Cost Centers: Actual Line Items
      KSB2 Cost Centers: Commitment Line Items
      KSBP Cost Centers: Plan Line Items
      KSB5 CO Documents: Actual Costs
      KABP CO Plan Documents
      KS13 Cost Centers: Master Data Report
      KA23 Cost Elements: Master Data Report
      KL13 Activity Types: Master Data Report
      KK04 Statistical Key Figures: Master Data Report
      S_ALR_87013631 Cost Centers: Rolling Year
      S_ALR_87013632 Cost Centers: Average Costs
      S_ALR_87013633 Cost Centers: Actual/Plan/Variance/Previous year
      S_ALR_87013635 Area: Actual/Plan 2 Currencies
      S_ALR_87013636 Cost Centers: Object Comparison
      S_ALR_87013637 Area: Internal Business Volume
      S_ALR_87013638 Cost Centers: Current/Cumulative/Fiscal Year
      S_ALR_87013639 Cost Centers: Actual/Target from Summarization
      S_ALR_87013640 Cost Centers: Period Breakdown Actual/Plan
      S_ALR_87013641 Cost Centers: Period Breakdown Actual/Target
      S_ALR_87013642 Cost Centers: Breakdown Resources
      S_ALR_87013643 Range: Orders
      S_ALR_87013645 Statistical Key Figures: Period Breakdown
      S_ALR_87013646 Activity Types: Period Breakdown
      S_ALR_87013648 Range: Actual/Budget/Commitments
      S_ALR_87012993 Orders: Actual/Plan/Variance
      S_ALR_87012994 Orders: Current Period/Cumulative
      S_ALR_87012995 List: Orders
      S_ALR_87012996 List: Orders by Cost Element
      S_ALR_87012997 List: Cost Elements by Order
      S_ALR_87012998 Orders: Breakdown by Partner
      S_ALR_87012999 Orders: Actual/Plan/Commitments
      S_ALR_87013000 List: Actual/Plan/Commitments
      S_ALR_87013001 Orders: Actual Yearly Comparison
      S_ALR_87013002 Orders: Actual quarterly comparison
      S_ALR_87013003 Orders: Actual Period Comparison
      KABL Order: Planning Overview
      S_ALR_87013004 Order: Plan Yearly Comparison
      S_ALR_87013005 Orders: Plan Quarterly Comparison
      S_ALR_87013006 Orders: Plan Period Comparison
      KOB1 Orders: Actual Line Items
      KOB2 Orders: Commitment Line Items
      KOBP Orders: Plan Line Items
      KOB4 Orders: Budget Line Items
      KSB5 CO Documents: Actual Costs
      KABP CO Plan Documents
      KO2B Display Budget Document
      KOK5 Internal Orders
      KOSRLIST_OR Settlement Rules
      KA23 Cost Elements
      KK04 Statistical Key Figures
      S_ALR_87013010 Orders: Breakdown by Period
      S_ALR_87013011 Orders: Actual/Plan/Price Variance
      S_ALR_87013012 Orders: Actual/Plan/Consumption
      S_ALR_87013013 Orders: Actual in Transaction/Object/Group Currencies
      S_ALR_87013014 List: Cost Elements (True Postings)
      S_ALR_87013015 List: Actual Debit/Credit
      S_ALR_87013016 List: Plan Debit/Credit
      S_ALR_87013017 List: Actual/Plan/Variance, Cumulative
      S_ALR_87013018 List: Total Plan/Actual/Commitments
      S_ALR_87013019 List: Budget/Actual/Commitments
      KOC4 Cost Analysis
    General Ledger    
      S_PL0_86000028 Fin. Statement: Actual/Actual Comparison
      S_ALR_87012284 Financial Statements
      S_PL0_86000029 Fin. Statement: Plan/Actual Comparison
      S_ALR_87012271 Cash Flow (Direct Method)
      S_ALR_87012272 Cash Flow (Indirect Method) Variant 1
      S_ALR_87012273 Cash Flow (Indirect Method) Variant 2
      FSIB Background Processing
      S_ALR_87012277 G/L Account Balances
      S_PL0_86000030 G/L Account Balances (New)
      S_PL0_86000031 Transaction Figures: Account Balance
      S_ALR_87012301 Totals and Balances
      S_PL0_86000032 Structured Account Balances
      S_ALR_87012282 G/L Line Items, List for Printing
      S_ALR_87012332 G/L Account Statements
      S_AC0_52000887 Profit Center Receivables
      S_AC0_52000888 Profit Center Payables
      S_ALR_87012287 Document Journal
      S_ALR_87012289 Compact Document Journal
      S_ALR_87012291 Line Item Journal
      S_ALR_87012293 Display of Changed Documents
      S_ALR_87012341 Invoice Numbers Allocated Twice
      S_ALR_87012342 Gaps in Document Number Assignment
      S_ALR_87012344 Posting Totals
      S_ALR_87012346 Recurring Entry Documents
      S_ALR_87012347 Line Items Extract
      S_ALR_87012326 Chart of Accounts
      S_ALR_87012328 G/L Account List
      S_ALR_87012330 Account Assignment Manual
      S_ALR_87012308 Display Changes to G/L Accounts
      S_ALR_87012333 G/L Accounts List
    Bank    
      S_ALR_87012309 Cashbook
      S_ALR_87012348 Cashed Checks per Bank Account
      S_ALR_87012349 Outstanding Checks Analysis per G/L Account and V
      S_ALR_87012351 Payment Advice Overview
      S_ALR_87012350 G/L Account Payment Advice Notes
      S_ALR_87012353 Payment Advice Overview (Header and Item Data)
      S_ALR_87012352 G/L Account Payment Advice Notes
      S_ALR_87012355 Payment Advice Notes: Reorganization
      S_ALR_87012354 G/L Account Reorganization
      S_ALR_87012322 Bill of Exchange List
      S_ALR_87012321 SAP Minimal Variant
      S_ALR_87012324 Extended Bill of Exchange Information
      S_ALR_87012323 SAP Minimal Variant
    Accounts Payable    
      S_ALR_87012077 Vendor Information System
      S_ALR_87012082 Vendor Balances in Local Currency
      S_ALR_87012093 Vendor Business
      S_ALR_87012079 Transaction Figures: Account Balance
      S_ALR_87012080 Transaction Figures: Special Sales
      S_ALR_87012081 Transaction Figures: Sales
      S_ALR_87012078 Due Date Analysis for Open Items
      S_ALR_87012103 List of Vendor Line Items
      S_ALR_87012083 List of Vendor Open Items for Printing
      S_ALR_87012084 Open Items u2013 Vendor Due Date Forecast
      S_ALR_87012085 Vendor Payment History with OI Sorted List
      S_ALR_87012104 List of Cleared Vendor Items for Printing
      S_ALR_87012105 List of Down Payments Open On Key Date u2013 Vendors
      S_ALR_87012086 Vendor List
      S_ALR_87012087 Address List
      S_ALR_87012089 Display Changes to Vendors
      S_ALR_87012090 Display/Confirm Critical Vendor Changes
      S_P99_41000099 Payment List
      S_P99_41000101 Check Register
      S_ALR_87012119 Cashed Checks
      S_P99_41000102 Number Ranges for Checks
    Accounts Receivable    
      S_ALR_87012167 Accounts Receivable Information System
      S_ALR_87012172 Customer Balances in Local Currency
      S_ALR_87012186 Customer Sales
      S_ALR_87012169 Transaction Figures: Account Balance
      S_ALR_87012170 Transaction Figures: Special Sales
      S_ALR_87012171 Transaction Figures: Sales
      S_ALR_87012168 Due Date Analysis for Open Items
      S_ALR_87012197 List of Customer Line Items
      S_ALR_87012173 List of Customer Open Items for Printing
      S_ALR_87012174 List of Customer Open Items
      S_ALR_87012175 Open Items u2013 Customer Due Date Forecast
      S_ALR_87012176 Customer Evaluation with OI Sorted List
      S_ALR_87012177 Customer Payment History
      S_ALR_87012178 Customer Open Item Analysis by Balance of Overdue Items
      S_ALR_87012198 List of Cleared Customer Items for Printing
      S_ALR_87012199 List Of Down Payments Open On Key Date u2013 Customers
      S_ALR_87012179 Customer List
      S_ALR_87012180 Address List
      S_ALR_87012182 Display Changes to Customers
      S_ALR_87012183 Display/Confirm Critical Customer Changes
      S_ALR_87012195 Customer Master Data Comparison
    Fixed Assets    
      AW01N Asset Explorer
      S_ALR_87011963 u2026 by Asset Number
      S_ALR_87011964 u2026 by Asset Class
      S_ALR_87011965 u2026 by Business Area
      S_ALR_87011966 u2026 by Cost Center
      S_ALR_87011967 u2026 by Plant
      S_ALR_87011968 u2026 by Location
      S_ALR_87011969 u2026 by Asset Super Number
      S_ALR_87011970 u2026 by Worklist
      S_ALR_87010125 Sample for address data for an asset
      S_ALR_87010127 Real Estate and Similar Rights
      S_ALR_87010129 Transportation Equipment
      S_ALR_87011978 Asset Balances for Group Assets
      S_ALR_87011979 u2026 by Cost Center
      S_ALR_87011980 u2026 by Location
      S_ALR_87011981 u2026 by Asset Class
      S_ALR_87011982 u2026 by Plant
      S_ALR_87010137 Bar Codes
      S_ALR_87010139 Leasing
      S_ALR_87010141 Liabilities from Leasing Agreements
      S_ALR_87011990 Asset History Sheet
      S_ALR_87011992 Liabilities from Leasing Agreements
      S_ALR_87011994 Asset Balances
      S_ALR_87012004 Total Depreciation
      S_ALR_87012006 Ordinary Depreciation
      S_ALR_87012007 Special Depreciation
      S_ALR_87012008 Unplanned Depreciation
      S_ALR_87012009 Transfer of Reserves
      S_ALR_87012011 Write-Ups
      S_ALR_87012013 Depreciation Comparison
      S_ALR_87012015 Manual Depreciation
      S_ALR_87012018 Depreciation and Interest
      S_ALR_87010173 Revaluation
      S_P99_41000192 Posted depreciation by asset and posting period
      S_ALR_87010175 Posted depreciation, related to cost centers
      S_ALR_87012936 Depreciation on Capitalized Assets (Depreciation Simulation)
      S_ALR_87012026 Depreciation Current Year
      S_ALR_87012028 Net Worth Valuation
      S_ALR_87012030 Insurance Values
      S_ALR_87012033 Gain for transfer of reserves
      S_ALR_87012035 Depreciation Current Year
      S_ALR_87012037 Changes to Asset Master Records
      S_ALR_87012039 Asset Transactions
      S_ALR_87012041 Asset Portfolio (Current Book Values)
      S_ALR_87012043 G/L Account Balances
      S_ALR_87012048 Asset transactions
      S_ALR_87012050 Asset Acquisitions
      S_ALR_87012052 Asset Retirements
      S_ALR_87012054 Intracompany Asset Transfers
      S_ALR_87012056 Directory of Unposted Assets
      S_ALR_87012058 List of Origins of Asset Debits
      S_ALR_87012060 List of Origins by Cost Elements
      S_ALR_87012075 Asset History
    Edited by: Venkadesh S on Feb 25, 2012 6:39 AM

  • Cost Centre Report

    Dear Sap Guru,
    How I can find out Cost centre wise Report. Is there any Std. Report or other method ?
    Plz suggest me.
    Thx in advance.
    Neha

    HI,
    Cost Centre Report
    S_ALR_87013611 - Cost Centers: Actual/Plan/Variance
    S_ALR_87013612 - Range: Cost Centers
    S_ALR_87013614 - Cost Centers: Current Period/Cumulative
    S_ALR_87013615 - Cost Centers: Breakdown by Partner
    S_ALR_87013616 - Cost Centers: Breakdown by Business Transaction
    S_ALR_87013620 - Cost Centers: Actual/Plan/Commitments
    S_ALR_87013622 - Cost Centers: Projection
    S_ALR_87013623 - Cost Centers: Quarterly Comparison
    S_ALR_87013624 - Cost Centers: Fiscal Year Comparison
    S_ALR_87013625 - Cost Centers: Actual/Target/Variance
    S_ALR_87013627 - Cost Centers: Variances
    S_ALR_87013628 - Cost Centers: Splitting
    KSBL - Cost Centers: Planning Overview
    KSBT - Cost Centers: Activity Prices
    KSB1 - Cost Centers: Actual Line Items
    KSB2 - Cost Centers: Commitment Line Items
    KSBP - Cost Centers: Plan Line Items
    KS13 - Cost Centers: Master Data Report
    S_ALR_87013631 - Cost Centers: Rolling Year
    S_ALR_87013632 - Cost Centers: Average Costs
    S_ALR_87013633 - Cost Centers: Actual/Plan/Variance/Previous year
    S_ALR_87013634 - Cost Centers: Currency Translation
    S_ALR_87013636 - Cost Centers: Object Comparison
    S_ALR_87013644 - Cost Centers: Cost Component Split

  • Center things in Spark ConstraintColumns?

    I have a Flex 3.5 app that I'm trying to upgrade to 4.5 and Spark.
    The app splits the width of your screen into two columns and centers objects on each side, one in the left half and one in the right.  I'm at a loss as to how to duplicate this functionality using Spark components.  Here's a basic example of the old 3.5 code that works fine.  It basically creates two columns and horizontally and vertically centers items within them:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   xmlns:mx="library://ns.adobe.com/flex/mx"
                   backgroundColor="blue">
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
        </fx:Declarations>
        <mx:Canvas id="mainContentArea"
                 top="100" bottom="100"
                 width="100%"
                 backgroundColor="red">
            <mx:constraintColumns>
                <s:ConstraintColumn id="col1" width="{width/2}" />
                <s:ConstraintColumn id="col2" width="{width/2}" />
            </mx:constraintColumns>
            <mx:Canvas id="greenContainer"
                               backgroundColor="green"
                               width="400" height="300"
                               horizontalCenter="col1:0"
                               verticalCenter="0">
            </mx:Canvas>
            <mx:Canvas id="yellowContainer"
                       backgroundColor="yellow"
                       width="200" height="150"
                       horizontalCenter="col2:0"
                       verticalCenter="0">
            </mx:Canvas>
        </mx:Canvas>
    </s:Application>
    I took a shot using Spark components.  The only container layout that seems to allow ConstraintColumns seems to be ConstraintLayout.  Ironically though it doesn't allow you to horizontally center within those columns (horizontalCenter and verticalCenter only good in Basic and Absolute layouts).  Any suggestions on making this happen?
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   xmlns:mx="library://ns.adobe.com/flex/mx"
                   backgroundColor="blue">
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
        </fx:Declarations>
        <s:SkinnableContainer id="mainContentArea"
                 top="100" bottom="100"
                 backgroundColor="red">
            <s:layout>
                <s:ConstraintLayout>
                    <s:constraintColumns>
                        <s:ConstraintColumn id="col1" width="{width/2}" />
                        <s:ConstraintColumn id="col2" width="{width/2}" />               
                    </s:constraintColumns>                   
                </s:ConstraintLayout>
            </s:layout>
            <s:BorderContainer id="greenContainer"
                               backgroundColor="green"
                               width="400" height="300"
                               horizontalCenter="col1:0"
                               verticalCenter="0">
            </s:BorderContainer>   
            <s:BorderContainer id="yellowContainer"
                               backgroundColor="yellow"
                               width="200" height="150"
                               horizontalCenter="col2:0"
                               verticalCenter="0">
            </s:BorderContainer>       
        </s:SkinnableContainer>
    </s:Application>

    I posted the example earlier in this thread.
    The problem is the objects don't stay in one place or stay one size.  They change sides and resize.  Sticking them in groups seems to limit the ability to smoothly transition them to new positions and sizes.
    Picture two objects, one left side and one right.  The objects always need to be centered in their side, even as they change size or *switch* sides.  They also need to automatically use all available space on their side while maintaining an aspect ratio (like 4:3, 16:9, etc).  So if the user resizes the browser, aspect ratios must be maintained as the items resize.
    You as the user have the option to do the following:
    1.  Have the objects switch sides (reverse)
    2.  Have the objects resize (left side gets big and right gets small, or the opposite, or have the two size equally)
    3.  Have one object disappear and the other take over full screen
    4.  Have the other object disappear and the first one take over full screen
    These movements are animated with easing transitions.  Centering them within a column is as simple as changing the horizontalCenter position with respect to the column.  How would you do that with groups? 

  • How can I set/lock my maximum witdh...

    Hello,
    Ik making a simpel website. But i want to lock the maximum width. So the site will not go larger then i want. And can i center the website in the brower?
    Thx

    You can do both of those things.
    Max-width
    For max-width on the Container object, the input is here:
    That will restrict the width of the page to 1024px max. So it will narrow when less than 1024px, but only expand out to a max of 1024px.
    Centered Objects
    As for centering, we have a shortcut for that. You can apply it to both the Container (will center the site) and to individual objects (will center them within their parent). You can find that here:
    Keep in mind this will only center horizontally.
    Reflow does not yet have a good way to do vertical alignment. This is partially a historical issue with CSS, and partially that we don't want to introduce hacky solutions into Reflow, unless they are standards based. That said, we're getting closer with things like flexbox, which is being quickly adopted, and has solutions for vertical alignment. We don't yet have flexbox features in Reflow, unfortunately.

  • Align centers with one object stationary

    My simple questions is how do you use Align Vertical/Horizontal Centers when you want align one object (say a label) to the center of another object without actually moving the first object?
    Currently I just move the second object by hand and visually center it since the Align Centers button moves both objects.

    That topic comes up occasionally.  There is no "anchor point" object available in LV.  It is something that I have wanted sometimes.
    If this is important to you, post an idea on the LabVIEW Ideas Exchange Forum.  If you can make a good case and many people agree with you, it might get implemented in a future version of LV.
    Lynn

  • Centering text/object indepndently

    Hello. I am using a Pages template called Formal Invitation. I am trying to center both text and an object in each of the four squares of the page (the text is the same but each object has different dimensions). Each object/text needs to be centered with itself but NOT with the other three squares of the page. IT seems as if the alignment guides try to align up everything with each other, instead of just the object/text on its own quarter page. Is there any way to align text/object both horizontally and vertically on the QUARTER page, regardless of the stuff on the other parts of the page?
    I hope I've explained this correctly - I'm new and I probably don't have the lingo quite right.
    Thanks in advance.
    JRS

    Hi John,
    Take a look at Help for: Changing How Alignment Guides Appear
    Also: Creating New Alignment Guides
    These give a pretty complete lesson on using the guides.
    What I can't explain is how the shading representing the page is proportioned. I'd suggest relying on the rulers rather than the shaded areas.
    I would add guides bisecting the quarter pages if I had your project, but that's a personal preference.
    Jerry

  • How do I center objects (photos and animations) so they stay centered with the other page elements?

    How do I center objects (photos and animations) so they stay centered with the other page elements?

    Geez .. Your class doesn't fulfill the javabean specifications. The properties should not be public.
    It should rather look likepublic class TheAddress {
        // Properties ---------------------------------------------------------------------------------
        private String address1;
        private String address2;
        // Constructors -------------------------------------------------------------------------------
        public TheAddress() {
            // Default constructor.
        public TheAddress(String address1, String address2) {
            // Full constructor.
            this.address1 = address1;
            this.address2 = address2;
        // Getters ------------------------------------------------------------------------------------
        public String getAddress1() {
            return address1;
        public String getAddress2() {
            return address2;
        // Setters ------------------------------------------------------------------------------------
        public void setAddress1(String address1) {
            this.address1 = address1;
        public void setAddress2(String address2) {
            this.address2 = address2;
    }

  • Fash object not centered and still bold text.

    I embeded a slide show using MX. I'ts centered and looks fine in Firefox, Safari and Opera. In Internet explorer it's slightly left of center. I was told the explanation below which I think I've adjusted the html to but now I'm not sure as it's still off centre.Any idea where I'm goning wrong please. I still can't figure out why I E appears to show text as bold instead of normal weight.
    your <td> width and CU3ER width don't match. Problem is in your  page html code, not CU3ER itself.
    Link below
    http://bajor.servers.rbl-mer.misp.co.uk/~sunridge/manip.html

    None of the experts here have any comments to my question? How about any Sun folks? Do you have any answer? Is this only happening to me or is someone else experiencing it too?
    Thanks.
    -- Ankur

  • Centering the flex object in the browser

    I want the flex application always stays at the center of the
    browser. Can this be done by modifying the flex builder generated
    html wrapper file? If so, how?

    Just wrap the swf object in an html <div> or
    <table> tag. Then center the div or the table. I use tables
    to lay out my swfs even though I'd rather use divs. If I remember
    correctly, divs didn't always align the thing properly. Here's a
    quick example that you can tinker with:
    <html><head><title>example</title></head>
    <body
    ><table height="100%" width="100%">
    <tr><td valign="middle" align="center">
    <!-- normal object code in here - make sure to set a width
    and height -->
    </td></tr>
    </table>
    </body></html>

Maybe you are looking for