Currency of fields in SBO DB

Hi,
i am looking for a documentation where I can see which currency is used in the fields of the sbo db.
For example:
LineTotal is in EUR
Price, PriceBefDi and IMNPrice are in USD.
USD is the foreign currency.
Or is there a method to get the standard currency for each position?
Thanks,
Sebastian

Hi Sebastian,
I think your question is more releated to B1 application behavior of its different forms. As this forum is more dedicated to SDK issues maybe you can give a change to your question in the SAP B1 CPSN forum, more dedicated to B1 application and implementation.
If you are a B1 partner you can access to the CPSN forum at:
http://cpsn-channel.sap.com/businessoneforum
Regards
Trinidad.

Similar Messages

  • Currency Input Field Format

    Dear Experts,
    I have a requirement to modify the currency input fields on interview screens to automatically format as below, while entering values.
    - Right align values in the entry field
    - Prefix currency sign
    - Hide decimals
    - Comma as 1000 separator
    Amount
    $500,000,000
    Any suggestions on this would be appreciated.
    Thanks,
    Anup

    This will require custom work. There's no out-of-the-box way to configure what you're describing. Not if you want it to display that way as you're typing the numbers.
    For configuring the way the currency value displays after being submitted, have a look at the options in the application.properties file: http://docs.oracle.com/html/E48376_01/toc.htm#Technical Reference/Config_Files.htm#application.properties --> Input and output formats --> Default formatter

  • How to handle currency & unit fields in call transaction?

    Hi,
    Can any one tell me How to handle currency & unit fields in call transaction? & how to dael with error for this fields? whith some sort of coding.
    Thanks In Advance.
    Pravin

    Hi Pravin,
    The same topic has been discussed in the following thread:
    How to handle currency & unit fields in BDC recording method?
    Regards,
    Chandra Sekhar

  • Purpose of Entry/Check Table and Currency Quantity Fields...!

    Hi......!,
    I want to know what is the purpose of this   Entry/Check Table and Currency Quantity Fields, while creating a table in DDIC .
    give me a clear explanation .....!
    best answers would be rewarded.
    thanks
    prasad

    Hi Prasad,
    All the Modules in SAP are inter related,
    So their Tables also must be related and must be valid
    and they are related to foreign key relation ships
    and also we can provide the list of input values using search helps
    to know what the search helps and check tables are assigned to the particular  field they provided the tab
    In the currency fields or quanitiy fields we only enter the amount but not the units,
    so the units are assigned if we provide the reference field and table , and so that tab is provided to check what are reference fields and tables and also to assign new fields
    hope I am clear
    Reward if helpful
    prasanth

  • Reference table / reference field for currency/quantity field in tables.

    Hello Sap Experts ,
    Am a newbie and not able to make head or tail of what reference table and reference fields are when related to currency / quantity fields.Someone if could explain to me with a small example it would be great.

    Hi,
    The currency and quantity field always require a reference table and field so that they can be entered in correct format.
    Whenever you use currency and quantity field while creating the table you need to provide their respective reference field and table.
    whenever you use currency and quantity in scripts or smart forms you again have to receive their value using variables referring to their reference table and reference field.
    hope it must have cleared some of your doubts.
    Thanks,
    Abhi

  • ERROR: Select Currency/UoM field for the selected analyzed fields

    Hi all
    I am currently creating Business Rules in GRC PC 10.0 for the Automated Monitoring Framework.
    After completing the Basic Information page, I click [Next] and get to the Data for Analysis page.
    If ever I select any field that contains a value for Currency or Unit of Measure, I receive the following error and cannot proceed with creating the Business Rule:
    Select Currency/UoM field for the selected analyzed fields
    Does anyone have any information/SAP Notes/documentation on what this error is and how to solve it?
    Any help will be gratefully accepted.
    Kind regards
    Gregory Huddle

    http://service.sap.com/sap/support/notes/1904313

  • F4 help values for currency key field in table

    Hi all,
    I have added currency and currency key fields in my Z table. For the curreny key field, i have assigned the standard data element WAERS. I have implemented Table Maintenance Generator for my table. But the F4 help values for the currency key field is not appearing when i tried to maintain table entry.
    Should i need to check the Foreign key check box for the field attribute? But this check box is in disable field in screen layout.
    Could someone tell me how to solve this issue?

    Hi,
    Make the check table of the currency field of your Ztable as TCURC,which is the master table of Currency.Inside the domain of the field you write the TCURC as a value table.and make foriegn key relationship with the TCURC table.
    Regards,
    Suvajit.

  • Currency(Calculated) field in a BSP Page

    Dear all,
    I have a field "menge" where in i take the user input of material Quantity and another field "netwr" to display value.
    On Initialisation I have written code to take the rate of a material from customizing table and multiply with the quantity and take it into "netwr" as value.
    The problem is that when the value is displayed a space appears after the full decimal
    Eg :
    for Menge = "3.000"
    and Rate = "1.50"
    The Value should have been "4.50"
    BUt it is displayed as "4.50 "
    Please help me in this regard.
    Thanks and regards,
    Arun

    Hi Arun,
    What is the data type of the "newtr".?
    While Displaying the currrecy in BSP we can use the foll syntax.It will format the currency.
    <%=page->to_string( value = <b>itab_bp-bet01</b> format = if_bsp_page~CO_FORMAT_CURRENCY )  %>.
    Rgds,
    Jothi.
    Pl close the thread if you got the soln.

  • Purchase Orders Summary, Currency Rate Field

    Recently we applied Patch INV.RUP 14, after that users notice that
    Purchase Order summary screen => Purchase Order Headers Block => Rate field, it shows the Foreign Currency Rate,
    while it used to show Local Currency rate before applying the patch.
    Does INV.RUP 14 patch change/amend on the PO behavior?

    Hello,
    RUP is called "Oracle Inventory and Receiving (PO): Release 11.5.10, Rollup Patch 14". You see PO that why this patch can change this or another prerequisite. You can create SR in metalink it seems to be bug. Always after upgrade something is missing:)
    Regards,
    Luko

  • Display currency  unit  field in FM reuse_alv_grid_display

    Hi friends,
    I am using ALV list, I want to display the currency field as a column in the list , also the '$' sign should get displayed in the amount field .
    I have used the logic given in the SAP help, but i am unable to display the currency unit.
    can anybody help me out .
    Thanks in advance for the suggestions.

    Hi Poonam,
       I think you cannot have the $ sign in the same amount field if you have declared it as a TYPE CURR field.
    YOu can have an extra field, immediately after the Amount Field which has a value '$' in it.
    If you want to have the dollar sign in the field itself, then concatenate the amount field and '$' sign into a common field and build a field catalog for that field.
    But there is an inherent disadvantage with this approach that you will not be able to have utilities like totals, subtotals etc.
    Welcome to SDN..:)
    Regards,
    Ravi
    Message was edited by: Ravi Kanth Talagana

  • Too many fields in SBO 2007.

    Hi friends,
    I got an error at the moment to update or delete any account numbers in the areas of "Type of Account" from the G/L Account Determination, in a new company that I'm configuring in SBO 2007.  The error says "too many fields" and I'm worried that error appears later in the production DB on my customer .
    Thanks.
    Daniel

    Hi Marcia,
    Just the error saying "too many fields", and I really want to get out the account or change it for other one.  In 2005 i don't have any problem with that.   In the other hand, the DB is new.
    Thanks.
    Daniel

  • When i am dividing currency / quantity field i am getting error.

    Hi Abappers,
    when i am dividing the currency field with quantity field and passing in currency field its going dump ,How to solve this problem plz help me.
    for ex: it_final-r_net = it_final-netwr / it_final-fkimg.
    Regards,
    vani.

    it_final-r_net = it_final-netwr / it_final-fkimg
    "caution it_final-fkimg it should not be zero.
    by the way what error indicating in dump?
    AMit.

  • Smartform help on currency key fields

    hi
    i want to concatenate wa_ekpo-netpr with currency key ? in smartform i have pass it and display the data.  and i want to display the plant t001w details in my top of the form layout how and where i have to write the code how to declare fields?
    pls send some steps and code

    Hi Shilpa,
    Here is the method.
    In the main program.
    DATA: FNAME TYPE RS38L_FNAM.
    DATA: ITAB TYPE TABLE OF EKPO WITH HEADER LINE.
    SELECT EBELN MATNR NETPR NETWR FROM EKPO INTO CORRESPONDING FIELDS OF TABLE ITAB UP TO 10 ROWS WHERE BUKRS = '1000'.
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
      EXPORTING
        formname                 = 'ZSP_SMFORM1'
    IMPORTING
       FM_NAME                  = FNAME
    EXCEPTIONS
       NO_FORM                  = 1
       NO_FUNCTION_MODULE       = 2
       OTHERS                   = 3
    CALL FUNCTION FNAME
      TABLES
        itab                       = ITAB[]
    EXCEPTIONS
       FORMATTING_ERROR           = 1
       INTERNAL_ERROR             = 2
       SEND_ERROR                 = 3
       USER_CANCELED              = 4
       OTHERS                     = 5
    In the smartform,
    1) In the Form interface, give
    ITAB LIKE EKPO
    2)In the Global definitions, give
    WA_NETPR TYPE EKPO-NETPR
    WA_NETWR TYPE EKPO-NETWR
    WA_ITAB TYPE EKPO
    3)In main window , create a loop(Right click and goto <b>Create->Flow Logic->Loop</b>)
    Give the loop as
    ITAB INTO WA_ITAB
    4) Now create a template(Right click and goto<b>Create->Template</b>).
    Create 4 columns(each of 4 CM and height 2 cm)
    5) Now create program lines (right click and goto <b>Create->Flow Logic->Program lines</b>.)
    In the input parameter, give wa_itab-netpr and wa_itab-netwr
    In the output parameter, give wa_netpr and wa_netwr.
    In the editor, give the follwoing lines
    wa_netpr  = wa_itab-netpr.
    wa_netwr = wa_itab-netwr.
    6) Now create the text (right click and goto<b>Create->text</b>).
    In the general attributes for ebeln and matnr , give as
    &wa_itab-ebeln and &wa_itab-matnr
    For netpr and netwr, give as wa_netpr and wa_netwr.
    This will definitely solve your problem.
    Regards,
    SP.

  • How to compare two currency form fields and display a message if the fields do not equal?

    My form has 2 fields named Total_1 and Total_2. If one of the fields does not equal the other, a hidden field will display a message in red on the form alerting the user. Otherwise, the message does not display. Looks like a validation script but I would greatly appreciate help in getting it started. Any ideas?
    Thanks, Charlie
    charlie6067

    Since the field values that you want to compare are the results of calculations, you should not normally compare their string values, but rather their numeric values when rounded appropriately (and perhaps then converted to a string). For example, if you have two values that display as 3.14, one could be 3.1400000001 and the other could be 3.13999999999991234. When you get the field values as strings and compare them, they won't be equal though they appear to be. Even some values that are numerically identical won't be equal when compared as strings ("0.0" != "0.00") So the code could be changed to:
    // Get the two field values, rounded to two decimals
    var v1 = util.printf("%.2f", getField("Total_1").value);
    var v2 = util.printf("%.2f", getField("Total_2").value);
    // Hide/Show the error message
    event.value = (v1 === v2 || (+v1 === 0 && +v2 === 0)) ? "" : "Error message here.";

  • Memo fields in SBO 2004

    Hi
    I need to add a memo field to my custom form and I am not sure the best way to do it. I can't seem to see a memo field in screen painter.
    Can anyone give me any help pls ?
    Regards Andy

    Can't you expand the height of a regular edit box?
    Maybe you can set the type of the object to it_EXTEDIT, I don't see an extedit item in the menu, but you can change the type afterwards using the item properties.
    I have not tried this myself.
    In the docs, I found this:
    "[ScrollBars Property] Returns or sets a value specifying whether or not the text box (multi-line text box only) has a scroll bar."
    But I found no info on multi-line text boxes, only this clue at the bottom of the page:
    "Remarks
    To apply a scroll bar, the EditText object must be defined as it_EXEDIT in Item.Type."

Maybe you are looking for