RE: Currency objects (DecimalData vs float)

The amount of precision in your database (and Forte code) depends on your
clients requirements, no? If, for example, your client is a Swiss bank, I
know they typically require precision 6 places to the right of the decimal -
and 12 or 13 places to the left of the decimal.
Chad Stansbury
Born Information Services, Inc.
[email protected]
From: Vikas Malik [SMTP:[email protected]]
Sent: Tuesday, January 26, 1999 9:19 PM
To: [email protected]
Subject: Currency objects (DecimalData vs float)
Hi Guys,
We are using floats and doubles to represent currency data in my
current project. As expected we are getting a lot of errors due to
the approximation involved in the internal representation of
floating
point numbers. I know that using DecimalData class will fix some of
the
these errors. I am wondering how many places of precision I need in
my
relational database to prevent these errors.
Thanks,
Vikas
To unsubscribe, email '[email protected]' with
'unsubscribe forte-users' as the body of the message.
Searchable thread archive
<URL:http://pinehurst.sageit.com/listarchive/>
To unsubscribe, email '[email protected]' with
'unsubscribe forte-users' as the body of the message.
Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

The amount of precision in your database (and Forte code) depends on your
clients requirements, no? If, for example, your client is a Swiss bank, I
know they typically require precision 6 places to the right of the decimal -
and 12 or 13 places to the left of the decimal.
Chad Stansbury
Born Information Services, Inc.
[email protected]
From: Vikas Malik [SMTP:[email protected]]
Sent: Tuesday, January 26, 1999 9:19 PM
To: [email protected]
Subject: Currency objects (DecimalData vs float)
Hi Guys,
We are using floats and doubles to represent currency data in my
current project. As expected we are getting a lot of errors due to
the approximation involved in the internal representation of
floating
point numbers. I know that using DecimalData class will fix some of
the
these errors. I am wondering how many places of precision I need in
my
relational database to prevent these errors.
Thanks,
Vikas
To unsubscribe, email '[email protected]' with
'unsubscribe forte-users' as the body of the message.
Searchable thread archive
<URL:http://pinehurst.sageit.com/listarchive/>
To unsubscribe, email '[email protected]' with
'unsubscribe forte-users' as the body of the message.
Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

Similar Messages

  • RE: Using the Currency Object

    Hi
    I tried using the currency object to display the currency symbol for the UK and Europe, here is an example of what I did
    String currency = Currency.getInstance("EUR").getSymbol();
    or for the UK
    String currency = Currency.getInstance("GBR").getSymbol();
    but I ended up with unicode characters instead of currency symbols like this � or � what am i doing wrong

    (I guess you made a little typo, the Great Britain Pound is GBP and not GBR.)
    Currency.getSymbol returns the symbol that should be used for that currency in the current locale. So if you are in UK "GBP" comes out as the sterling pound symbol, in countries where they use Euro it comes out as &euro;, but everywhere else the result is the three letter (?) currency code itself. This is because pounds and dollars are used in many countries and they have the same symbol; you wouldn't want users to confuse US dollars with Canadian dollars. So try these:
    String pound = Currency.getInstance("GBP").getSymbol(new Locale("en", "GB"));
    String euro = Currency.getInstance("EUR").getSymbol(new Locale("fr", "FR"));

  • Currencies Object Id for Choose From List

    I would like to know the id of the Currencies Object so i can use it in a CFL . I have looked in the BoLinkedObject Enumeration , but i couldn't find it.
    Does anyone know it ?

    Hi Tibi
    Please use this For your Dobts
    Member Description Value
    oChartOfAccounts  ChartOfAccounts object.  1 
    oBusinessPartners  BusinessPartners object.  2 
    oBanks  Banks Object.  3 
    oItems  Items object.  4 
    oVatGroups  VatGroups Object.  5 
    oPriceLists  PriceLists object.  6 
    oSpecialPrices  SpecialPrices object.  7 
    oItemProperties  ItemProperties  8 
    oUsers  Users object.  12 
    oInvoices  Documents object that represents a draft of sales invoice document.  13 
    oCreditNotes  Documents object that represents a draft of sales credit note document.  14 
    oDeliveryNotes  Documents object that represents a draft of sales delivery note document.  15 
    oReturns  Documents object that represents a draft of sales return document.  16 
    oOrders  Documents object that represents a draft of sales order document.  17 
    oPurchaseInvoices  Documents object that represents a draft of purchase invoice document.  18 
    oPurchaseCreditNotes  Documents object that represents a draft of purchase credit note document.  19 
    oPurchaseDeliveryNotes  Documents object that represents a draft of purchase delivery note document.  20 
    oPurchaseReturns  Documents object that represents a draft of a purchase return document.  21 
    oPurchaseOrders  Documents object that represents a draft of purchase order document.  22 
    oQuotations  Documents object that represents a draft of sales quotation document.  23 
    oIncomingPayments  Payments object.  24 
    oJournalVouchers  JournalVouchers object.  28 
    oJournalEntries  JournalEntries object that represents a normal journal entry.  30 
    oStockTakings  StockTaking object.  31 
    oContacts  Contacts object.  33 
    oCreditCards  CreditCards Object  36 
    oCurrencyCodes  Currencies object.  37 
    oPaymentTermsTypes  PaymentTermsTypes object.  40 
    oBankPages  BankPages object.  42 
    oManufacturers  Manufacturers  43 
    oVendorPayments  Payments object that represents payments to vendors.  46 
    oLandedCostsCodes  LandedCostsCodes  48 
    oShippingTypes  ShippingTypes  49 
    oLengthMeasures  LengthMeasures  50 
    oWeightMeasures  WeightMeasures  51 
    oItemGroups  ItemGroups object.  52 
    oSalesPersons  SalesPersons  53 
    oCustomsGroups  CustomsGroups  56 
    oChecksforPayment  ChecksforPayment object.  57 
    oInventoryGenEntry  Documents object that is used to enter general items to the inventory.  59 
    oInventoryGenExit  Documents object that is used to exit general items from inventory.  60 
    oWarehouses  Warehouses object.  64 
    oCommissionGroups  CommissionGroups  65 
    oProductTrees  ProductTrees object.  66 
    oStockTransfer  StockTransfer object.  67 
    oWorkOrders  WorkOrders object.  68 
    oCreditPaymentMethods  CreditPaymentMethods  70 
    oCreditCardPayments  CreditCardPayments  71 
    oAlternateCatNum  AlternateCatNum object.  73 
    oBudget  Budget object.  77 
    oBudgetDistribution  BudgetDistribution object.  78 
    oMessages  Messages object.  81 
    oBudgetScenarios  BudgetScenarios object.  91 
    oSalesOpportunities  SalesOpportunities object.  97 
    oUserDefaultGroups  UserDefaultGroups  93 
    oSalesStages  SalesStages  101 
    oActivityTypes  ActivityTypes object.  103 
    oActivityLocations  ActivityLocations object.  104 
    oDrafts  Documents object that represents a draft document (see Creating a draft document sample).  112 
    oDeductionTaxHierarchies  DeductionTaxHierarchies object.  116 
    oDeductionTaxGroups  DeductionTaxGroups object.  117 
    oAdditionalExpenses  AdditionalExpenses object.  125 
    oSalesTaxAuthorities  SalesTaxAuthorities object.  126 
    oSalesTaxAuthoritiesTypes  SalesTaxAuthoritiesTypes object.  127 
    oSalesTaxCodes  SalesTaxCodes object.  128 
    oQueryCategories  QueryCategories object.  134 
    oFactoringIndicators  object. FactoringIndicators  138 
    oPaymentsDrafts  Payments object.  140 
    oAccountSegmentations  AccountSegmentations object.  142 
    oAccountSegmentationCategories  AccountSegmentationCategories object.  143 
    oWarehouseLocations  WarehouseLocations object.  144 
    oForms1099  Forms1099 object.  145 
    oInventoryCycles  InventoryCycles object.  146 
    oWizardPaymentMethods  WizardPaymentMethods object.  147 
    oBPPriorities  BPPriorities object.  150 
    oDunningLetters  DunningLetters object.  151 
    oUserFields  UserFieldsMD object.  152 
    oUserTables  UserTablesMD object.  153 
    oPickLists  PickLists object.  156 
    oPaymentRunExport  PaymentRunExport object.  158 
    oUserQueries  UserQueries object.  160 
    oMaterialRevaluation  MaterialRevaluation object.  162 
    oCorrectionPurchaseInvoice  Documents object that represents a draft of purchase invoice correction document.  163 
    oCorrectionPurchaseInvoiceReversal  Documents object that represents a draft of reverse purchase invoice correction document.  164 
    oCorrectionInvoice  Documents object that represents a draft of correction invoice document.  165 
    oCorrectionInvoiceReversal  Documents object that represents a draft of reverse invoice correction document.  166 
    oContractTemplates  ContractTemplates object.  170 
    oEmployeesInfo  EmployeesInfo object.  171 
    oCustomerEquipmentCards  CustomerEquipmentCards object.  176 
    oWithholdingTaxCodes  WithholdingTaxCodes object.  178 
    oBillOfExchangeTransactions  BillOfExchangeTransaction object.  182 
    oKnowledgeBaseSolutions  KnowledgeBaseSolutions object.  189 
    oServiceContracts  ServiceContracts object.  190 
    oServiceCalls  ServiceCalls object.  191 
    oUserKeys  UserKeysMD object.  193 
    oQueue  Queue object.  194 
    oSalesForecast  SalesForecast object.  198 
    oTerritories  Territories object.  200 
    oIndustries  Industries object.  201 
    oProductionOrders  ProductionOrders object.  202 
    oPackagesTypes  PackagesTypes object.  205 
    oUserObjectsMD  UserObjectsMD object.  206 
    oTeams  Teams object.  211 
    oRelationships  Relationships object.  212 
    oUserPermissionTree  UserPermissionTree object.  214 
    oActivityStatus  ActivityStatus object.  217 
    oChooseFromList  ChooseFromList object.  218 
    oFormattedSearches  FormattedSearches object.  219 
    oAttachments2  Attachments2 object.  221 
    oUserLanguages  UserLanguages object.  223 
    oMultiLanguageTranslations  MultiLanguageTranslations object.  224 
    oDynamicSystemStrings  DynamicSystemStrings object.  229 
    oHouseBankAccounts  HouseBankAccounts object.  231 
    oBusinessPlaces  BusinessPlaces object.  247 
    oLocalEra  LocalEra object.  250 
    oSalesTaxInvoice  Sales tax invoice. See TaxInvoices object and DocType property with the valid value botit_Invoice.  280 
    oPurchaseTaxInvoice  Purchase tax invoice. See TaxInvoices object and DocType property with the valid value botit_Payment.  281 
    BoRecordset  Recordset object.  300 
    BoBridge  SBObob object.  305 
    oNotaFiscalUsage  NotaFiscalUsage object.  260 
    oNotaFiscalCFOP  NotaFiscalCFOP object.  258 
    oNotaFiscalCST  NotaFiscalCST object.  259 
    oClosingDateProcedure  ClosingDateProcedure object.  261 
    oBusinessPartnerGroups  object.  10 
    oBPFiscalRegistryID  BPFiscalRegistryID object. 
    The Currency Object
    oCurrencyCodes  Currencies object.  37 
    Pls give Feedback
    N.Mohamed Zubair

  • How to hide objects in subsequent floating forms

    Hello,
    I have a subform which has an 'Add' button.  When user clicks on the add button, a new subform is added.  I, however, don't want to show this 'Add' button in the subsequent forms.  I want to show it in the 1st form only.  Also, the user can only add max 3 forms.  Thus, as the form number reaches 3, I want to disable/hide the 'Add' button.
    Is there a way to do that?  Could someone show me how?
    Thanks in advance for your help.

    Hi,
    For the first part, the easiest way would be to take the button out of the repeating subform. Maybe place it just above the subform. Then it will not appear in other instances. You could include script in the initialize event, but this would not be the preferred route. Se how you get on with the button out of the subform and if you end up needing the script come back to us.
    To disable the button, you will need script in the layout:ready event of the button. This is not the most efficient, because the layout:ready event fires so often (see here http://assure.ly/nB0Bvz). If your form is not too lengthy then you mightn't notice too much of a performance hit.
    So, if your repeating subform is called myRepeatingSubform, the following in the layout:ready event of the button should get you close:
    if (_myRepeatingSubform.count >= 3) {
         this.presence = "invisible";
    else {
         this.presence = "visible";
    Hope that helps,
    Niall

  • Convert Object to Float

    Hello,
    I'm trying to convert an Object to a Float and can't seem to get it to work properly. I'm using a HashMap to store object key-value pairs. The values inserted into the HashMap were originally of type float. I can extract the value found in the map, but I cannot then convert that to a float to be assigned to another variable. For example:
    Object holdValue;
    holdValue = someHashMap.get(someKey); // so far so good
    float aFloatNumber = holdValue; // can't do this because
    // holdValue stores an object
    How do I convert "holdValue" from an Object to a float so that it can be assigned to "aFloatNumber"?
    Thank you.

    Well the keys could not have been of type float because float is a primative and HashMap will only take Objects as it's keys and data. So you have an incorrect notion of what is in your HashMap. If the key was a Float (the wrapper class of float) you can just cast it and you would be fine but there is no way to assign an Object to a float, you could convert threw some method (like fields 1 plus field 2 or something) but you can't just convert.

  • Report in Object currency

    Hi,
    Report is generated by using report painter, but report displays  the values in controlling area currency.How we can display values in object currency ?
    Regards,
    Rohit

    Hi,
    We have alredy referred to existing threds but the client requirement is sligtly different. The object currency should be displayed in report. Presently the report displyed in controlling area currency.
    Let me explain in detail, in report we have different co area currency, transaction currency & object currency. Now the report displayes the values in co area currency but actually at selection screen we are giving object currency. Why report displayed in co area currency?  We can chage the currency through currency translation but it is applicable for perticular project. Client requirement is report should automatically pick object currency in disply.
    Regards,
    Rohit

  • Text wrap around an achored object

    I'm continually frustrated by a text wrap issue around an achored object in a story. I have two anchored textframes that are taking up the top half of a text frame, one of them has a full column text wrap applied to it which forces the first title of the regular text to begin beneath it.  My issue is that sometimes this title falls too close to the anchored text frames but if I add space to the bottom of the text wrap, the title does not snug to the text wrap but will stay tight until the wrap adjustment invades the cap height and then it will suddenly jump way down what looks like the full line height of the style, creating way too much of a gap. I can't seem to get a clean even space between my anchored textframe and the first line of text. I'm doing hundreds of files with this set up and they are looking different because the anchored text frames are all different sizes and I can't get that space between them and the first title to be uniform.  I'm sure I'm missing an option somewhere, but I can't figure out what it is. I want the first line of text to snug up to the edge of the text wrap, and it just won't do it. I've looked through all my style options and can't figure out what I'm missing.  "Align to grid" is set to "None," and "Start Paragraph" is set to "Anywhere."
    I'm really confused by this. Anyone have any ideas what I'm doing wrong or if I've run up against a limitation in the application?
    I'm using CS5 on a Mac 10.5.8

    Sorry Grant,
    Your "solution" does not work in this instance. The boxes you see in my image are the first things on that page. The anchor paragraphs are set to start in a new column so that they purposely start a new page. The story starts 3 pages before this and you can't have anchored objects more than a spread away from their anchors, so your solution simply does not work. I would have to break my lesson into multiple stories, which is the very thing I'm trying not to do to keep my workflow efficient.
    It looks like it is a limitation of ID's anchored object workflow (which has never been ideal, but I'm trying to work with it). Unfortunately, tables are also not a safe solution because long tables used together with span/split column features cause ID to crash (predictably)--as far as I can tell, Adobe doesn't appear to be interested in fixing this bug. I've learned the hardway not to combine them in any workflow unless I want to restart ID multiple times a day.
    In case you are wondering, this complicated workflow resulted from a shortcoming in ID anyway. I have to place the text in table cells so that I can use the SIde Heads plugin to pull them automatically into anchored objects. I have to anchor them into floating objects to get the rounded corners on background squares that is BEHIND the text. I could do it as tables in the flow of text if I could create anchored backgrounds with rounded corners that floated behind the tables, but unfortunately, ID will not let you change the stacking order of anchored objects--they always float in front and there is no option to push them behind--and tables are uniformly square and boring. I tried several times to create an easily automatable workflow for this project, and complicated as it is, this is the only one that actually works.    
    I will have to manually adjust the paragraph spacing and leading. That seems to be only adjustment that gives me the fine control that I want. I just wish it were consistent from document to document so I could set it in the style and not have to eyeball everything.

  • Float type problem helppppppppp

    I have a jsp page, which retrieves values from a html page, my problem is that
    i can insert the values in database, but the problem is that it does not insert the flot type values...
    like 21.21, 242.52. It shows only 21,242
    it does not shows in float type.
    html form:
    <input type="text" name="code" size="5" maxlength="5">
    <input type="text" name="Description" size="65">
    <input type="text" name="DrAmount" size="12" >
    <input type="text" name="CrAmount" size="12" >
    <SELECT name="type">
    <option value="" selected></option>
    <option VALUE="C">C</option>
    <option VALUE="O">O</option>
    <option VALUE="OI">OI</option>
    <option VALUE="OR">OR</option>
    <option VALUE="S">S</option>
    <option VALUE="SB">SB</option>
    <option VALUE="SG">SG</option></select>
    <input name="pct" type="text" size="6" maxlength="5" >
    jsp page:
    <html>
    <head>
    <%@ page
         import = "java.io.*"
         import = "java.lang.*"
         import = "java.sql.*"
    %>
    <title></title>
    </head>
    <body>
    <h1></h1>
    <%
         String Code,Description,Dr_Amount,Cr_Amount,Pct,Type, sql1 ;
         ResultSet results;
         PreparedStatement sql;
         try
              Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
              Connection conn=DriverManager.getConnection("jdbc:odbc:pf","scott","ttlscott");
              try
                   int gl_code;
                   Float db_amt,cr_amt,gl_pct;
                   String gl_descr, gl_type;
                   boolean     doneheading = false;
    Statement s=conn.createStatement();
    Code = request.getParameter("code");
    Description = request.getParameter("Description");
    Dr_Amount=request.getParameter("DrAmount");               
    Cr_Amount=request.getParameter("CrAmount");
    Type = request.getParameter("type");
    Pct=request.getParameter("pct");
    PreparedStatement pstmt = conn.prepareStatement(
    ("INSERT INTO gl_mast VALUES (?, ?, ?, ?, ?,?)"));
    pstmt.setInt(1,Integer.parseInt(request.getParameter("Code")));
    pstmt.setString(2, request.getParameter("Description"));
    pstmt.setFloat(3,Float.parseFloat(request.getParameter("Dr_Amount")));
    pstmt.setFloat(4,Float.parseFloat(request.getParameter("Cr_Amount")));
    pstmt.setString(5, request.getParameter("Type"));
    pstmt.setFloat(6,Float.parseFloat(request.getParameter("Pct")));
    pstmt.executeUpdate();
                   sql = conn.prepareStatement("SELECT * FROM gl_mast WHERE gl_code = '" + Code + "'");
                   results = sql.executeQuery();
                   while(results.next())
                        if(! doneheading)
                             out.println("<table border=2>");
                             doneheading = true;
    gl_code = results.getInt("gl_code");
    gl_descr = results.getString("gl_descr");
    db_amt = results.getFloat("db_amt");
    cr_amt = results.getFloat("cr_amt");
    gl_type = results.getString("gl_type");
    gl_pct = results.getFloat("gl_pct");
                        out.println("<BODY bgColor=blanchedalmond text=#008000 topMargin=0>");
                        out.println("<P align=center><FONT face=Helvetica><FONT color=fuchsia > <BIG>GL MASTER INFORMATION</BIG></FONT></P>");
                        out.println("<P align=center>");
                        out.println("<TABLE align=center border=1 cellPadding=1 cellSpacing=1 width=\"75%\">");
                        out.println("<TR>");
                        out.println("<TD>Code No.</TD>");
                        out.println("<TD>Description</TD>");
                        out.println("<TD>Dr. Amount</TD>");
                        out.println("<TD>Cr. Amount</TD>");
                        out.println("<TD>Type</TD>");
                        out.println("<TD>Percentage</TD></TR>");
                        out.println("<tr><td>" + gl_code);
                        out.println("<td>" + gl_descr);
                        out.println("<td>" + db_amt);
                        out.println("<td>" + cr_amt);
                        out.println("<td>" + gl_type);
                        out.println("<td>" + gl_pct);
                   if(doneheading)
                        out.println("</table>");
                   else
                        out.println("No matches for " + Code);
              catch (SQLException s)
                   out.println("Dupliacte Entry<br>");
         catch (ClassNotFoundException err)
              out.println("Class loading error");
    %>
    </body>
    </html>
    error:
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSP
    An error occurred at line: 13 in the jsp file: /gl_master/gl_save.jsp
    Generated servlet error:
    D:\Program Files\Apache Software Foundation\Tomcat 5.0\work\Catalina\localhost\abhi\org\apache\jsp\gl_005fmaster\gl_005fsave_jsp.java:100: incompatible types
    found : float
    required: java.lang.Float
    db_amt = results.getFloat("db_amt");
    ^
    An error occurred at line: 13 in the jsp file: /gl_master/gl_save.jsp
    Generated servlet error:
    D:\Program Files\Apache Software Foundation\Tomcat 5.0\work\Catalina\localhost\abhi\org\apache\jsp\gl_005fmaster\gl_005fsave_jsp.java:101: incompatible types
    found : float
    required: java.lang.Float
    cr_amt = results.getFloat("cr_amt");
    ^
    An error occurred at line: 13 in the jsp file: /gl_master/gl_save.jsp
    Generated servlet error:
    D:\Program Files\Apache Software Foundation\Tomcat 5.0\work\Catalina\localhost\abhi\org\apache\jsp\gl_005fmaster\gl_005fsave_jsp.java:103: incompatible types
    found : float
    required: java.lang.Float
    gl_pct = results.getFloat("gl_pct");
    ^
    3 errors
         org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:84)
         org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:332)
         org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:437)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:497)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:476)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:464)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.0.30 logs.
    Apache Tomcat/5.0.30

                   Float db_amt,cr_amt,gl_pct;
    found : float
    required: java.lang.Float
    db_amt = results.getFloat("db_amt");The messages are self-explainatory. You are having objects of type Float. and the ResultSet.getFloat() would return float.
    Cheers
    -P

  • Converting from String to float and vice versa

    I'm interested in people's thoughts on where common logic to convert between various field types should be stored in an application to minimise code duplication and maintenance.
    I have an application which consists of an object and a jPanel which displays and maintains this object. The object contains a number of private float fields which are accessed by getters and setters. The jPanel contains one jTextField for each of the fields within the object.
    Currently I have numerous lines of code in the jPanel to convert between the values needed by the getters and setters in the object (i.e. float) and the String value used by the jTextFields. This code handles cases where the String value may be blank or null.
    I've thought that one alternative to having all this conversion/validation code in the jPanel is to create a second set of getters and setters for each field which accept and return String values.
    What do people think about this? Is it advisable for only have one getter and setter for a variable? Should I put the conversion/validation logic for each field into a seperate common routine?
    Thanks,
    James.

    Hi James,
    You should go with whatever works best for you. By creating multiple getters and setter you save yourself from repeating the same code throughout your program.

  • Why is "move object to section Master" is dimmed?

    I import a tiff image to a page layout document.
    I select it and go to Format->Advanced ->move object to section Master
    the submenu selection is dimmed.
    Can anyone help?

    DennisG wrote:
    I can think of two reasons why it would be dimmed out: 1) you didn't select the object; and 2) you're working in a page layout document, where each page is its own section. Since the purpose of a section master is to repeat an image on every page of a section, having one-page sections makes section masters unnecessary and, therefore, unavailable as an option.
    I apologize but it seems that you are wrong
    The User's Guide states:
    +Using Master Objects (Repeated Background Images)+
    +You may want to add watermarks, logos, or other background images that appear in+
    +the same spot on every page of your word processing _*and page layout*_ documents.+
    +These repeated graphics are called master objects.+
    And I checked that I may perfectly do the trick in a Page Layout document : I tested with the "Tokyo Letter"
    From my point of view the OP has just inserted an inline object, not a floating one !
    Yvan KOENIG (from FRANCE dimanche 20 avril 2008 19:24:01)

  • Make the currency field in SOCO editable

    Hi All:
    PDP Scenario
    I have a requirement to make the currency field in SOCO. I did try to control it in SPRO > SAP SRM > Cross-App > Extensions and Field Control > Configure Control for Fields on Item Level > Metadata for Fields on Item Levels, but did not work.
    Configuration Entries:
    Field Name: Currency
    Object Type: BUS2121
    Transaction Type: " "
    Field Visible: Checked
    Field Enable: Checked
    Field Required: Unchecked
    Any input is appreciated.
    Thanks: Mike

    Hi Mike,
    You were almost at the right spot:
    SPRO >  SAP SRM > Cross-App > Extensions and Field Control > Configure Field Control > Configure Control for Fields of Substructures > Metadata for Fields of Substructures and Table-Like Enhancements
    Entries:
    Set type: SI
    Field name: Currency
    Obj Type: AO_SOCO
    Set level: ITEM
    Field Visible: Checked
    Field Enable: Checked
    Field Required: Unchecked
    Perhaps you also need to check the "post-editable" field...
    Hope that works!
    Best regards,
    Jos

  • Currency Conversion in Update Rule greyed out

    Hi All,
    I searched this forum for what I thought something would have been reported on, but in the update rule for a key figure there is the option to input currency translation.
    The problem is it's greyed out and I cannot input the translation.  The screen looks just like the conversion entry you put in the query designer for the key figure.
    Why is this field greyed out?
    Thanks,  Mark.

    Hi again,
    currency of the source and the target-keyfigure should differ.
    create a new KYF as copy of 0AMOUNT with a differing Currency object or with fixed Currenca and call it AMOUNT in <CURRENCY>.
    Will work
    Cheers
    Sven

  • Currency is not showing in the result out of BW report.

    Hi All,
    I created a report, In the report out having key figure called "Amount", In the result its displaying as Amount =100, But as per the user requirement I need the amount value as Amount=100 EUR or MYR or GBP or USD like this.
    The keyfigures having property as fixed currencty as EUR, I made the mapping to 0loc_cuur, 0doc_curr in BW , In the cube output I can see the values populating in the currency columsn.
    In the query also doesn mention DIM id and its direct key fgures.
    Could you please give me some suggestins to get the currency with amount 100EUR.
    Is there any possiblity to write the abap code and concatenate the values in the report 100EUR or 100GBP like this.
    Thanks in Advacne.
    laks

    Hi Laks,
    Check this KF property in RSD1.
    If it has fixed currency 'EUR', then all the values will be reported only in EUR. your mapping of 0LOC_CURCY will not work.
    Now, in order to populate different currencies coming from the transaction data, you need to assign a reference currency object to this key figure. ( for ex 0LOC_CURRECY ).
    It will not be possible for you to change the ref currency, unless you delete the data in all the infoproviders which are having this key figure.
    If you can delete the data, then you can change the ref currency after data deletion and map this reference currncy to the source currency.
    Let me know, if there are any other amount key figures in the same target and what are their reference currencies.
    Thanks,
    Krishnan

  • Controlling area currency diff from comp code currency

    Hi Gurus,
    In all the reports for for viewing the budget vs actual,  i am getting in controlling area currency(EUR) I want to view that in company code currency( INR) by default without having to change the currency.
    Thanks in advance

    Hi,
    You have two options:
    Enter either a target currency or one of the following currencies:
    Controlling area currency
    Object currency
    Transaction currency
    If you enter a target currency, enter the following data for currency translation:
    Base currency
    Date of translation
    Exchange rate type
    The SAP system uses these entries to convert from the selected base currency to target currency values
    Hope its useful.
    Reward points if useful.
    Thanks..

  • Planning activity price in various currency

    Hi,
    I have controlling area with currency EUR and two company code linked to it:
    Company code A with currency EUR
    Company code B with currency MXN
    Is there any way to plan activity price in USD?
    Thanks in advance
    Regards

    Hi ,
    THere are 3 currencies which are available in CO. One is the CO Area currency ( the currency maintained in the CO Area ) , Second is the Object currency ( the currency maintained in the Object , if it is a Cost Center , then the Object currency will be the Company code currency to which the CC belongs to ) and Third is the Transaction currency ( the currency in which a transaction is posted , be it Plan transaction or Actual transactions ) .
    You can enter cost element planning using any of those currencies ( by creating user defined layouts if std layouts do not suffice requirements ).
    Activity output has to be planned in terms of quantities in Cost Centers.
    Activity price is to be computed automatically in the system ( recommended ) . Activity prices are always maintained in only two currencies , Object currency and Co Area currency. All activity transactions will happen using the Object currency so that the absorption on Cost Centers is always proper.
    We cannot have activity prices maintained in transaction currencies. Is there a real justification and a business reason to have the price to be maintained in USD ? Please let me know.
    Regards,
    Venkat.

Maybe you are looking for