FMS displaying previous value when refreshing by Total

Hi
I have a formatted search for a UDF that requires "Gross Profit (LC)" in its calculations but when I refresh regularly by either Document Total or Line Total it returns the previous gross profit value instead of the current one.
The reason I refresh by these values is because the FMS changes based on multiple conditions and this was suggested in a previous Forum post.
Re: Is it possible to auto refresh a FMS field based on multiple conditions?
All the other fields used in the FMS return the correct values except for the Gross Profit. Here is the FMS I used to test the values returned for Gross Profit.
select $[$38.123.number]
Example of values returned:
Original Gross Profit for an item: 8.52
Gross Profit after change of unit price: 9.52
When you enter an item the UDF displays 0
Change the unit price the UDF displays 8.52
Change the unit price back the UDF displays 9.52
I have tested this in multiple DBs using SAP BO 8.81 PL: 07
I would like to know why it does this and if there is workaround to this problem?
Thank you for your time.

Hi
Yes I have and it returns the correct value but unfortunately I can't use that because the FMS changes for multiple conditions that is why I'm trying to use Totals.
Thanks
Andrew

Similar Messages

  • Calculating based on a previous value when initial column values differ from the rest

    Let me preface this by saying I am new to the BO world. I'm trying to build a report/chart that tracks incoming loads. The first supply on hand value is pulled from the database and each successive supply on hand is based on the previous row's values.
    In the supply arriving column below, the iniital value differs from the rest using the formula:
         =If [Row Number]=1 Then [First Supply Arriving] Else [Supply Arriving]
    The supply on hand uses the same idea, but is where I'm running into problems. The first column value should be [Supply On Hand], easy enough. Each successive column value needs to follow this equation:
         Previous([Supply On Hand] (this won't always be [Supply On Hand] though, only for the second row essentially - problem 1) + Previous([Supply Arriving] (same as problem 1, where this is first supple arriving for the second row and then supply arriving moving forward) - [Usage Rate]
    If someone could help me in getting the calculation to pull the previous values correctly without making a ton of variables, I'd greatly appreciate it. We just upgraded to 4.1

    Yes, the supply on hand and the supply arriving from the previous row need added together. The usage rate, which is a constant is then subtracted from that. The result is the on hand total for the next day.
    For example:
    Date
    On Hand
    Arriving
    Usage Rate
    9/9/2014
    100,000
    250,000
    100,000
    9/10/2014
    250,000
    1,000,000
    100,000
    9/11/2014
    1,150,000
    0
    100,000

  • Displaying hex values when editing a numeric control

    The hex display is removed when editing a numeric control (in Control Settings) in cvi 2012. Is this a bug or am I missing something?
    Solved!
    Go to Solution.

    I have informed our R&D department of the format of the control settings in CVI 2012 . I have filed a Corrective Action Request (CAR# 379345) on this issue, but can not guarantee when this behavior will be fixed. You can check if this issue has been fixed in future versions of CVI by looking for the CAR identification number listed previously in the CVI Bug Fix Information.
    Regards,
    Anjelica W.
    National Instruments
    Applications Engineer

  • Dynamic PDF field value doesn't display XFDF value when no keyboard focus

    I created a simple PDF (test.pdf) file (one text field), and saved it as a "static PDF". I created a XFDF file, and when I double-click on the XFDF file, the sample PDF opens and the field is populated.
    Here's the problem: I save test.pdf as a "dynamic pdf" file. I double-click on the xfdf file and the pdf opens up, but the data is not displayed in the field. If you click on the field, the text appears. If you click out of the field, it disappears. If you update the field value, and navigate away, the value stays.
    There is nothing but the field on the page, no scripts, no subforms, nothing.
    Is this a bug in Adobe Reader 7.0? or is there some weird setting in Live Cycle Designer that I'm missing?
    Thanks

    What is your xfdf file look like? Something like:<br /><br /><?xml version="1.0" encoding="UTF-8"?><br />     <xfdf xmlns="http://ns.adobe.com/xfdf/" xml:space="preserve"><br />          <f href="file:///C|/test3.pdf" /><br />     <fields><br />          <field name="firstName"><br />               <value>William</value><br />          </field><br />          <field name="lastName"><br />               <value>White</value><br />          </field><br />     </fields><br /></xfdf>

  • Display Popup/message when refresh/close browser window

    Hi all,
    In normal ABAP programing when we exit from any transaction, a popup display with text "Are you sure to exit". I have some doubt to get this functionality in WDA.
    I am calling a popup in WDDOEXIT method of the Comp controller and when I do refresh/close the application, this method will triggered, but it does not opens a popup as the application relaod.
    Is there any way to get this functionality?
    I have also checked the thread [ABAP WebDynPro Refresh (F5) issue|ABAP WebDynPro Refresh (F5) issue;.

    >
    SANKET SETHI wrote:
    > Thanks for the reply. I have already checked this help page. Is there something in WDA iteself?
    Short answer - no.  Only the work proctect functionaltiy that can be used in the portal or the NetWeaver Business Client.  By the time WDDOEXIT fires, it is too late to produce any rendering output or stop the browser from closing.

  • Calling and displaying BAPI  values when the initial view is displayed

    hi Gurus,
    I am creating an application where I am calling a BAPI.
    Now my problem is that the values should be called and displayed when I am starting the application ie in the first view itself.
    Is there any way to execute the BAPI so as to retrieve the values from back end and get the values displayed in the initial screen/view.
    Or else is there any onPageLoad method which can be used in such cases.
    please help me how to go ahead.
    Thanks and regards,
    kris

    Hi
    Create a method in controller and insert the code,
    wdContext.current<BAPI>Element().modelObject().execute();
    And call the method in view, and check the size of BAPI's output node.If it is greater than 0, your BAPI is returning something. using any loop and get the Output
    Saravanan K

  • Displaying zero values when there was no data

    There are two columns 'A' and 'B' in the report which has some values.IF there was no data in the report,it shows the following system message
    +"No Results+
    +     The specified criteria didn't result in any data. This is often caused by applying filters that are too restrictive or that contain incorrect values. Please check your Request Filters and try again. The filters currently being applied are shown below."+
    My requirement was to shows the zero values instead of this message in the table format and should show the chart at 0 axis.
    Please give me your inputs and help me finding the solution
    Thanks in Advance.
    Edited by: user10414249 on Dec 1, 2009 2:22 PM

    Because a report with no records will not produce a record "with zeroes," you have to think of another way to let the client know that the report was produced successfully, but simply with no data. We faced this issue with auditing. If no report shows, how does the auditor know that there were no data rather than the report itself not working that day? So what I did is build a "NIL Report." It is a simple report that consists of two columns. The first column is the system date column. The second column is column in which in the fx button (edit formula), I put in a text like "There are no records for this day." The first column serves two purposes: one, to timestamp the report so the user knows what day the 'NIL Report" was generated, and two, to serve as a column because OBI requires at least one column for the report to run.
    I also added a footer to the report which had the name of the original report in the left pane and the run date in the right pane. The Title View also contains the name of the original report. Now when viewed, this report has all the essentials to indicate to the user that 1) the report ran successfully; 2) the title of the original report so the client knows which report is associated with the "NIL Report"; and 3) the date the report was run to timestamp the report.
    So in one of the two sections, in the Section>Properties, you will use the guid. nav. feature of the section to look at the ORIGINAL report, but this section will have the "If request returns nothing" checkbox" checked off. Put the "NIL Report" in this section. When the original report produces no records, this section will display so the client knows that there were no records.
    This is what I mean by a "meaningful report" -- a report that conveys the necessary information to let the user know what is going on. There is no way (that I know) where you can have the original report display "zeroes" when in fact there are no records at all.
    HTH,
    David

  • Display Indictor value when boolean is true

    Hey,
    This ia a very basic issue I have been facing for quite some time and am unable to figure out a solution for this.
    I have an indicator display that has to update the value it shows only whenever a boolean is ON. The indicator displays the average of ten samples, and has to update only after ten samples have been acquired. The boolean goes ON after the acquisition of every tenth sample.
    I have tried keeping the indicator in a case structure, but it ends up displaying 0 all the time. I then tried to pass the wire through the case structure keeping the indicator outside, and even that didn't work. 
    Can you please suggest a solution ?
    Thank you
    Dheeraj Bharadwaj
    IIT-Madras

    It is not productive to provide an answer to a question that has not been asked. First you need to answer the actual question and at the end you could offer good arguments for alternative solutions. Here, we want to constantly display an average of 10 measurements. This is often a useful solution in the presence of noise, where the indicator would otherwise flicker too much. or where the actual update rate would be too fast to really see. It is silly to suggest to only show the indicator for an instant and then hide it most of the time. That would make no sense at all!
    Ranjeet_Singh wrote:
    Hiding an indicator is better becasue when user will see the indicator may be it was not updated. Hence will convey the wrong message. Hence after reading 10th data update and make the indicator visible
    The indicator constantly shows the average of 10 measurement. That is NOT the wrong message but a value that is useful and exactly defined at all times. Right?
    LabVIEW Champion . Do more with less code and in less time .

  • Why is Firefox always displaying previous tabs when it opens?

    After I use Firefox and close the browser, the next time I open the browser it will reload ALL the tabs I had open previously. I have turned off this feature in the "options", but it's not working. ALSO, if I click on any link which is going to open a new window of Firefox, it will not go to that website, but instead load all the tabs that were open previously....again!

    WHY IS FIREFOX ALWAYS FREEZING AND NOT RESPONDING?
    i have deleted program and reloaded it and have same thing

  • Problem displaying the value zero in dashboard

    Hello,
    I have a problem displaying the value zero.
    When I am Treat Numbers As number, the value that appears
    When Treat Numbers As Percentage box is empty.
    Can you tell me how to display this value when the criterion
    is in percentage format.
    thanks for answers
    Best regards

    cast the number as float or multiply by 1.00 e.g. 1.00 * table.column

  • Totals not displaying in excel when download from ALV?

    Hi,
    I have a program that displays the output in ALV with totals. I am using REUSE_ALV_GRID_DISPLAY. The output in the ALV is correct, totals are also displayed correctly. But when I click on the excel button, data is shown in excel correctly but the TOTALs are not displayed. Please let me know what could be the reason.
    I am also trying to put the totals text as
       gb_layout-zebra = 'X'.
       gb_layout-totals_text = 'Totals'.
    but Totals text is not printed in the total of ALV.
    Thanks,
    Deepthi

    Hi Deepti,
    Check your field catalog whether you have missed any parameter.
    W_FLDCAT-FIELDNAME = 'NETWR'.
    W_FLDCAT-SELTEXT_L = 'Net_Value'.
    W_FLDCAT-COL_POS = 6.
    W_FLDCAT-OUTPUTLEN = 10.
    W_FLDCAT-DO_SUM = 'X'.
    W_FLDCAT-DATATYPE = 'CURR'.
    My guess you might be getting #### symbols if yes the no problem just extend the excel sheet cell(drag the cell are extend ) you can see the values removing #### symbols.
    Cheers!!
    VEnk@
    Edited by: Venkat Reddy on Nov 1, 2008 11:17 AM

  • When i change the value of a combo box using a property node it displays the value not the item label

    I am using a combo box as a select list for text serial commands.  I have items like "engineering", "GUI", and "Scan" for the commands "MDE", "MDN", and MDS respectively which i have input as the corresponding value in the combo box.  so for example the label "engineering" has the value "MDE" in the combo box items list.  when the Vi starts it needs to read the current value MDE, MDN, or MDS and then i want it to display on the front panel the item text corresponding to that command value.
    To do this i have tried to read the serial command, ie MDS and then wire that to a "value" property of a property node of the combo-box, but instead of displaying the corresponding item label, "Scan", it displays the value "MDS" on the front panel instead.  i want the front panel to use the label text when choosing and displaying but the block diagram to use the serial commands.  Can this be done with a combo box?  I'm trying to use a combo box so i can keep it all text and avoid having to build a case statement to convert enums or rings from a numerical value to the text command.
    The correct text value is wired to the value property and it does exist in the combo-box.  I have unchecked "values match items" and selected to not allow undefined values.

    Don't use the value property node.  Use the Text.Text property node.  When creating the property node, select Text, then in the next pop-up box, select Text.
    - tbob
    Inventor of the WORM Global

  • How to update zero to a column value when record does not exist in table but should display the column value when it exists in table?

    Hello Everyone,
    How to update zero to a column value when record does not exist in table  but should display the column value when it exists in table
    Regards
    Regards Gautam S

    As per my understanding...
    You Would like to see this 
    Code:
    SELECT COALESCE(Salary,0) from Employee;
    Regards
    Shivaprasad S
    Please mark as answer if helpful
    Shiv

  • SQL to find when a field was set to previous value

    Hi all
    new to the forums and SQL
    I am not even sure this is possible. I want to display the value of Fields!modified_by_name.Value when Fields!status.Value = "Compleate"
    Fields!status.Value will have a value of either open, closed or complete, I need to find the name of the person that completed the job after is has been closed
    any help greatly appreciated
    cheers David

    Hi David,
    So it is not the VS IDE issue, am I right?
    If it is related to the SQL Server, maybe you could select the correct forum here:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/home?category=sqlserver
    If not, maybe you could share me more detailed message about it, so I could help you find a better/correct forum.Thanks for your understanding.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Dump when trying to display characteristic values in QUERY DESIGNER

    Hi Experts,
    Life seems to become a struggle with 7.0 for me :-(.
    My current problem:
    If I try to display characteristic values  in Query Designer (left section of screnn, wthin dimensions) system dumps frequently.
    It's that kind of dump, that doen't help really (to my oponion)_
    What happened?
        The exception 'CX_RSR_X_MESSAGE' was raised, but it was not caught anywhere
         along
        the call hierarchy.
        Since exceptions represent error situations and this error was not
        adequately responded to, the running ABAP program
         'CL_RSBOLAP_BICS_SERVICES======CP' has to be
        terminated.
    How to correct the error
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "UNCAUGHT_EXCEPTION" "CX_RSR_X_MESSAGE"
        "CL_RSBOLAP_BICS_SERVICES======CP" or "CL_RSBOLAP_BICS_SERVICES======CM003"
        "HANDLE_UNCAUGHT_EXCEPTION"
    ... etc.
    BW 79, SP21
    GUI 7100.4.14.3136
    Any ideas?
    Thanks in Advance and Regards
    Joe

    Hi Vikram,
    Thanks for reply. Reinstalling GUI was successful, but - error still occurs. ..
    Regards
    Joe
    Edited by: J.F.B. on May 28, 2010 3:02 PM

Maybe you are looking for

  • Java API - EventHandler threads not getting killed

    Hello everybody, I didn't know whether to post this in the PI forum or in the MDM forum. I use the following scenario: We run an EJB session bean in the Java Proxy environment of PI 7.1. In this bean we create an MDM session, log on to a repository a

  • Vendor return delivery form Quality Management on inspection type 08

    Dear all. I have a query regarding vendor return delivery. The issue is on a transection when one of our user has wrongly post the material to restricted stock after rejecting it on an inspection lot (Orign 01), that actually has to return to vendor

  • Integration Scenario - Component not visible

    Hi all, I have two s/w components - say main component and sender component. Both belong to the same product version. I have created an integration scenario in the main component and I want to create a swim lane corresponding to 'actions' that are al

  • Invoke Java code within BPM process

    Hi, I have a use case where I need to retrieve a property from database and set the value to a process variable. Is there a way I can achieve this? Also, is there a way to invoke a piece of java code from the automatic activity within a BPM process?

  • Will not load home page

    (1) My home page is set to: http://www.google.com/ig?source=gama&hl=en. My firefox startup option is ShowMyHomePage. (2) When I first start up firefox, my home page will not load, and I keep getting the firefox support page. Note: As of a few days ag