FSV showing different values when executed by different users

Hi Experts,
While executing FSV throug RFBILA00 we are getting different values when executed by differet users. Variant selection is same except the user (which is different). For one user report is perfect for another user some GL accounts were not displayed and some accounts shows different values.
Anybody could help on this. Is there any userwise settings are there.
Thanks in advance.
Regards,
Narayanan

Hi,
check user authorization, maybe one user has limited display authorization for some values (as they are linked to specific profit center,...)
BR Christian

Similar Messages

  • Constant dates gets different values when instantiated using different cale

    Hi,
    I have a package that's like this:
    CREATE OR REPLACE PACKAGE DATABASE_SYS IS
    first_julian_day_ CONSTANT NUMBER := 2378211;
    last_julian_day_ CONSTANT NUMBER := 2545125;
    first_calendar_date_ CONSTANT DATE := to_date(first_julian_day_, 'J');
    last_calendar_date_ CONSTANT DATE := to_date(last_julian_day_, 'J');
    FUNCTION Get_First_Calendar_Date RETURN DATE DETERMINISTIC;
    PRAGMA restrict_references(Get_First_Calendar_Date, WNDS);
    FUNCTION Get_Last_Calendar_Date RETURN DATE DETERMINISTIC;
    PRAGMA restrict_references(Get_Last_Calendar_Date, WNDS);
    END DATABASE_SYS;
    CREATE OR REPLACE PACKAGE BODY DATABASE_SYS IS
    FUNCTION Get_First_Calendar_Date RETURN DATE DETERMINISTIC
    IS
    BEGIN
    RETURN first_calendar_date_;
    END Get_First_Calendar_Date;
    FUNCTION Get_Last_Calendar_Date RETURN DATE DETERMINISTIC
    IS
    BEGIN
    RETURN last_calendar_date_;
    END Get_Last_Calendar_Date;
    END DATABASE_SYS;
    If using two different SQLPlus sessions:
    First session
    SQL> ALTER SESSION SET nls_calendar='PERSIAN'
    2 /
    Session õr õndrad.
    SQL> SELECT to_char(database_sys.Get_First_Calendar_Date, 'YYYY-MM-DD') FROM dual
    2 /
    TO_CHAR(DA
    1799-03-21
    SQL>
    SQL> ALTER SESSION SET nls_calendar='GREGORIAN'
    2 /
    Session õr õndrad.
    SQL> SELECT to_char(database_sys.Get_First_Calendar_Date, 'YYYY-MM-DD') FROM dual
    2 /
    TO_CHAR(DA
    2420-06-10
    SQL>
    SQL> ALTER SESSION SET nls_calendar='PERSIAN'
    2 /
    Session õr õndrad.
    SQL> SELECT to_char(database_sys.Get_First_Calendar_Date, 'YYYY-MM-DD') FROM dual
    2 /
    TO_CHAR(DA
    1799-03-21
    SQL>
    SQL> ALTER SESSION SET nls_calendar='GREGORIAN'
    2 /
    Session õr õndrad.
    SQL> SELECT to_char(database_sys.Get_First_Calendar_Date, 'YYYY-MM-DD') FROM dual
    2 /
    TO_CHAR(DA
    2420-06-10
    SQL>
    Second session:
    SQL> ALTER SESSION SET nls_calendar='GREGORIAN'
    2 /
    Session õr õndrad.
    SQL> SELECT to_char(database_sys.Get_First_Calendar_Date,'YYYY-MM-DD') FROM dual
    2 /
    TO_CHAR(DA
    1799-03-21
    SQL>
    SQL> ALTER SESSION SET nls_calendar='PERSIAN'
    2 /
    Session õr õndrad.
    SQL> SELECT to_char(database_sys.Get_First_Calendar_Date, 'YYYY-MM-DD') FROM dua
    l
    2 /
    TO_CHAR(DA
    1178-01-01
    SQL>
    SQL> ALTER SESSION SET nls_calendar='GREGORIAN'
    2 /
    Session õr õndrad.
    SQL> SELECT to_char(database_sys.Get_First_Calendar_Date,'YYYY-MM-DD') FROM dual
    2 /
    TO_CHAR(DA
    1799-03-21
    SQL>
    SQL> ALTER SESSION SET nls_calendar='PERSIAN'
    2 /
    Session õr õndrad.
    SQL> SELECT to_char(database_sys.Get_First_Calendar_Date, 'YYYY-MM-DD') FROM dua
    l
    2 /
    TO_CHAR(DA
    1178-01-01
    SQL>
    Why does the dates differ?
    Should not the dates be the same?
    Should not Julian dates always be the same regardless of my session parameters?
    What am I missing here?
    Regards
    Håkan

    The problem seems to be with Julian date conversion code being sensitive to the user calendar, while it should not be:
    SQL> alter session set nls_date_format='YYYY-MM-DD';
    Session altered.
    SQL> select to_date('2378211','J','NLS_CALENDAR=GREGORIAN') from dual;
    TO_DATE('2
    1799-03-21
    SQL> select to_date('2378211','J','NLS_CALENDAR=PERSIAN') from dual;
    TO_DATE('2
    2420-06-10
    I have logged bug #5386942. If you want to follow this bug, you have to contact Oracle Support.
    As a workaround, specify explicit third parameter 'NLS_CALENDAR=GREGORIAN' in your TO_DATE() calls.
    -- Sergiusz

  • Different AccessControlContexts when executing JMX operations

    I have a custom InvocationHandler/MBeanServerForwarder class set on my JMX server so I can grant permissions to specific methods based on the authenticated user.
    When an Operation (i.e. a get/set method) is invoked in JConsole, I get the correct Subject via
    AccessControlContext acc = AccessController.getContext();
    Subject subject = Subject.getSubject(acc);
    However, when an Attribute is modified, I get a different AccessControlContext than was previously returned and an empty Subject. So I have no way of knowing who the authenticated user is and if they have permission to access that attribute.
    Is there a different/better way of getting the authenticated user inside the InvocationHandler?
    Thanks.

    Note, cross posted http://stackoverflow.com/questions/14161205/different-accesscontrolcontexts-when-executing-jmx-operations .

  • MRP_ATP_PUB.Call_ATP api not retrieving requested_date_quantity value when executed in custom schema but when executed in apps its working fine, can anyone help on this..

    The MRP_ATP_PUB.Call_ATP api not retrieving requested_date_quantity value when executed in custom schema but when executed in apps its working fine, can anyone help on this..
    We are passing the required values to the ATP API.
    1) The x_return_status is showing as 'S' i.e. success but x_atp_rec.Requested_Date_Quantity is not returning any value.
    2) If there is a grant issue how to identify it.
    Regards,
        Vinod Annukaran

    Pl do not post duplicates -0 MRP_ATP_PUB.Call_ATP api not retrieving requested_date_quantity value when executed in custom schema but when executed in apps its working fine, can anyone help on this..

  • Different values when in highlight execution mode.

    I am running a vi which does a bunch of math on scalars and floating point images. When I run the vi, the output images are filled with "Not a Number" but when I go throught the vi in highlight execution mode the numbers come out as what they should be. This doesn't have anything to do with the camera not responding fast enough to supply the data for the image when in normal execution mode. I'm just testing the vi by defining an image filled with a particular value so that I can see if it is doing the math correctly. If the "NaN" result was all I had to go on (when running the vi normally) I would keep looking in my code for errors, but I get the correct numbers when I run it with execution highlighting.
    Can anyon
    e explain why this would be happening?
    Thank you.

    Hi,
    I made the expirience that function in undefined order are executed in
    different order if the vi is run in highlight mode or normal mode. So it
    can be usefull to put some critical functions in a sequenz for the right
    order.
    Niko

  • Inconsistent behavior of Macro when executed at Different Levels.

    Hi Gurus,
    I have a Default macro in my Data View. I tried to suffle between the levels of data and the macro gives different results when i perform same operations in different sequence.
    Right now I have this Default Macro defined to run at "All Planning Objects" level in the Macro Workbench (/SAPAPO/ADVM)
    I have 2 CVCs in my selection.
    1. I loaded both the products in planning grid and looked at the Total Level.....the result of macro is 5.......then I go to the Details All of the Product and the the result is still 5.
    2. Now, i do a different sequence.....i first see the data for Detaills All......the Result is 10.....and then I go to Totals Level and result becomes 5.
    So, the Macro is not executing Consistently.
    Any idea how can I solve this issue.....??
    Do I need to run the macro at u201CDetails Onlyu201D level to solve this issue ?
    OR
    Do I need to use the Drill Up and Drill Down Functionality ?
    thanks & regards
    ~Abhishek

    For quick assistance post testable script.
    Tree processing examples using recursive CTE:
    http://www.sqlusa.com/bestpractices2005/organizationalchart/
    Kalman Toth Database & OLAP Architect
    Free T-SQL Scripts
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • Show a different view when called from different app.

    Hi,
    I have the requirement of showing a different view in the same window when called from different apps (urls).
    I have created different start-up inbound plugs and assigned them to the different apps but I can't figure out how to code the view switch.
    Any idea?
    thanks in advance,
    David R.

    hi,
    It is possible.
    Click on the Properties tab of application.In that screen click on the seach help option against Interface view.It will show all views you have created. Select the desired view to which the application has to point.
    Don't forget to give the  plug name which is under that interface view
    Now the application invokes the new view which u have pointed.
    If you have doubts in this please inform me.
    Regards,
    Ramanan
    Edited by: Ramanan Panchabakesan on Sep 3, 2008 1:50 PM
    Edited by: Ramanan Panchabakesan on Sep 3, 2008 1:51 PM

  • Dont show dim value when measure is zero

     When I'm connected to my cube via Xcel2007 to a SSAS2008R2 cube do dimensions(partnbr) show Measure(ShipLbs) when they have a
    0 value. Yet that same scenario connecting to the same cube but version SSAS2005 it suppresses (doesn't show partnbr) that has a 0
    for Shiplbs.
     Thanks. 

    Hi hart60,
    According to your description, you change a SSAS 2008 R2 cube into 2005, it returns different results based on condition. Right?
    Since SSAS is only backward compatible, when load a SSAS 2008 R2 cube in SSAS 2005, it might have some unexpected issue happen. In this scenario, I suggest you re-build the cube in SSAS 2005. Also if you have some CASE Statement for achieving
    the visible of partnbr, it might have some wrong calculation when using searched case expression. See:
    wrong calculation of measure when the value
    is zero
    If you have any question, please feel free to ask.
    Simon Hou
    TechNet Community Support

  • Urgent! I get value when executing query of VO in page, but null in plsql.

    Hi, gentlemen,
    Please help me with this issue.
    1,My VO query sql is like this:
    SELECT acra.receipt_number as receipt_number,
    al_a.meaning as receipt_type, acra.currency_code as currency_code,
    acrha_a.amount as receipt_amount,
    acra.receipt_date as receipt_date,
    acrha_b.gl_date as gl_date,
    arm.NAME as payment_method,
    acra.doc_sequence_value as doc_sequence_value,
    al_b.meaning as status,
    acrha_a.acctd_amount as acctd_amount,
    rcta.trx_number as trx_number,
    rc.customer_name as customer_name,
    rc.customer_number as customer_number,
    rc.jgzz_fiscal_code as taxpayer_id,
    rsu.location as customer_site,
    acra.customer_receipt_reference as customer_ref,
    acra.comments as comments,
    acra.cash_receipt_id as cash_receipt_id
    FROM ar_receivable_applications_all araa,
    ar_cash_receipts_all acra,
    ar_lookups al_a,
    ar_cash_receipt_history_all acrha_a,
    ar_cash_receipt_history_all acrha_b,
    ar_receipt_methods arm,
    ar_lookups al_b,
    ra_customer_trx_all rcta,
    (SELECT hca.cust_account_id customer_id,
    hca.org_id org_id,
    hp.party_name customer_name,
    hca.account_number customer_number,
    hp.jgzz_fiscal_code
    FROM hz_cust_accounts_all hca, hz_parties hp
    WHERE hp.party_id = hca.party_id) rc,
    (SELECT site_use_id site_use_id,
    org_id org_id,
    cust_acct_site_id address_id,
    location location
    FROM hz_cust_site_uses_all) rsu
    WHERE araa.receivable_application_id = :1
    and acra.cash_receipt_id = araa.cash_receipt_id
    and al_a.lookup_type(+) = 'PAYMENT_CATEGORY_TYPE'
    AND al_a.lookup_code(+) = acra.TYPE
    AND acrha_a.cash_receipt_id = acra.cash_receipt_id
    AND acrha_a.current_record_flag = nvl('Y', acra.receipt_number)
    AND acrha_a.org_id = acra.org_id
    AND acrha_b.cash_receipt_id = acra.cash_receipt_id
    AND acrha_b.first_posted_record_flag(+) = 'Y'
    AND arm.receipt_method_id = acra.receipt_method_id
    AND al_b.lookup_type(+) = 'RECEIPT_CREATION_STATUS'
    AND al_b.lookup_code(+) = acra.status
    AND rcta.customer_trx_id(+) = acra.receivables_trx_id
    AND rcta.org_id(+) = acra.org_id
    AND rc.customer_id(+) = acra.pay_from_customer
    AND rc.org_id(+) = acra.org_id
    AND rsu.site_use_id(+) = acra.customer_site_use_id
    AND rsu.org_id(+) = acra.org_id
    2, I add the init func in VOImpl which is like this:
    the receiptApplicationId is 136877.
    public void initQuery(Number receiptApplicationId)
    setWhereClauseParams(null); // always reset
    setWhereClauseParam(0, receiptApplicationId);
    executeQuery();
    When executing the page, its value shows to be "現預金".
    And I used String receipt_type = (String)oaRow.getAttribute("ReceiptType"); in AMImpl, its value is "現預金".
    But when I execute above sql in pl/sql developer, its value is null.
    I am really confused with this.
    How could I get the whole running sql statement, and know why my issue is like this? It's very urgent, Thanks!

    This Query is Org Specific.(As this query using Ord_id attribute to fetch out row.)
    you need to set org_id at PLSQL Developer or Toad Level.
    Thanks, Avaneesh

  • In Ap invoice grid is showing no value when send for approval

    Dear Experts,
    There are 3-4 purchase invoice send for approval when it is open by approving authority the detail grid i.e. where the item details are shown is blank only gross total and net total in footer is showing value and header values.
    This all four invoices are of same vendor, invoices punch after those invoice are showing proper values.
    what could be the reason ?
    Thanks & regards
    Kamlesh

    Dear Kamlesh,
    If the problem only occur for one BP, check this BP's profile.
    What is the condition for approval?
    Thanks,
    Gordon

  • Some tags are not showing in SQL when executing the script as per Date

    A) When i am executing below script
    Select ToP 10000 [T_idx],[T_Tag], [T_date], [T_counter] from dbo.[total] ORDER BY T_DATE desc
    i am able to see all tags with respect to date except some tags prefix with ----PO, this 'PO' tags also present in the same table, with same time and date like other tags
    B) When executing below script
    Select top 10000 * FROM dbo.[total] where T_Tag like '%PO%' ORDER BY T_DATE DESC
    i am able to see all tags related to  PO
    How i can all tags including 'PO' with one script. can any one help me ??
    acmi

    Venkat,
    Select ToP 10000 [T_idx],[T_Tag], [T_date], [T_counter] from dbo.[total] ORDER BY T_DATE desc
    The above query MAY or MAY NOT give the records with taag ---PO as they might belong to a later data which might not fit into the top 10,000 dates of the table. This shud be the problem.
    If you want to see all the data irrespective of the number of rows, then below shud help:
    Select
    [T_idx],[T_Tag], [T_date], [T_counter]
    from dbo.[total]
    ORDER BY T_DATE desc
    If you need the rows that CONTAIN --PO then folowing shud do it:
    SELECT
    [T_idx],[T_Tag], [T_date], [T_counter]
    FROM dbo.[total]
    WHERE T_Tag like '%PO%'
    ORDER BY T_DATE desc
    If you need just the top 10,000 rows of the above result, then just add a TOP clause as below:
    SELECT
    TOP 10000
    [T_idx],[T_Tag], [T_date], [T_counter]
    FROM dbo.[total]
    WHERE T_Tag like '%PO%'
    ORDER BY T_DATE desc
    Thanks,
    Jay
    <If the post was helpful mark as 'Helpful' and if the post answered your query, mark as 'Answered'>

  • Report Query shows different result when executed manually

    Hi!
    When I run our report I'll get 7577 distinct rows.
    From here on I copied the SQL query with SQL inspector, then pasted it in Oracle SQL Developer and replaced the user variable with the same value I entered when I ran the report from within Oracle Discoverer Desktop.
    But when I run this query I'll get 10925 distinct rows.
    How is that even possible??? I think the SQL inspector is supposed to print the exact same query which he used to display the data in the report? Am I missing something here?
    Thanks in advance!

    I found my error.
    I queried v$sql to get the real quey sent to the database and then saw how it actually got processed. I'ts ok now.

  • Why i get different value when subtractin​g two elements of different arrays then the actual value in a timed loop

    Hi Everyone
    I have a probem in substracting the two elements of two different  1-D arrays. The problem is, I am taking out data from a CCD camera which gives me data in form of 2-D array. So i select 1-D array out of it. Now this CCD output is in a timed loop, hence i am getting data in each loop. I select a perticular array output of the CCD and this is then passed to shift register and in all the loops later on, one of the element of the output array of the CCD is substracted from the same indexed element of the selected array. For reference i have pasted the snap shot of the block diagram. In this snap shot you see three probes. The value at the prob 1 is 232, at probe 2 is 255 and at 3 is 4294967273, where as actually i sould have a value of -23 since i am substacting prob 1 and probe 2 values. Since the value of probe 2 will always remain at 255 as i have fixed it by choosing an array form CCD and i checked the value of probe 1 which never goes above 255 so why do i get this false value here.
    Can you please help me in problem.
    Regards
    Chauhan
    Attachments:
    clip_image0011.gif ‏15 KB

    Your data is U32 (unsigned integer) which does not have negative values. According to unsigned integer math, "negative" results will wrap.
    You need to work in a datatype that is appropriate for what you want to do. How many significant bits do you have in the raw data?
    Message Edited by altenbach on 03-17-2008 11:15 AM
    LabVIEW Champion . Do more with less code and in less time .

  • How do I sync emails on multiple devices so that they show as read when opened on different devices?

    I can't get my mail on my phone to show as having been replied on after I've checked and replied on a different device like my laptop. Can anyone help?

    What type of email account do you have? What you describe is the normal operating mode for an IMAP email account. If you have a POP email account, that is very difficult to achieve. (I don't know of any way.)

  • Selection screen value not assigning to the value when executed for the first time

    Hi ,
    Im My program at selection screen there are company code, vendor account and open items at key date(takes system date as default value).
    Facing problem at open items at key date - Open key date parameter is taken from LDB - KDF.
    First time when I am executing the program it is taking system date value in the selection screen variable even though I have given the different date.
    This problem is only when I execute for first time or press enter without giving company code.
    Can any one please help us to come out of this problem.
    Regards
    Sri Bhargavi

    HI,
         you can use the Event as AT SELECTION-SCREEN

Maybe you are looking for