Calculate the amt according to the days?

Hi,
Can I realize that the total amount in Billing is calculated by price * days?
The days are the days from creation date of sales order to PGI date.
tks in advance.

Are you saying that if I reset my tv and reregister it with my itunes library, that itunes will revert to not ignoring symbols and certain adjectives when listing movies alphabetically.

Similar Messages

  • Show the Datetime according to the region

    I've gotten a table cell value from a datetime type Mysql filed with the following date & time format:
                   yyyy-mm-ddT00:00:00.000Z
    What do I need to do to get the time according to the user region and make it shows in the following format  using openUI5 ?
                   yyyy-mm-dd 00:00:00.00
              The column I added to the table now likes this:
              if(columnName === 'operateDate'){
                        oTable2.addColumn(new sap.ui.table.Column({
                            label: new sap.ui.commons.Label({text: columnName}),
                            template: new sap.ui.commons.TextView().bindProperty("text", columnName),
                            sortProperty: columnName,
                            filterProperty: columnName,
                            width: "150px"
    Thank you for your help!!
    Message was edited by: Margot Wollny

    Thank you, but after I changed the format of the textview in table column, it shows empty
    the code is changed to :
                   if(columnName === 'operateDate'){
                        jQuery.sap.require("sap.ui.core.format.DateFormat");
                        var oDateFormat = sap.ui.core.format.DateFormat.getDateTimeInstance({pattern: "dd/MM/yyyy HH:mm"});
                        oTable2.addColumn(new sap.ui.table.Column({
                            label: new sap.ui.commons.Label({text: columnName}),
                            // template: new sap.ui.commons.TextView().bindProperty("text", columnName),
                            template: new sap.ui.commons.TextView().bindProperty("text", oDateFormat.format(new Date(columnName))),
                            sortProperty: columnName,
                            filterProperty: columnName,
                            width: "150px"
    Is it something wrong in the table column. Why it shows empty after I change the format of the datetime type column?
    anyway, your replay is very enlightening and useful.
    Thank you again.

  • How to display the data according to the search criteria

    Hi ,
    I want to display the order data in my application.
    I have certain search criteria in my application like
    ordernumber , date etc.
    If I click the submit button without giving any criteria , all the data is getting displayed properly in the table.
    But,If I want to display the data according to the order number, all the orders present are getting displayed , but actually it should display the order only for that particular order number.
    The code is  like : onActionSearch()
    wdThis.wdComponentController().executeGetlist_Input();
    Can any one tell me how to display the orders depending upon the search criteria.
    Ideas & suggestions are truely welcome.
    Thanks & Regards
    Neha Mahanty

    Hi Neha,
    Design ur RFC in such a way that it should display the result according to your search criteria.
    If you are making a search on "Order Number" pass some input(search criteria along with some parameter, if order number is not null then pass "X" as parameter) to RFC so that it will return the result accordingly. And same with date also.
    Thanks n Regards,
    Jhansi Miryala

  • Change the functionality of the keyevents  according to the scene that it i

    I am a student and I am doing my tesis about authoring tools.
    I have obtained to give the same functionality to a keyevent for all the scenes, however, I am trying to change the functionality of the keyevents according to the scene that it is at the moment but I dont know how to do this.
    can anybody help me???

    Thanks for your help.
    Could you help us in a specific issue? We have three scenes. Hscene_1, Hscene_2, Hscene_3. Pressing the green button we want that; if I am in the Hscene_1 it passes to Hscene _2 and if I am in Hscene_2 it happens to me to Hscene_3
    we are waiting your answer.
    Thanks

  • Unable to Align the fields according to the Pre-Printed Cheque format

    Hi,
    I am having a requirement where I need to align the report output according to the Pr-printed Chekc Format which is loaded in the printer.
    In detail we have a pre-printed format of the cheque which will be loaded into the printer which includes the logo and the amount fields with the symbol of currency,date etc.
    I need to print the output which is runned by formating the payment batch.I am getting the output printed but not in the exact palces where I need.I tried to modify the report fields by increasing the length and width of the main section but of no use.Can any one help me out at the earliest.
    I am getting the output either out of the symbol of currency and even the date as well.
    Thanks for your help in advance.
    With Regards,
    Sunil.

    Can you explain briefly the below point which you have mentioned.
    "Also set the increase the size of fields upon the size of pre-printed area and set the horizontal Elasticity to FIXED. Then align and print."I meant that increase the size of fields according to the size of pre-printed document and set the horizontal elasticity to FIXED so it will not go out from the desired space.
    Well, this is what i said you will have to set the alignment and will have to check by printing again. There is no specified format of pre-printed document type reports.
    -Ammad

  • CProjects severity status can't chang the icon according to the formula

    HI,
    I defined severity in cprojects. If I used the “created evaluation” function, the severity status displayed correct. As shown in figure 1, the severity status changed  the icon’s color according to the formula I defined. But in the dashboard and the project, the severity status only displayed the green icon for all projects, as shown in figure 2.
    I checked the message, only If I have not created evaluations, the system cannot determine which status to display, it automatically displays the status assigned to the severity level 1. I assigned the green icon to the severity level 1.But I did defined the evaluations and used for threshold, as shown in figure 3.
    I want the severity status in the dashboard and the project also changed according to the formula I defined liking in the evaluations. How can I do this.

    Hi July,
    Have you set the customizing for evaluations for the project types? You can do this manually by starting an extraction (like you did) or let the system do the checking for threshold value violations on saving (or with a batch-job).
    Try the following settings for the project type
    You have to assign an evaluation layout to the extraction layout 0_DASHBOARD. Else you won't see the threshold values in the dashboard.
    regards,
    Peter

  • Add attributes and rename the attributes according to the need

    I am a new developer to jdev, I need more help.
    I design a salary db, the attributes are employee_id,employee_name,pay_type1,
    pay_type2,pay_type3,pay_type4,pay_type5,...
    Now salary kind is only pay_type1, so in view we only select emplyee_id,
    employee_name and pay_type1 from entity.
    After some time, company decide to add new salary kind, for example travelling allowance. After adding this new attribute name: trave_allowance, pay_type2 is selected form entity and renamed trave_allowance . From then on
    in browse.jsp employee_id, employee_name,pay_type1 and trave_allowance should
    been show.
    I think the new attribute names can be received from name_adding.jsp
    then according to the number of new name, we can select attributes from entity in view and replace attributes which are selected by new names.
    But I do not know how to pragramme.
    Please do give the detail or other design ideas.
    Thanks in advance!

    You can edit your VO and add additional attributes to it.
    If you have designed your JSP page to iterate over the attributes of the VO in a generic way, your page should immediately show the new attributes.
    If you have a JSP page that hard-codes references to your VO attributes, you'll need to add a few new tags to the page to see your new attributes.

  • Directing to the application according to the browser

    Hi,
    I have two applications deployed in Oracle AS wireless 10g under oc4j_wireless container. One deployed application is for PDA browser and another for Web browser. My question is whether Oracle AS wireless is smart enough in direct it to the appropriate application according to the browser? if yes, than how to do it.
    If no, than what peace of code in my application i have to write to achieve this.
    I am using XHTML MP as a markup language and simple java classes in writing business logic.
    Pls help me.
    Shrikant

    That's "Nope, I don't know how", rather than "Nope, I'm not telling you" by the way. If I knew how, I'd be happy to tell you
    By the way, you've got a few unrelated questions live here at the same time. Can I give you some advice? Concentrate on getting one thing working before trying something else. You'll save yourself an enormous amount of time

  • How to switch the process according to the lookup field change event

     As the topic says. how can i  use the javascript to switch the process 

    Hello,
    In case you use CRM 2015 - that is possible without any tricks -
    http://msdn.microsoft.com/en-us/library/dn817878.aspx#BKMK_setActiveProcess
    In case you use CRM 2013 you will have to convert code provided in following article from C# to JS -
    https://deepakexploring.wordpress.com/tag/updating-process-id-in-crm-2013/
    Dynamics CRM MVP/ Technical Evangelist at
    SlickData LLC
    My blog

  • Calculate memory in accordance with the new users addition

    Hi,
    Currently My ECC (having only ABAP stack) system is having users around 2150 Dialog users. 200 more  new Dialog Users are going to be added in the system in the month of June'2014. 
    Please advise me whether I need to increase the RAM capacity in order to handle the additional users added in the system.
    Current Capacity (1 CI+DB and 2 Application servers)
    =============
    CI + DB = Dialog Batch Update Upd2 Spool Enqueue ICM =Active (46 GB RAM Physical memory Available)
    APP1 = Dialog Batch Update Upd2 Spool ICM = Active (36 GB RAM Physical memory Available)
    APP2 =    Dialog Batch Update Upd2 Spool ICM = Active (36 GB RAM Physical memory Available)
    Also let me know how to calculate the memory with the no of new users added in the system.
    Regards
    Subbu

    Hi Subbu,
    You may take help of SAP quicksizer tool to determine the CPU and RAM requirement with the increase of 200 more users.
    https://service.sap.com/quicksizer
    You may specify the users under  low, medium and high category based on the transactions they perform and generate SAPS values which can be convert into CPU and RAM required for DB and Application servers.
    Hope this helps.
    Regards,
    Deepak Kori

  • I'm using a 2014 iMac and a Win 8.1 64bit install disc with bootcamp. I created the ISO according to the instructions but when I selected it in bootcamp I got the following error "Boot Camp only supports Windows 7 or later..."

    Bootcamp rejects the ISO file made from a windows 8.1 disc with the error message "Boot Camp only supports Windows 7 or later installation on this platform. Please use an ISO file for Windows 7 or later installation."
    How do I get past this?

    Hi Loner T
    No the ISO is just 64bit. I bought a shrink wrapped copy of 8.1 full version. It has two discs, one for 32bit and one for 64bit. I used the 64bit disc.
    I inserted it in an older iMac that has a dvd drive, and shared that across to my new iMac. I used disc utility to create a disc image following instructions I found here...
    Boot Camp: Creating an ISO image from a Windows installation DVD - Apple Support
    This created an ISO file. I then went into bootcamp but when I tried to use the ISO file to create a boot USB it failed with the error above.
    Regards
    Ian

  • Open item amt different between the FBL1N screen and the payment screen

    Hi,
    I have a vendor open item in foreign currency and the amt shown in the FBL1N screen and the payment screen F-53 is different for this open item. The difference is because the open item is shown as per the latest exchange rate in the payment screen. The open item is revaluated according to the latest exchange rate and shown in the payment screen.
    Actually the open item should not be revaluated in the payment screen. Instead of that it should show the original invoice amount as per the invoice posting without revaluation. Is my understanding correct or the system will revaluate the open item as per the latest exchange rate and display it in the payment screen?

    Hi Raja,
    I think that the items will be revaluated while clearing.If you donot want the system to consider the same while clearing open items in local currency,in Company code global parameters select checkbox No ex.rate difference when clearing in local crcy.
    Thnaks
    Aravind

  • How to convert date-time according to the Time Zone the client

    Urgent! Help wanted!
    I extract a date-time field (which is GMT time) from the central database but I need to convert it accordding to the TimeZone of the user and also the so-called winter time and summer time in the local. Any one has any good solution?
    Thanks.

    Use a Calendar, Timezone and Locale objects like this,
    TimeZone tz = TimeZone.getTimeZone("Germany/Berlin");
    Calendar cal = Calendar.getInstance(tz, Locale.GERMAN);
    long date = 0; // assign your central database value to this variable
    cal.setTime(new Date(date));
    Now you can use the Calendar object 'cal' to retrieve the time according to the set locale and timezone.
    These objects provide tonnes of features for finding out timezones and day light savings times. So check out the APIs as well.
    I hope this helps you out.

  • Finding the key according to string length in java.util.Properties

    Finding the key according to string length in java.util.Properties.
    I know only String length only.

    i need to retrieve the values from the java.util.properties.
    we know that we need to give the key value in order to retrieve the datas.
    but my problem is i will give the length of the key instead of giving the key value but i need to retrieve the datas according to the length of the key.

  • How to split text according to the textfield size

    Hi, its very urgent if anybody can help me out..... i am
    working on an e-learning course where all the text is coming
    through XML. Client is very specific about not to use scrollbar.
    They want to use more and back buttons to show the rest of the text
    (they dont want the text to be scrolled either). For that I created
    a function to part the text according to the textfield height in an
    array. (one important point is that user can change font type, font
    size anytime in between the course). Here is a bit of code
    This code is working fine, but it gives undesired output if
    we use html tags in helpText
    please help me out..... please

    Thanks FlashTastic,
    I am sorry for not being able to convey my problem....
    actually problem is not that code is not recognizing the tags but
    the problem is.... let me explain, suppose there is a tag <b>
    and </b> in xml..... code split the text so it split
    <b> and </b> too and stored it in an array.... then it
    adds the text i.e. This is a <b> sample </b> text.....
    til the textheight of the textfield is less than the ._height of
    hte textfield and finally i have a string that fits in the
    textfield perfectly and when the parted text is assigned to the
    textfield it recognize the tag and make that bunch of words or
    sentence bold and that creates the problem.... i hope that this
    time it is more clearer....
    Thanks again.....

Maybe you are looking for

  • Office 365 x64 Click-to-Run Not Automatically Updating from Network Share

    We are piloting Office 365 x64 and pointing the clients to a network share (see config file below) for updates.  When we subsequently download the updates to the share the clients will not automatically install them.  If we manually do so from within

  • Creation of dynamic pages on the fly based on the user information provided

    Hi, I would like to know how to pass the parameters between two pages in a page group. If the user submits some data from 1st page(say clicking of the submit button)the next page should be displayed automatically and the data that has been appended t

  • R/3  TO BI THROUGH IDOC

    Hi, My scenario is BI to R/3 where BI will send request to R/3 for datasource in R/3 and R/3 inturn will response to BI. So i am import IDOC from BI as well as from R/3 , IDOC is RSRQST.RSREQUST same for both. R/3 response IDOC are RSSEND if data ava

  • Can I use the value returned from a Text Function in another Formula?

    I'm writing a report in Hyperion System 9 BI + Financial Reporting Studio version 9.2. I have 2 grids in my report. Grid1 Column A is set up as a text function using the function type - <<GetCell("Grid2", 1, a, 1)>>. I would like to use the values re

  • Missing Tables and Indexes greyed out in DBACOCKPIT

    Hi All, I use Solution Manager 7.01 with MS SQL Server 2008 DB. I want to monitor with DBACOCKPIT a MS SQL Server 2005 DataBase of a SAP BPC 5.1. I connected the DB but in DBACOCKPIT some functionality are greyed out. I want to use in Diagnostics sec