How to Change the Format of Object.................

Hi,
The client is asking us to change the format of the out of th object into another format.
With The existing format the result is DisplayFare: 4,673.23
and the formula used is :
WhilePrintingRecords;
global currencyvar DisplayFare;
global currencyvar array PaxFare;
global numbervar num;
if {fld.Fld1}= 'IPAX' then
    DisplayFare := PaxFare[num];
DisplayFare;
But client want the same in different format DisplayFare:4 673,22.
For what changes i needs to do...................please do the needful.
Regards,
Maheedhar

Hi Maheedhar,
The only difference I see if that the required format does not have a thousands separator (Or does it have space as the separator?) and it uses a comma as the decimal separator.
You can right-click the field > Format Field > Customize > In here you should be able to change the Decimal separator, Thousands separator etc.
-Abhilash

Similar Messages

  • How to change the format in sap script

    Hi,
    I am working on a report which calls a sap script and i have to modify the script i.e. the values which are displaying in it. i had never worked on SAP SCRIPTS ,plzz provide me guidlines how to change the format of the data displayed in it.

    hi,
    this will give you the whole idea about the scripts in SAP the t-code is SE71.
    refer this link::
    [SAP SCRIPTS|http://help.sap.com/saphelp_40b/helpdata/en/d6/0dc169494511d182b70000e829fbfe/applet.htm]
    [WIKI|https://wiki.sdn.sap.com/wiki/display/ABAP/FormPrinting-SAPscript%2CSmartforms]
    regards
    sarves
    Edited by: Sarves Sombhatla on Feb 20, 2009 1:38 PM

  • How to change the format in shipping point

    Hiii.. When we define shipping point, how to change the format from hours to days for entering loading time & pick pack time.
    Regards,
    Jay

    When you maintain working times in define shipping point, the time is maintained in HRS. This is called precise scheduling.
    If u do not mainatin the workin times field (blank) then the time is maintained in days. This is daily scheduling.
    Vishal

  • How to change the format of a picture?

    I've saved a picture that I got from Twitter. The end of the picture file says ".jpg-large".
    This file will not open in Preview, nor in iPhoto which are the two apps where I knew how to change the format.
    Could anybody help me out in another method of changing this picture format?
    Thank you

    Rename it to end in .jpg.
    (77789)

  • How to change the Workflow Business Objects

    Hi,
    How to change the Workflow Business Objects. I need to add custom code to the Method. can I create only custom method or I need to copy the existing object to Custom object .
    Thanks
    Niranjan

    Hi,
    Check the following link:
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://www.sapmaterial.com/badi.html
    Regards,
    bhaskar

  • How to change the format of a cell in a web report

    Hello experts,
    Is it possible to implement this in a Web Report/BEx query?
    We have a list of products grouped into Company A and Company B. One key figure is for example Net Cost Price.
    We need to highlight the lowest net cost price in every company but with a different colour depending on the company assuming prices are sorted in ascending order.
    We have been recommended to use Web Design Api for Tables but we understand that in order to format a cell content we need to know the axis position of the cell but we don't know how many rows the query will display for every company. Is this kind of requirements only possible with "static" reports where we know exactly the number of rows and columns that are going to be displayed?
    This is an example.
    COMPANY      PRODUCTS    NET COST PRICE
    Company A    Product 1    <b>5€</b>
                 Product 2    10€
    Company B    Product 1    <b>10€</b>
                 Product 2    20€
    Any help would be very much appreciated.
    Thanks in advance,
    Inma

    Hi Inma,
      If you have already not solved your problem , you can try the following solution with table interface class.
    Table interface class generates HTML table row by row so it first process the charecterstics and then KFs .
    You define a  attribute(type public) in class and set that attribute to X (In CHARECTERSTIC menthod)when ever the company code changes.
    Then make use of that flag in DATA method to change the format of cell (Assuming you sorted by Ascending).
    hope this helps.
    Regards
    Madhukar

  • How to change the format of the video on my Palm Centro

    I have used the video feature on the phone & have played back the videos fine on my phone.  However, when I sync them to the computer, they are in a Real Player format.  When I try to open them through the back up folders (I wanted to delete them off my phone & palm software so I could take more videos & sync easily.  So I'm trying to move the videos to a separate folder on the computer.  They are actually put in a back up folder automatically when I sync, but they are all in Real Player Format.)
    Anyway - they won't play in Real Player.  How can I change the format so that I can play them back in a program other than Palm????
    THANKS!!
    Post relates to: Centro (Verizon)

    Quicktime is available free from apple.com.
    WyreNut
    Post relates to: Centro (AT&T)
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • How to change the format of the display_name

    Hi,
    Does anyone have an idea, how can I change the format of the display_name of the employee to First_name|| last_name? I do not want to include the title in the name format. This is for India Localisation.
    I tried changing the HR profile value "Default full name format". But the format of full_name does not change.
    your response would help me alot
    Thanks
    Mano

    Pl post full versions of your OS, EBS and HR patch level. Pl see if these MOS Docs can help
    362229.1 - How to Display Full Name as Surname PreferredName
    359995.1 - How to Access Global Name Format Functionality
    HTH
    Srini

  • How to change the format of a date field inheriting format from subclass.

    Currenctlty date filed is inheriting the format from a property class. The date format in my property class is 'dd/mm/rrrr'.
    Now my requirement is to change the format mask according to my applications user from 'dd/mm/rrrr/ to 'dd/mon/rrrr'.
    Some may use 'dd/mm/rrrr' and some may use 'dd/mon/yyyy'.
    Thanks.

    Some may use 'dd/mm/rrrr' and some may use 'dd/mon/yyyy'.
    I want a generic solution to change the date format at runtime These two seem to conflict. How will you decide which one to change and which not?

  • How to change the format of an in build date

    How to change the inbuild date datatype format?

    Hi Renuka,
    Follow these steps:
    1. Create a context attribute named date1
    2. create a simple type (local Dictionary-->simpletype) named date1 of type date.
    3. If you want your date format to be same always and doesn't require to change dynamically then go to representation tab for your simple type (date1) and set its format to dd/MM/yyyy(eg.)
    4. For your context date1 set it type property to your simple type(using browse button ...)
    5. Bind this context to a input field in your view
    If you want to change the format of your date at runtime then you need to write this code in the method where you would like to change its format.
    IWDAttributeInfo attr = wdContext.getNodeInfo().getAttribute("date1");
    ISimpleTypeModifiable simple = attr.getModifiableSimpleType();
    simple.setFormat("dd/MM/yyyy");
    Regards,
    Murtuza

  • How to change the format of the cell in input schedules

    Hi gurus
    I tried to change the format of the cel in input schedulesl, but I can not, for example
    when I insert 80 in the cell, and i send the data the system switches to -80 and the report shows (80) y when i insert -80, the system switches the number to 80
    I want it when you insert 80, the system keeps 80 and do not change
    Anyone know how to do that?
    thanks
    regards

    Hi,
    The other experts have guided you with the steps to change the property. However, you need to understand why is the design like this and what impact can it have on your system.
    Usually, the accounts defined belong to the PnL or BL statements. There definitely can be some other accounts as well. The PnL and BS accounts can be either income (INC), expense (EXP), asset (AST) or liability and equity (LEQ). Changing the account type of these type of accounts can heavily impact your financial statements. So, you should carefully think over this before changing the property.
    Hope this helps.

  • How To change the ADF View Object  query where-clause at RunTime?

    I am trying to create a simple display page which will display user data (username, assoc_dist_id, assoc_agent_id, status , etc). The User data is stored in a database table and i am using an ADF Read Only table based on the View Object to display the data on the JSF page.
    However, i want to display only the users that a particular person accessing the page has the AUTH LEVEL to see. e.g. If the person accessing the page is an 'ApplicationAdministrator' then the page should display all users in the table, If its a 'DistributorAdministrator' then the page should display only users associated with that Distributor (i.e. assoc_dist_id = :p_Dist_id ) and If its an 'AgentAdministrator' , then the page should display only users associated with that Agent ( i.e. assoc_agent_id = :p_Agent_id).
    Currently my af:table component displays all the users in the table because the query for the view object is (select * from users) . However, i want to use the same viewobject and just set the where-clause at runtime with the appropriate parameter to restrict the dataset returned.
    Do anyone knows how to accomplish this ?

    David,
    See the custom method initializeDynamicVariableDefaults() in the SRViewObjectImpl.java class in the FrameworkExtentions project in the SRDemoSampleADFBC sample application. You can find out how to install the demo if you haven't already from the ADF Learning Center at:
    http://www.oracle.com/technology/products/adf/learnadf.html
    This class is a framework extension class for view objects that adds a neat, generic feature to be able to dynamic default the value of named bind variables. You can read more about what framework extension classes are and how to use them in Chapter 25, "Advanced Business Components Techniques" of the ADF Developer's Guide for Forms/4GL Developers, also available at the learning center above.
    It is an example of generic framework functionality that "kicks in" based on the presence of custom metadata properties on a named bind variable. See section 25.3.3 "Implementing Generic Functionality Driven by Custom Properties" in the dev guide for more details. Using this sample code, if you add a bind variable to a view object, and define a custom metadata property named "DynamicDefaultValue" on that bind variable, and set this custom metadata property to the value "CurrentUser", then that bind variable will have its value dynamically defaulted to the name of the authenticated user logged in. If instead you set this custom property to the value "UserRole", then the bind variable will be set to the comma-separated string containing the list of roles that the authenticated user is part of.
    Once you've created a framework extension class for view objects like this, you can have the view objects you create inherit this generic functionality.See section 25.1.4 "How to Base an ADF Component on a Framework Extension Class" in the dev guide for more info on this.
    By adapting a technique like this (or some idea similar that better suits your needs) you can have your view object query contain bind variables whose values automatically take on the defaults based on something in the user-session environment.

  • How to change the text of object icon

    Hi Freinds ,
    We have just upgraded to EEC 6.0 ,
    when the user is loging in french language the text for the object icon (Job)  on OM is the same as object icon (position) .
    Is there a way in which you can change the text for the object icon :
    Regards
    Lakshmi

    Hi Sikindar ,
    We use different languages in different countries , when using the transaction PPOME , The text against icon JOB : appears to be the same as position in french language but  when we log in english it shows the correct text that is JOB ,
    Which report are you talking about .

  • How to change the Format Colour?

    Hi,
    I found that something are really useful~in the Inspector~Link tab~Format tab,it can change the colours of the instruction like NEXT,PREVIOUS...
    But this useful skil only able to apply on some pages like the Blog~Entries;but it seems doesn't work on the page of Photo Album~those command of Back to index,play slideshow,subscribe...are not able to change as the changing in Blog Entries...
    May someone teach the skil to do that?or...it can't be?
    Thanks!!

    Hi Richard,
    I think you're referring to the entries in the "Body" section of the tab definition.
    Look further down the page at the "Current Tab" and "Non Current Standard Tab" settings - this is where the actual tabs are constructed.
    Regards
    Andy

  • How to change the format of a decimal input field?

    Hello,
    When creating an input field of type decimal the numbers appear at this format: 123,123.
    Is it possible to disable this format and let the numbers to be displayed like this: 123123 ?
    Regards,
    Roy

    Hi Roy,
    Create a simple type in local dictionary of built in type integer. In the representation tab you can give any format you want. For your requirement you can give ####### in the  format. You can also try other formats like ##,#### etc. Now create a context attribute and in it's type property give the simple type you have created by selecting the appropriate folder. Now map this attribute with the input field. 
    Regards,
    Jaydeep

Maybe you are looking for

  • How do I create an emboss in a particular pattern I want?

    I want to emboss this image so that it looks like the small circles (coloured) are embossed on the big circle (red) and the 'G' is embossed over that to a bigger level....

  • Spreadsheet values disappear

    I have a model where I have labels that are linked to Excel cells. I can see the values in Xcelsius 2008 (SP1) and they are correct. However, when I run the preview or export to .swf, some, not all of the values are empty (not zero). I have taken a s

  • Problems with my CT4

    Ok I bought the Li've! SB CT4780 today and I have troubles with it. I downloaded Li'veDrvUni-Pack(ENG).exe from your webpage and installed it and now the mixer detects only 4 channels (all 4 work fine) but it doesnt detect 5 channels therefore the Ce

  • Newbie here help needed!

    Hi Guys, Ive hunted high and low to solve this problem but couldn't find anything. Heres my problem... Do you see the broswer bar where you type in the website you want to visit, to the left of that is a small image (like the adobe one thats there no

  • Weird text issue...

    Hi,  I'm very reluctant to post this question, but here goes: I have Arch on my home desktop machines and all the workstations at work (love it), with either XFCE, KDE or OpenBox running and configured nicely - with assistance from the brilliant Arch