Currency LOV in Element Form

Hi ,
I need to update the LOV of Currency in Element Form but i have not idea where the Curreny LOV is defined in Oracle HRMS which is displayed in Element Form.
Any help will be highly appreciated!
Thanks,
Gaurav

You can enable new currencies at the following location:
System Administrator > Application > Currency
The 'Enabled' checkbox at the end switches them on/off.

Similar Messages

  • Elements are not listed in the LOV of element entry window

    hi friends,
    i tried running payroll for uae legislation in test instance.when i tried to attache the element in the elemnt entry screen,i m getting an error ,"query caused no records to be retrieved". Below i have mentioned the step by step activities i done,
    1. BG Creation.
    2. System Profiles.
    3. Element basic Salary created.
    4. Slary BAsis created and linked the element.
    5. Payroll Description ceated(As its trial in vision instance i have not created payment methods).
    6.element link created to the element, linked to payroll and salarybasis.
    (The above setups were created as on date 01jan2005 as date tracked)
    7. employee created.
    8. assignment details updated(payroll, salarybasis attached) based on daj as 01jan2009.
    9. I tied linking the element to the employee via element entry.
    when i tried that i am getting that error as,"query caused no records to be retrieved".
    i have not created a LE and not linked the stauaary informations in assignment screen.
    Please share me your valuable suggestions to overcome this issues.
    Note: As its vision i had run International HRMS setup conc program before creating elements, because when i tried creation of elements , i did not get the LOV for element classifications, only one list balance initialaisation was there, after running that concurrremt request,. that list has been eneblen, please share me your ideaws.
    Regards
    Raj Narayanan

    hi experts,
    now i have included both the variables in one text element..
    ...in a loop i m using ...              PERFORM write_form USING 'SERIAL_NO' 'SRN_NO'.
    now the issue is if in a table i have two items ...then loop will run two times....and the form will be called twice....
    thats how it works usually....
    but in my case only the last record is displaying .....first record is ...i think is overwitten by the 2nd record........dont know .....
    please help me out......
    thnx
    RK

  • How  can i print currency symbol in smart form?

    how  can i print currency symbol in smart form?
    i want to print the currency symbol with grant total based on the vendor currency.
    pls hepl............

    Hi,
    think You can't print the symbols for currency like $ and Pound etc
    see this doc if needed
    A variable in SAPscript is called a symbol. There are the following types.
    • System symbol (e.g. the number of the current page)
    • Standard symbol (usable in any document)
    • Program symbol (value from the print program)
    • Text symbol (“local variable”)
    The value of a symbol is text for using within SAPscript code and is represented by the symbol-name enclosed by ampersands. On seeing the tell-tale ampersands in SAPscript code, you sometimes need to figure out the symbol type.
    goto any PAGEWINDOW's Text elements in Script (SE71)
    from the Menu-> INSERT-> Symbols
    you find all symbols here
    System symbols
    System symbols in a SAPscript form are comparable to system fields like SY-UZEIT in an ABAP program, and include these. The graphical editor offers three types of system symbol.
    1. General system symbols
    See the table TTSXY. PAGE is the most widely used. The list given in our BC460 training manuals is out of date.
    2. SAPscript system symbols
    See the dictionary structure SAPSCRIPT. SAPSCRIPT-FORMPAGES is the most widely used.
    3. ABAP system symbols
    For the ABAP system field SY-UNAME, say, the symbol is SYST-UNAME. http://SYST is the dictionary structure for ABAP system fields.
    Sample code:
    User: &SYST-UNAME&
    Page &PAGE& of &SAPSCRIPT-FORMPAGES(C3)&
    Standard symbols
    Standard symbols are maintained centrally (in the table TTDTG via transaction SE75) for use in any document. Menu path:
    Tools
    Form Printout
    Administration
    Settings
    Some standard symbols are SAP-standard and others are custom. Curiously, table TTDTG is cross-client although SAPscript forms are not.
    The value of a standard symbol has to be defined for each language used. This gives a way to make a single SAPscript form multi-lingual.
    We can take advantage to an extent of the central maintenance, though there is no guarantee that the available standard symbols will used in every appropriate context.
    Standard symbols complicate searching a SAPscript form, since text like ‘Charity registration 211581’ may be hiding in a standard symbol.
    Text symbols
    A text symbol is declared and assigned to within the SAPscript code, and so obviously applies only to the current document. The command DEFINE is used, requiring /: in the tag column, as in the following examples.
    /: DEFINE &COMP_NAME& = ‘University of Warwick’
    /: DEFINE &WS_RATE& = &TAX_SUMM_C&
    Reward points for useful Answers
    Regards
    Shiva Kumar

  • How to implement a Date Picker (Calendar) as a LOV in Portal Form?

    I have a form, which will input date from user, and I also have javascript calender.
    How to implement a Date Picker (Calendar) as a LOV in Portal Form? Do I need to choose POPUP and LOV for Date?
    Instead of typing the Date within a Portal form, a popup Calender that will allow user to Pick a date.
    Please help anyone!!

    Once you have the JavaScript and have added it to your form, you need to the the following. First off, you need to be able to customize the HTML code for the form (i.e. choose custom for form type when creating the form). Once you do that go into the custom layout to customize your HTML code. Find the field you want to add the date picker to. It will be <#your_field_name.ITEM#>
    Paste this code after it:
    <a href="javascript:show_calendar('forms[0.elements[16');" onmouseover="window.status='Date Picker';return true;" onmouseout="window.status='';return true;"><img src="the source of your image file" width=34 height=21 border=0></a></TD>
    You will have to play around with the forms[0].elements[16]. 16 is what date field is set to. However your will differ, so just play with it.
    Hope this helps.
    Martin

  • Not Able to put LOV in search form fields

    Hi
    I created the search form using Bindvariables.In my application i am using only JSF,ADF BC,trindad components(In Mobile apps,we have to use only trinidad comp's).
    I want search fields as LOv's .
    In AppModule,under view,ExecuteWithParams i have bindvariables.while dragging them i selected the selectonechoice ,in Edit List Binding Window,for base datasource i am giving one VO,and for list Data Source i am giving different VO .
    everithing is fine.but when i click 'ok' Button,it is giving th efollowing error.
    The selected target attribute has read-only access.please select an updateable attribute
    what is the Wrong i am doing?
    PLease anyone help me in figuring out my problem?
    I want to make the search fields as LOV in search form.so that user no need to enter the data in to them.simply can select the value from LOVand find out the results .
    Sailaja.

    what actulay is the problem.. i triied it , this is working fine.
    I guess just in the lov you have made make both the fields updatable
    Edited by: Rohit Hoon on Apr 23, 2009 2:13 AM

  • PopUp LOVs in tabular forms

    Hi,
    I've discovered a problem using Popup LOVs in tabular forms, whereby on selecting a value from the LOV the key value is displayed on the form instead of the display value.
    Having searched this forum it would appear I'm not the only one who has encountered this problem, but I've had no luck in finding an explanation for this behaviour or a solution / workaround.
    Can anyone help?
    Thanks
    Andrew.

    A Popup LOV is just a normal Input field with the option to popup another window, select a value and return that value to the field. On the popup window, the "display" value is shown to the user to make it easier to select the right value, but the "return" value is returned to the field as this is the value that needs to be stored on the database.
    As a normal input field, it can only hold and, therefore, display one value.
    Select Lists, on the other hand, store the "return" value but show the "display" value because that is how Select Lists are designed to operate.
    You can show the "display" value in a second field for data that is already on the database by using the "Display as Text (based on LOV, does not save state)", based on the same database column as for the Popup LOV field and using the same LOV table.
    However, the only way to get a "display" value for a new/edited record would be to either submit the page or design your own popup which can pass values back into two fields. Either way, you need two fields.
    Unless someone else has found a way around this?????
    Regards
    Andy

  • Error in Oracle Sample Custom Element Form FORM_LINK_URL

    Hi All,
    I've found the Oracle Sample Sites project very helpful in quickening the process of building new sites.
    http://blogs.oracle.com/ecmalerts/entry/site_studio_10gr4_sample_site
    However, the Element Definition ELDEF_CUSTOM_LINK (which calls the Custom Element Form FORM_LINK_URL) seems to have a problem with 11g which I've not yet worked out.
    When trying to use in Contribution Mode, the Custom Form locks the whole Contribution page and no elements are able to be accessed.
    There are no JavaScript errors and no resource loading errors (I've checked everything in Firebug).
    I suspect that possibly the API has changed since these were written... Has anyone a working version of this Custom Form, or can point me in the direction of a solution to resolve this as I am keen to look at and use the custom URL picker it enables.
    Thanks

    Hi Check these -
    1. Check these URL's are working
    http://pptaw0054.lotte-ppta.com:8889/forms/frmservlet
    http://pptaw0054.lotte-ppta.com:8889/forms/lservlet
    2.If Webutil installed? Then do proper configuration for "WebutilArchive"
    WebutilArchive=frmwebutil.jar,jacob.jar
    3.If Jinitiator is used,check if all corresponding jar files are downloaded onto user machine.Because all required class as shown in the error are there in jinitiator jar files.Also check all jar files that you have mentioned in archive_jinit are downloaded onto user machine.
    DO like this if using webutil archive_jini=frmall_jinit.jar,colorpicker.jar,keyfilter.jar,my_icons.jar,frmwebutil.jar,jacob.jar
    4.Enable all activex settings of your browser and do a proxy bypass setting in the browser as well..
    5. Check if you have download rights for downloading JAR files mentioned in archive_jini
    Edited by: anandk on Jul 24, 2012 1:18 PM

  • IDOC script in custom element forms

    Hi,
    I am using Site Studio 10gr4.
    I was wondering if its possible to use IDOC script inside custom element forms. What I want to acheive is to display a combox box inside a custom element in a static list. The values inside the combobox are retreived from one of the views (created inside Configuration Manager in the content server).
    Your help will be appreciated.
    Many Thanks

    OK, I found the answer :).
    I checked in the custom element element form as an HTM. Chaning it to HCSP fixed the issue :).

  • LOV & Query in Forms 10g not working

    Hi All,
    I have a strange problem with custom forms that i am developing using Dev Suite 10g (10.1.2) for Oracle AS 10g (10.1.2.0.2).
    When i test the form in DevSuite the LOVs in the form are working properly, but after i deploy the form on the server and use the default config the LOVs stop showing up.
    The same happens with Execute Query. There is no error message displayed either.
    Since the jiniitator was downloaded from the same server, so that cannot be the problem.
    The version of java used is also the same, 1.4.2.
    I have no idea why the forms are behaving like this on the server. Any help would be great.
    Thanks in advance,
    Arun

    I was able to get the trace file from the FRD.
    Please see below for the trace file of the form.
    trace.xml
    - <FORMSTRACE>
    <CollectionName>/u01/oracle/ias10g/bif/forms/trace/forms_23684.trc</CollectionName>
    ***TRACE STARTED BY EM***
    - <Form>
    <FormID>1</FormID>
    <Name>TPA_HEADER(1)</Name>
    </Form>
    - <Form.START Name="TPA_HEADER">
    <EventID>3</EventID>
    <EventNum>64</EventNum>
    <Timestamp>688001334</Timestamp>
    - <Details>
    <Name>TPA_HEADER</Name>
    <FormName>TPA_HEADER(1)</FormName>
    </Details>
    </Form.START>
    - <NETWORK.READ>
    <EventID>4</EventID>
    <EventNum>133</EventNum>
    <Timestamp>688014994</Timestamp>
    <EndEvent>7</EndEvent>
    <Duration>0</Duration>
    - <Details>
    <Packets>1</Packets>
    <Bytes>0</Bytes>
    </Details>
    </NETWORK.READ>
    - <MENU_SELECT Name="DEFAULT.Query.eXecute">
    <EventID>5</EventID>
    <EventNum>33</EventNum>
    <Timestamp>688014994</Timestamp>
    - <Details>
    <FormName>TPA_HEADER(1)</FormName>
    <Type>DEFAULT</Type>
    <Menu>Query</Menu>
    <Item>eXecute</Item>
    </Details>
    </MENU_SELECT>
    - <TRIGGER.START Name="TPA_HEADER(1).KEY-EXEQRY">
    <EventID>6</EventID>
    <EventNum>66</EventNum>
    <Timestamp>688014994</Timestamp>
    - <Details>
    <Block>TPA_HEADER</Block>
    <Item>(Null)</Item>
    <Name>KEY-EXEQRY</Name>
    <FormName>TPA_HEADER(1)</FormName>
    </Details>
    </TRIGGER.START>
    - <NETWORK.WRITE>
    <EventID>7</EventID>
    <EventNum>133</EventNum>
    <Timestamp>688014994</Timestamp>
    <StartEvent>4</StartEvent>
    <Duration>0</Duration>
    - <Details>
    <Packets>1</Packets>
    <Bytes>0</Bytes>
    </Details>
    </NETWORK.WRITE>
    - <NETWORK.READ>
    <EventID>8</EventID>
    <EventNum>133</EventNum>
    <Timestamp>688019034</Timestamp>
    <EndEvent>10</EndEvent>
    <Duration>0</Duration>
    - <Details>
    <Packets>16</Packets>
    <Bytes>0</Bytes>
    </Details>
    </NETWORK.READ>
    - <MENU_SELECT Name="DEFAULT.Help.display Error">
    <EventID>9</EventID>
    <EventNum>33</EventNum>
    <Timestamp>688019034</Timestamp>
    - <Details>
    <FormName>TPA_HEADER(1)</FormName>
    <Type>DEFAULT</Type>
    <Menu>Help</Menu>
    <Item>display Error</Item>
    </Details>
    </MENU_SELECT>
    - <NETWORK.WRITE>
    <EventID>10</EventID>
    <EventNum>133</EventNum>
    <Timestamp>688019034</Timestamp>
    <StartEvent>8</StartEvent>
    <Duration>0</Duration>
    - <Details>
    <Packets>1</Packets>
    <Bytes>0</Bytes>
    </Details>
    </NETWORK.WRITE>
    </FORMSTRACE>
    Message was edited by:
    arunm

  • Unable to view supplier list in LOV in PO Form

    Hi All,
    I have defined supplier, supplier site in supplier definition form but same values are not coming in LOV in PO form.
    I am working on CRP instance and done all steps correctly.
    If I open ASL screen suppliers are visiable but same LOV suppliers in PO screen.
    Kindly let me know causes for ASAP.
    Thanks
    Satish

    Dear Lee
    Yes it is a standard that you cannot view proformas in VF05.  The reason is that VF05 is to list all billing documents and in SAP proformas are not considered as billing documents.  If you want have a report, you can develop with tables VBRK and VBRP.
    thanks
    G. Lakshmipathi

  • JQUERY on a Custom Element Form

    Hi,
    I would like to know if it's possible to use the librairy jquery on a custom element form ( SSXA) . How to do a link to the jquery librairy stores in UCM ?
    I want to create a date picker with jquery . anyone have already done it before ?
    Thank you for your answer

    Eran,
    Can you elaborate on what you're looking for?
    UCM comes with a number of sample custom element forms. These forms are leveraged within a pretty strict context of the site studio contributor. The primary api is javascript based.
    I don't believe you would be restricted on the types of custom element forms you can create if you're implementing into a jsp/x site. I believe the issue is mostly dependent on how you're calling the SS contributor.
    -ryan

  • How can i populate records using LOV value in form 6i

    Create a form based on the following output use EMP Table
    Create a non Database Block i.e Control Block----> Dept No
    Create a Database Block -EMP
    Create an LOV for the Dept no from dept table.
    For the Current Dept No . Populate the Employee Records
    How can i populate records using LOV value????
    thanks

    How can i populate records using LOV value in form 6i Start by posting in the correct forum: {forum:id=82}
    (Seriously: after making all your previous posts in the Forms forum, how do you end up posting in this one? Is it because the Forms forum has changed category?)

  • Linking an LOV to a form in webDB 3.0 and getting the help files to work ?

    Hi All I can link an LOV to a form in webDB 2.2 I can link an LOV to a report in webDB 3.0 but I cannot seem to figure out how to link an LOV to a form in webDB 3.0 can anyone help me ?
    Also I can't get the help files to work I get the message : Database Log In Failed ?
    null

    quote:
    Originally posted by:
    kglad
    lol, flash was confused?
    Ok... maybe I caused some confusion? In my nested MC, first I
    added some animation and keyframes and THEN I went back to name the
    instances. This caused multiple instances with the same name along
    my timeline thus "cunfusing" flash.
    My bad!
    live and learn! (hehe)
    Pat

  • Can I subclass an LOV from another form?

    I'm not well-versed in Oracle forms. According to Forms documentation, a restriction of LOV's is "The LOV must exist in the active form module." But is there any way to define the LOV in a library form - (like, form1.fmb) - and have form2.fmb use the LOV without also creating it in form2.fmb?
    Subclass-ing sounds like the way, but I can't figure out how to do that. The objective is to add an LOV to 5 forms by changing only the library form that they all attach, and without changing the forms themselves. I've been able to add a text item to the library form and recompiling the other 5 forms, but so far have not been able to add the LOV item this way.

    Yes, I can drag and drop the item into the target form, but I'm trying to avoid that, if possible. Sorry if my description is confusing.
    I'm working with a purchased application, and we try to minimize modifications to the baseline forms. I was able to add a text item to a data block defined in a library form, and when the 5 forms that need to display that item are compiled, they pick up the text item from the library form. I didn't have to do anything to the 5 'front-end' forms except compile them.
    I don't know the mechanics of forms compiles, so I may not be using the right terminology. Bottom line is, my change to the library or template form was propagated to the other forms at compile time - having made no changes to the target forms.
    When the user requested that this new field be validated against a database table, I expected that I would be able to add the LOV and the record group to the library form, and when I recompiled the other forms, the new LOV/RG would propagate to them, just as the new text item had done. However, when i do that, I get an error: 'Can't find swvpsuf_lov'.
    If I go into one of the target forms and add the lov, it does work. If I go into a form and drag the lov from the library form, it also works - but I didn't have to do that with the text item so I'm preplexed as to why I have to do it with the LOV.
    I'm just trying to find out whether:
    a) the only way to do this is by adding or subclassing the lov into each target form, OR
    b) there is some way to accomplish it by just adding the lov/rg stuff in the library form and recompiling the target forms - and how to do it.
    Thanks!

  • I love the new form generation stuff in FB, but some problem here

    I love the new form generation stuff in FB and I've created a form from a create autogenerated service.
    When the user fills in the form I call the method I assign it to a token in a call responder
            createtbMysteryShopperResultsResult2.token = tbMysteryShopperResultsService.createtbMysteryShopperResults(tbMysteryShopperRe sults2);
    The service just a void one
    However if the users fills the form again and called the same service I get an error:
    Item with id 'tbMysteryShopperResultsRPCDataManager:#:0' already exists.  Error on destination 'tbMysteryShopperResultsRPCDataManager'
    The primary key column is auto incremented in the ms sql database so I do not understand this error?
    Any advice would be great, this problem has been bugging me for days now
    A lot of the code generated stuff I don't understand so I don't know where to look for errors

    Sorry for the late response, but I think I've found a workaround, I encounter exactly the same trouble in my application, very rare trouble but more often when the application runs on touch screen. I think It's like the user double-click on the button firing the action of create item twice, in my case it should not arised because i remove the button on click but ... sometimes  it seems it should :-/ By default the RemoteObject wrapps in the DataService is in multiple mode , see concurrency in RemoteObject source :
        [Inspectable(enumeration="multiple,single,last", defaultValue="multiple", category="General")]
        * Value that indicates how to handle multiple calls to the same service. The default
        * value is multiple. The following values are permitted:
        * <ul>
        * <li>multiple - Existing requests are not cancelled, and the developer is
        * responsible for ensuring the consistency of returned data by carefully
        * managing the event stream. This is the default.</li>
        * <li>single - Making only one request at a time is allowed on the method; additional requests made
        * while a request is outstanding are immediately faulted on the client and are not sent to the server.</li>
        * <li>last - Making a request causes the client to ignore a result or fault for any current outstanding request.
        * Only the result or fault for the most recent request will be dispatched on the client.
        * This may simplify event handling in the client application, but care should be taken to only use
        * this mode when results or faults for requests may be safely ignored.</li>
        * </ul>
    Then I add a test in my code and the problem seems to disappear  :
                                if ( createPersonResult.token == null )
                                    createPersonResult.token = personService.createPerson(person);
    HTH,
    Stephane

Maybe you are looking for

  • Stock on a particular day

    Hii this is Srikanth, i am working in a product based company, so i need a report details of  "Stock on a particular day". Because, my boss needs, if u give u date he need to get for that day stock for plant wise. for this he is going to enter i.e, i

  • Changes to Pre-Insallation of Win 8.1 pro

    I am looking into buying a new laptop ( 16 GB Memory, 1+ TB storage with SDD, etc) would like to have several drives - c,d,e, f, etc each for separate Relational databases SQL Server version(S), Oracle, DB2 and such for my convenience. The pre-instal

  • Profil camera v2 for Nikon D4s in Lightroom CC

    hello, I just installed lightroom 6 and I find two versions of the profiles for the Nikon D4S. Example, there is the profile "Standard Camera" and the profile "Camera standard v2". What does this version 2 of the camera profile? Tank you

  • ACE and RTSP over UDP

    I have a VIP that is not able to stream RTSP over UDP. TCP streaming works fine, but when I configure UDP on the Real client no UDP packets are even processed by the ACE. When I configure 'inspect rtsp' on the class, then TCP streaming also breaks. I

  • How to combine looping column with calculated column

    Dear Gurus, I have a report that contains number of sale items in each plant. And plant (0PLANT) is a master data. I have to calculate Accumulate Total as below:      Plant                          Date     Mall 6     Pinklao     Siam     Mini L/P