Members supposed to have no value fetching value from somewhere else

Hi,
I have preactively added few members in my Load file which are presently not there in the outline and are to be added in future.
So in load file when i am retrieving from essbase those members are taking value of some other member and displaying over there.Instead they must display 0 over there.
Is this a excel add-in bug or something else.
How to resolve this.

Hi,
I am pretty confused with the query.
what you meant by load file? were you using this load file to load the data into cube or using just for retrieval in excel.
have you checked if there were any excel formula written in the cells where the unexpected data is sowing off.
- Krish

Similar Messages

  • I have Problem in fetching data from CONTROL BLOCK

    Sir,
    I am facing problem in fetching data from control block.
    Asif.

    is your control-block a filter-block for the detail-block?
    Do you want to see only the detail-data of the user-id you have displayed in the master?

  • HT4557 question! do you have to actually be at home, like using the same wi-fi network as the computer? or can you stream this music from somewhere else? and does the computer need to be one?

    for example, can you be using another wi-fi network, for example in another country? and still stream music from my mac to ipad for free? and does the mac have to be on?

    You could use something like Splashtop Remote Desktop on your Mac and iPad. This streams your Mac's desktop to your iPad so you can have full access to everything on your Mac anywhere in the world, as long as your Mac is turned on and connected to a network and your iPad has a data connection. It can stream full audio and video from your Mac. It is not exactly home sharing but it does what you want fairly well, with the added bonus of being able to use your Mac from anywhere. Search for Splashtop on the App store for more information. It normally sells for around $10 but is frequently on sale for as low as 99c, so have a look and see if it's for you while you wait for it to go on sale. I can confirm this works as I use it daily to work on my Mac from my iPad while at work.

  • My ipod doesnt charge from my computer I have 2 charge from somewhere else

    How come when i plug my ipod into my computer it only charges while it updates??
      Windows 2000  

    i used a different computer

  • Define Default Values for Value Categories-reg

    Hi Experts,
    What will be the effect in cost tab in MO,if I dont maintain the Define Default Values for Value Categoriesin SPRO.Because by just maintaining Value categories and its cost element assignment,Iam getting the planned and actual cost in cost tab of order.
    Pl clarify.
    regards
    KRISHNAN

    hi..
    Yes,u r right..without assigning default values also u can get the P/A cost in PM order.But,Suppose u have created 4 different value categories,ex-
    Mech Spares
    Elect Spares
    Civil Spares
    Maint Services
    and u are assigning all these as default value categories,if ur maint order has only cost against mech spares it will show the cost incurred against that and cost against other value categories will be shown 0 in cost overview..
    u can try it!!!

  • Values not getting displayed for members which doesnt have parents

    Hi
    I created a product dimension with 4 levels .For members which doesnt have parents,data is not getting displayed in JavaClient.
    The values for members which doesnt have parents are getting displayed in the view created for the measures which are dimensioned by Product .I mapped the same view in the CWM2 work space ,but value is not getting displayed for members which doesnt have parents ,but values are getting displayed for members which have parents for measures.
    Is it a bug , we were able to do it in Express ..
    Can anybody help us in doing this.??
    Thnx in Advance......

    Hi,
    This assumes that the members which do not have parents are mapped to the top level in the hierarchy. If they are at a level below the top level then they are not part of the hierarchy and therefore would not be displayed. So this sounds like expected behaviour.
    Hope this helps
    BI Beans PM Team
    Oracle

  • Fetching Values from Ancestors based on UDA condition

    Hi,
    I have a typical requirement where I  need to fetch data from the ancestor based on a particular UDA condition.
    For ex: See the below exhibit
    Dimension
    ----A (UDA: xyz)
    -------B (UDA: xyz)
    ------------C
    -----------------D
    -----------------E (UDA: xyz)
    -----------------F
    Requirement: (Should be a member formula on a particular Account member - No calc script)
    1- Calculations should happen only for members with UDA 'xyz'
    2- The value for member 'E' should come from its first immediate ancestor with same UDA as'E' has - in the above case the value of 'E' should be from member 'B' (and not 'A')
    similarly while calculating member 'B', it should take value from member 'A'
    I have tried the member formula like:
    @ANCEST(DimName,@Currmbr(Dimname)) AND @UDA(DimName,'xyz)
    but this gives 'DOUBLE VALUE STRING' error.
    Can anyone help me with how I should develop the logic for this requirement.
    Thanks again.

    DEAR ALL !
         I HAVE SOLVED THE ISSUE BY USING ANOTHER BAdI " HRBAS00_STRUAUTH".
    THANKS AND REGARDS,
    S.SURESH

  • Display fetched value as heading

    Hi Experts,
    Please advice if it is possible to display the fetched value as heading in ALV.
    Suppose If in dbtab:
    OBJECT           OBJECT DESCRIPTION            CLASS           VALUE
    OBJ 1             MACHINE 1                       A               20
    OBJ 2             MACHINE 2                       B               30
    OBJ 3             MACHINE 3                       C               40
    OBJ 4             MACHINE 4                       D               50
    and I want my o/p as
    OBJECT   OBJECT DESCRIPTION           A    B   C     D
    OBJ 1         MACHINE 1            20     0    0     0
    OBJ 2         MACHINE 2              0   30    0     0
    OBJ 3         MACHINE 3              0     0  40     0
    OBJ 4         MACHINE 4              0     0    0    50
    and if there is extra class called E it should display automatically ....if no then no need
    Please advice
    Karthik
    Edited by: Karthik R on Jul 21, 2009 1:52 PM
    Edited by: Karthik R on Jul 21, 2009 1:53 PM
    Edited by: Karthik R on Jul 21, 2009 1:53 PM
    Edited by: Karthik R on Jul 21, 2009 1:54 PM
    Edited by: Karthik R on Jul 21, 2009 1:54 PM

    Hi Max,
    Thanks  a lot for ur kind help,
    But I think it does'nt meet my requirment...
    Actaully I am doing a report on Equipment History for a particular Plant...For this I need to fetch the initial
    details from equi table.
    As per my report each Equipment will belong to some class ( klah~class )
    and this class will  have there own characteristics it may be 1 or more than 1. Characteristics
    may vary from class to class.
    So as per my requirment I need to display this charcteristics as heading and then displacy
    the values below it.
    SELECT EQUI~EQUNR
             EQUI~EQTYP
             EQUI~OBJNR
             EQUI~SERGE
             EQUI~HERST
             EQUI~TYPBZ
        FROM EQUI INNER JOIN EQUZ
          ON EQUI~EQUNR EQ EQUZ~EQUNR
        INTO TABLE IT_EQUI
       WHERE EQUI~EQUNR IN S_EQUNR
         AND EQUI~EQTYP IN S_EQTYP
         AND EQUZ~IWERK IN S_WERKS.
      IF NOT IT_EQUI[] IS INITIAL.
        SELECT OBJEK
               ATINN       " this is charcterestic which I need to display as heading
               ATWRT
               ATFLV
               KLART
          FROM AUSP INTO TABLE IT_AUSP
           FOR ALL ENTRIES IN IT_EQUI
         WHERE OBJEK = IT_EQUI-EQUNR
           AND KLART EQ '002'.
      ENDIF.
    there is standard t-code called IE03 which meet my requirement
    Please advice
    Karthik
    Edited by: Karthik R on Jul 21, 2009 3:16 PM

  • Fetching Values From JAVA classes into ABAP report

    Hi Experts,
    I have a requirement, in which I need to fetch Java Roles/Groups from  the portal to a ABAP report, for specific users.  The roles inside of our project are not always in sync with the central system.
    I could not find any link with talks about this. Could anybody guide me on how to proceed?
    Regards,
    Trishna

    I have written a report which takes users and specific  roles as the input. Eg, userID :12345  and role/profile :SAP_ALL, SAP_ADMIN..etc in a table. and gives back if the user 12345 has SAP_ALL or not.
    Now I have used RFCs to fetch all the roles for the user from different SAP systems which i further compare .
    What I am unable to do is fetch the portal roles .
    PROBLEM : The portal roles also exist in the central system, but might not be always consistent since they get manually updated in the central system. Hence I want to directly fetch the data from the JAVA Portal.
    WHAT I KNOW : I need to write a JAVA class in NW developer studio which will take the user as the input and give me all the roles/profiles for the same user as output.
    How do I further pass the values to and from  the Java class to my ABAP report?
    I know that I need to use the UME in some way to have this work for me. But since i do not expertize in java I need guidance/steps as to how to proceed.
    Regards
    Trishna

  • FETCHING VALUES IN MULTI RECORD BLOCK FROM ANOTHER TABLE USING SELECT STATEMENT.

    Hi,
    I have one multi record block in which i want to fetch values
    (more then one record) from another table using select statement
    IN KEY NEXT ITEM.I am getting following error.
    ORA-01422: exact fetch returns more than requested number of rows
    Thanks in advance.

    In your case I see no reason to use non-database block and to try to populate it from a trigger with a query, instead of using the default forms functionality where you can associate the block and the fields with table, create where clause using bind variables and simply use execute_query() build-in to populate the block. The power of the forms is to use their build-in functionality to interact with the database.
    Also, you can base your block on a query, not on a table and you dynamically change this query using set_block_property() build-in. You can use any dynamic queries (based on different data sources) and you simply need to control the column's data type, the number of the columns and their aliases. Something like creating inline views as a block data source.
    However, you can replace the explicit cursor with implicit one like
    go_block('non_db_block_name');
    first_record();
    FOR v_tab IN (SELECT *
    FROM tab
    WHERE col_name = :variable)
    LOOP
    :non_db_block_name.field1 := v_tab.col1;
    :non_db_block_name.field2 := v_tab.col2;
    next_record();
    END LOOP;

  • How to edit the records value fetched by select statement query in sqldever

    How to edit the records value fetched by select statement query in sqldever 2.1.1.
    EX-
    SELECT * FROM emp WHERE ename like 'Jaga%'
    Edited by: user9372056 on Aug 31, 2010 2:16 AM

    Hi,
    Although some forum members may be using that tool, there is still a dedicated forum for SQL Developer.
    SQL Developer
    Maybe your chances are better there.
    Regards
    Peter

  • Function Module does not fetch value

    Hi All,
    I am using the fm RV_PRICE_PRINT_HEAD to fetch condition records. When I run this fm in SE37 for a particular document(vbeln) number, the values are fetched correctly into the internal tables TKOMV and TKOMVD.
    The same fm does not fetch values when I run for second time for the same document(vbeln). This means :
    1) I will go to SE37, type RV_PRICE_PRINT_HEAD, supply the export parameters in COMM_HEAD_I, execute it and obtain the condition records (Till this time absolutely fine)
    2) Now, press Back (F3), Let the export parameters in "COMM_HEAD_I" will remain same. Just press Execute (F8). Then condition values are not fetched.
    Could any body help in this regard...
    Thanks
    Thimmappa Hegde

    Hi
       I have given you the other alternative bcoz there is a limitation while calling this FM: RV_PRICE_PRINT_HEAD.
    If you see the comments and code of Include: LV61AA11, you can understand the problem.
    <b>* mechanism to controll which conditions are already part of table TKOMV
    Every time a pricing result is read from database the key is put into
    TABGL. Also TABGL is updated if we've lines in TKOMV assigned to a
    special key but entry in TABGL (case 2).
    Originally TABGL was established to handle following pathological
    case: condition successfully read from DB -> entry in TABGL. Then all
    read conditions where deleted during processing (e.g. manually
    deletion etc.). If we run into this routine again no records should
    be redetermined from DB...</b>
      read table tabgl with table key knumv = komk-knumv
           transporting no fields.
    Case 1:
    conditions have been already read because there is a fitting entry in
    TABGL. Exit immediately if caller doesn't want to force DB access.
      if sy-subrc eq 0. ---><b> First time SY-SUBRC NE 0 so no problem</b>   
         if generell_lesen ne 'X'. <b>--> Later runs SY-SUBRC  eq 0 and generell_lesen value is SPACE</b>.
            exit.
        endif.
      else.
      Hope this clarifies your doubt now.
    Kind Regards
    Eswar

  • Fetching value using Logical Database

    Hi
    I have some fields in my selection screen apart from the selection screen obtained from my logical database.
    Kindly let me know how to fetch data from logical database.
    My requirement is this:
    I have to select company code from T001 based on entry frm selection screen .
    with the obtained company code along with other fields from dynamic selection screen I have to fetch value from Lfb1.
    Kindly let me know how to do this
    Thanks
    Yamini

    use f.m LDB_PROCESS....
    refer demo program DEMO_LOGICAL_DATABASE

  • Fetch records from Database based on Input value

    Hi Experts,
    In my mobile application, I have designed one input field with F4 help or input assist. I need to fetch records from database based on that input and need to display records in table.
    My question is:
    How to fetch the records from database/back end based on the input value and display them as table format as we are doing in SAP ABAP?
    Here, I need to fetch the records based on input value available in the UI screen and pass that value to gateway, fetch the records from database and need to bind with table in SAPUI5.
    Kindly share the whole process flow with sample code for this requirement. Hope I have explained the requirement in detail.
    Thanks In Advance..
    Regards,
    Arindam Samanta.

    Hi,
    Try something like this.
    In this, I am passing From date, To date, RelGrp, RelStr, Uname as input. Then I am storing those values in variables and passing this data in Odata request.
    OData.read({ requestUri: "http://xxxx:8000/sap/opu/odata/sap/Z188_PO_SRV/pos?$filter=Docdate le datetime'"
                    + todateformat+"T00:00:00' and Docdate ge datetime'"
                    + fromdateformat+"T00:00:00' and RelGrp eq '"
                    + relcode +"'and RelStr eq '"
                    + relstg +"'and Uname eq '"
                    + username+ "' "},
      function (data) {
    console.log(data);
    When we are giving correct inputs it will goes to Success function and get the data from back end.
    In console we can see the data.
    Hope this will helps to you.
    Thanks&Regards
    Sridevi

  • Want to delete Rows from SAP Query which have u20180u2019 or blank values

    Hi Experts,
    I have made one sap-query,  in that I have added some additional fields, after that I am getting some blank or u20180u2019 values in some rows, can anyone tell me how to delete those rows which have u20180u2019 or blank values.
    Regards
    Mahadev Roy

    Hi mahadev
    You must be fetching data from SQ02 in some internal table.Delete values from that internal table.
    Also as you are fetching records from SQ02 then in the select statement you can put this condition of '0' and blank
    so that you will get appropriate result.
    Thanks
    Khushboo

Maybe you are looking for