Empty LOV on webi

Hi there,
I created an OLAP universe on bw query, and created a webi on that universe.  LOVs of all variables are empty, while executing on BEx web anlyzer, variable value candidates are not empty.  Any insight?
The env is BOE XI 3.1 SP2 + BW 7.0018
Thanks,
Chris

hi Chris,
in the logfile you can see the following:
: MDDataProviderBW.GetMembers(Cat=ZBKG_S19,Cube=ZBKG_S19/ZBKG_S19_Q0001,Dim=[0MATERIAL__ZPRDFM],Hry[0MATERIAL__ZPRDFM],Lvl=[0MATERIAL__ZPRDFM].[LEVEL01],Mem=,OpCode=,PropFlag= )
Thu Jan 07 11:30:05.314: SAPMODULE: FIS: MDDataProviderBW.GetMembers(StartRow=0,EndRow=499)
Thu Jan 07 11:30:06.314: SAPMODULE: FIS: RFC function call MDDataProviderBW.GetMembers returned S
Thu Jan 07 11:30:06.314: SAPMODULE: FIS: Call to MDDataProviderBW.GetMembers took 1.000 seconds
Thu Jan 07 11:30:06.314: SAPMODULE: FIS: Got 0 membe
is your variable based on this navigation attribute ?
if so could you do the following:
- go to transaction se38
- start program BAPI_MDPROVIDER_GET_MEMBERS
- enter the values as shown above
- hit F8
Ingo

Similar Messages

  • Timestamp for Week LOV in WebI Prompt Screen

    Hi,
    I have Week Ending Date prompt in my report where I display all the Saturday dates .
    When the report is refreshed, in the prompt screen the week data shows the timestamp as below.
    12/10/2011 12:00:00 AM
    12/3/2011 12:00:00 AM
    11/26/2011 12:00:00 AM
    11/19/2011 12:00:00 AM
    But in the universe, the same LOV does not show any timestamp, only the date is displayed. I tried using Cast(WEEK.WK_DESC as Date) in the universe but still in the WebI the timestamp is coming.
    Also in TD, this week column is defined as Date data type only.
    Can any one please help why this timestamp is coming in the WebI prompt screen and how to remove it?
    Thanks in advance.

    Hi Lavanya
    The sample time stamp 12:00:00am which is coming with the date object LOV in webi even if there is no time stamp in the database, is the default by design behaviour of businessobjetcs.
    You can use formatdate() or Todate() to change the format like dd/mm/yyyy
    And also this below link  will help for universe level
    http://www.forumtopics.com/busobj/viewtopic.php?t=17156
    hope this helps u
    Sunil
    Edited by: K.sunil on Dec 13, 2011 12:27 PM
    Edited by: K.sunil on Dec 13, 2011 12:39 PM

  • How to create dependent LOVs in Web ADI

    Hi
    Could anybody help me out, how I can create dependent LOVs in Web ADI? Please provide any sample code if you have.
    I referred some posts in this forum about dependent LOVs. But unable to understand. Is dependency only possibe with Java programs?
    Thanks
    Venkat

    Hi ,
    did you get any docs that for dependent LOV. Please mail me [email protected]
    Many Thanks in advance
    Regards
    Niraj

  • How to display LOV on web in ENTER-QUERY mode with form or block query only.

    Hello all
    How can I display lov automatic on the web in from enter-query
    mode in form or block query only mode.
    thankx

    If I understand correctly your explanation, your called form
    fails to activate the LOV in enter-query mode when it is deployed
    and test on the browser.
    So lets proceeed like this, to make it work in all environments,
    let us programetically activate the LOV.
    HOW?
    In the called form, write in the WHEN-NEW-ITEM-INSTANCE TRIGGER
    at block level (if have more than one LOV)
    IF :SYSTEM.MODE = 'ENTER-QUERY' THEN
    IF get_item_property(:system.cursor_item,lov_name) IN ('YOUR
    LOV1', 'LOV2' etc) THEN
    IF SHOW_LOV(get_item_property(:system.cursor_item,lov_name))
    THEN
    NULL;
    END IF;
    END IF;
    END IF;
    The above code maybe tweak to suite your need and condition.
    This way, we explicitly make the LOV appear in ENTER-QUERY mode
    whenever the user clicks on an item with an attached LOV.
    Hope this helps.
    Mohammed R.Qurashi

  • Error displaying / calling lovs in web environment (jinitiator)

    Hi there,
    When displaying the Form over the net (JInitiator 1.1.8.7 / Oracle9iAS) the status field 'List of value' (status bar)
    remains blank even if the fields have a LOV attached. By calling the LOV with CTRL-L a message appears that there hasn't
    been a LOV assigned to the field.
    When I do a clear block, the status field is suddenly displayed but validation errors occur of course...
    Has anyone experienced the same error and/or knows a solution to fix that bug?
    Thanks for your help,
    Nik

    Hello,
    I just implemented a LOV on the web and didn't need to do anything for the LOV to appear. the Display Automatically property is set to yes and I didn't do much more than that. I'll keep looking around for an answer, maybe one of my collegues has an idea.

  • Alpha Sorting of Universe and LOV in Webi Rich Client

    We currently are using both Webi and Webi Rich Client XI3.1 SP4 in Webi the universes and the LOV sort Alpha Numeric automatically, however in the Rich Client the list of universes and the LOV are not sorting Alpha Numeric.  In designer we have all the universes with the Force_Sort_LOV set to yes
    Any suggestions on how to resolve this issue would be appreciated

    Have you tried dropping the associated universe LOV and re-publish? This happened to us in the past.
    Steps:
    1) In the univ designer object properties, deselect the "associate a LOV" in Properties tab. Close. Save. Export to CMS. (this drops the LOV)
    2) Go back in univ designer and check the associated LOVs again to rebuild then republish to CMS.
    Does this work?

  • How to get the Empty page in Webi report

    Hi,
    I have to insert the charts in the report but i don't have the space to insert the charts in same page so i need one more page how to get the blank page in report
    thanks,

    turn your report from Page Layout to Draft Mode. Than you will be able to insert chart in it.
    You can view Web Intelligence reports in different modes depending on how you want to work with data and how you want the data to appear.
    1. In Web Intelligence Interactive, select the report tab of the report you want to view.
    2. Click the arrow next to the View button on the main toolbar above the report.
    3. Select the viewing mode.
    4. In the Java Report Panel or Web Intelligence Rich Client, use Switch Page/Quick Display on the Reporting toolbar to alternate between Page mode and Quick Display mode.
    Edited by: srrachna on Apr 22, 2011 2:25 PM

  • Empty lov

    Hello everyone!
    i need to handle a lov which can return 0 rows. in this case i should delete the record ( i have some required items in my block..)
    thank you in advance!

    KEY-LISTVAL trigger on your item
    select count(1) records in record-group used by LOV
    if zero then
    delete stuff here
    else
    do_key('LIST_VALUES');
    end if;
    I believe that'll do what you need.

  • How to create KFF LOV in web adi

    Hi All,
    I have found one document where the steps were included only for BNE_INTERFACE_COLS, which I am posting here....
    The KFF which I am adding as LOV, has 3 segments, so I have added BNE_INTERFACE_COLS 21, 22 , 23 for segments, and 24 for parent.
    BEGIN BNE_INTERFACE_COLS "21"
    OWNER = "ANONYMOUS"
    OBJECT_VERSION_NUMBER = "1"
    INTERFACE_COL_TYPE = "1"
    INTERFACE_COL_NAME = "P_C_ATTRIBUTE1"
    ENABLED_FLAG = "Y"
    REQUIRED_FLAG = "N"
    DISPLAY_FLAG = "N"
    READ_ONLY_FLAG = "N"
    NOT_NULL_FLAG = "N"
    SUMMARY_FLAG = "N"
    MAPPING_ENABLED_FLAG = "Y"
    DATA_TYPE = "2"
    GROUP_NAME = "INVENTORY"
    VAL_TYPE = "KEYFLEXSEG"
    VAL_COMPONENT = "" ""
    DISPLAY_ORDER = "210"
    UPLOAD_PARAM_LIST_ITEM_NUM = "21"
    PROMPT_LEFT = "C_ATTRIBUTE1"
    PROMPT_ABOVE = "C_ATTRIBUTE1"
    LAST_UPDATE_DATE = "2010/06/14"
    VAL_QUERY = "" ""
    EXPANDED_SQL = "" ""
    END BNE_INTERFACE_COLS
    BEGIN BNE_INTERFACE_COLS "22"
    OWNER = "ANONYMOUS"
    OBJECT_VERSION_NUMBER = "1"
    INTERFACE_COL_TYPE = "1"
    INTERFACE_COL_NAME = "P_C_ATTRIBUTE2"
    ENABLED_FLAG = "Y"
    REQUIRED_FLAG = "N"
    DISPLAY_FLAG = "N"
    READ_ONLY_FLAG = "N"
    NOT_NULL_FLAG = "N"
    SUMMARY_FLAG = "N"
    MAPPING_ENABLED_FLAG = "Y"
    DATA_TYPE = "2"
    GROUP_NAME = "INVENTORY"
    VAL_TYPE = "KEYFLEXSEG"
    VAL_COMPONENT = "" ""
    DISPLAY_ORDER = "220"
    UPLOAD_PARAM_LIST_ITEM_NUM = "22"
    PROMPT_LEFT = "C_ATTRIBUTE2"
    PROMPT_ABOVE = "C_ATTRIBUTE2"
    LAST_UPDATE_DATE = "2010/06/14"
    VAL_QUERY = "" ""
    EXPANDED_SQL = "" ""
    END BNE_INTERFACE_COLS
    BEGIN BNE_INTERFACE_COLS "23"
    OWNER = "ANONYMOUS"
    OBJECT_VERSION_NUMBER = "1"
    INTERFACE_COL_TYPE = "1"
    INTERFACE_COL_NAME = "P_C_ATTRIBUTE3"
    ENABLED_FLAG = "Y"
    REQUIRED_FLAG = "N"
    DISPLAY_FLAG = "N"
    READ_ONLY_FLAG = "N"
    NOT_NULL_FLAG = "N"
    SUMMARY_FLAG = "N"
    MAPPING_ENABLED_FLAG = "Y"
    DATA_TYPE = "2"
    GROUP_NAME = "INVENTORY"
    VAL_TYPE = "KEYFLEXSEG"
    VAL_COMPONENT = "" ""
    DISPLAY_ORDER = "230"
    UPLOAD_PARAM_LIST_ITEM_NUM = "23"
    PROMPT_LEFT = "C_ATTRIBUTE3"
    PROMPT_ABOVE = "C_ATTRIBUTE3"
    LAST_UPDATE_DATE = "2010/06/14"
    VAL_QUERY = "" ""
    EXPANDED_SQL = "" ""
    END BNE_INTERFACE_COLS
    BEGIN BNE_INTERFACE_COLS "24"
    OWNER = "ANONYMOUS"
    OBJECT_VERSION_NUMBER = "1"
    INTERFACE_COL_TYPE = "2"
    INTERFACE_COL_NAME = "P_C_ATTRIBUTE4"
    ENABLED_FLAG = "Y"
    REQUIRED_FLAG = "N"
    DISPLAY_FLAG = "Y"
    READ_ONLY_FLAG = "N"
    NOT_NULL_FLAG = "N"
    SUMMARY_FLAG = "N"
    MAPPING_ENABLED_FLAG = "Y"
    DATA_TYPE = "2"
    GROUP_NAME = "INVENTORY"
    OA_FLEX_CODE = "MCAT"
    OA_CONCAT_FLEX = "N"
    VAL_TYPE = "KEYFLEX"
    VAL_OBJ_NAME = "oracle.apps.bne.integrator.validators.BneKFFValidator"
    VAL_COMPONENT = "PA_FLEX"
    OA_FLEX_NUM = "PA_FLEX" "50368" --line2732
    OA_FLEX_APPLICATION_ID = "401"
    DISPLAY_ORDER = "240"
    UPLOAD_PARAM_LIST_ITEM_NUM = "24"
    PROMPT_LEFT = "C_ATTRIBUTE4"
    PROMPT_ABOVE = "C_ATTRIBUTE4"
    LAST_UPDATE_DATE = "2010/06/14"
    VAL_QUERY = "" ""
    EXPANDED_SQL = "" ""
    END BNE_INTERFACE_COLS
    When I am uploading this ldt, it gives me error :
    A syntax error occurred at line 2732 in file aexp_pa_cm_proj_intg.ldt
    The reference attribute requires 2 values to specify the key
    No data found for upload
    where line 2732, I have pointed above.
    Let me know if somebody have impletemented KFF, and what are the steps, to create LOV, we add param list also, Do we need same thing for KFF LOV also, if yes what are the steps.
    Thanks in advance.

    Hi,
    Following the steps mentioned in the link and let me know if you are still not able to do it:-
    http://rkpande14.blogspot.com/2011/07/key-flexfield-kff-validation-in-custom.html
    Thanks,
    Rohit

  • Empty Data View Web Part

    I am using sharepoint Designer 2013 with SP2013,
    When I create a webpart page and insert a dataview to show data from a list in the site. It only shows a blank web page(Only the page name and nothing else). 
    I tried differnt data source but all have same result.
    Can anyone help?
    Thanks in advance.

    Maybe you can use this tutorial from microsoft:
    Tutorial link
    This can help too:  Link1 and
    Link2
    Hope this help.
    Best regards.

  • How to create hierarchical LOV and Webi front end or wrapper report to replace the JSP code in BO4.0?

    My requirement is - There are customer names & region names ,Client wants to go for dynamic cascading prompt and hard code the customer name ,bu t they DON'T WANT customer names to be appear in the cascading dynamic prompt input values (they wants to make customer names as confidential ) ,
    Reporting tool Name - Crystal reports ,
    Source - UNV
    Older versions like BOXIR2 / BOXIR3  they used JSP to achieve this ,it worked fine ,Now they need to do the migration to BI4.0 UNV for the CR reports ,
    So it is an existing system and now i need to modify the universe in the SABI4.0 -UDT /UNV ,
    Could you please help me in detail , how can i achieve it .
    Thanks ,
    Pradeep Gorpadu

    Hi,
    You need to check in Crystal Reports Section .
    SAP Crystal Reports

  • How to display a JClient LOV with a empty textfield at startup?

    Hi,
    we develop an application using JClient to connect a swing client to a bc4j middletier. In one special form consisting of three LOVs (3x label,textfield,button ->LovBinding) we want two of the LOVs to display a empty textfield when the form is opened the first time. The standard LovBinding shows the first row of the corresponding viewobject initially, pretending that the user already has chosen a value. Is there an (easy) way to override this behaviour?
    And what to do in the following scenario:
    The user chooses a value from a LOV, that value is displayed in the textfield. Now the user changes his mind and wants to be the LOV-textfield empty again. Currently there's no solution for this.
    We can think of several workarounds, but none of them seems to be a good solution...
    Any ideas for that?
    Thanks,
    Torsten

    Sorry, I try to be a bit more precise:
    It's not clear whether you want the "Lov dialog" to show no selection on startup or the form that uses the LOV to display nothing in the "textField" on >startup?
    Could you elaborate on this? A simple scenario may help. It's NOT the Lov dialog that should show no selection on startup. I wanted the textfield to display nothing, until I press the button which invokes the Lov dialog. The lov dialog allows me to select something and after pressing ok in the lov dialog I see me selection in the textfield.
    The scenario is the following:
    Imagine a form showing a combobox which allows the select a special type of value, does not matter. Additionally you have a lov combination consisting of a textfield and a button. The textfield should display a lookup value which can be selected via a lov dialog, which is invoked by the button.
    And you have a "calculate" button, which has no binding. This "calculate" button runs some kind of code that takes the value of the combobox and the value of the lov's textfield (if a value was chosen) and does something.
    The problem is the "if a value was chosen". I like to see an empty lov's textfield to indicate that nothing has been chosen solong. If I press the "calculate" button after choosing a value in the combobox and having nothing in the lov's textfield, the lov's textfield should be ignored by the following method.
    Again, if you are using JComboBox/JListBox for Lov, then the default windows key to clean selection is Ctrl+(Mouseclick on the selected row)
    If you want to display/allow no selection in the JULovButtonBinding's LovDialog, you pretty much have to do this by providing a custom LovPanel instead of >using the default one and implement the "no-selection" logic there.
    And in case of no-selection, set the currency on the LovRSI to no row (call reset()). Are there more shortcuts like Ctrl+MouseClick in JClient?
    Ok, what I intended was the following:
    We have the scenario described above. The user selects a combobox value, then opens the lov dialog by pressing the button, chooses some value and presses ok in the lov dialog. Now he sees his selection in the lov's textfield. But: he changes his mind and thinks it would be better to reset the lov's textfield to the empty state, before pressing the "calculate" button. Because there is no kind of reset for the lov's textfield, the user has no chance to do what he wants.
    Question is, can you think of an elegant way to solve this problem?

  • Webi LOV's

    Hi All,
    How to get the "ALL" lov in webi as in Crystal report.
    When i run the webi report i have to display the "ALL" lov along with all other lov's. When i select the "ALL" lov then it should take all the lov values and display all the values. (We have this functionality in crystal report). Can someone provide me any work around for this.
    Thanks in Advance,
    -JK-

    Hi,
    I have a detailed document that explains how to create a Condition Object which allows you to select ALL from the LOVs.
    You can download it from the following link:
    http://www.uploading.com/files/6798EDET/Prompt_ALL.pdf.html
    Please let me know if this helps.
    Thanks,
    UT

  • Prompt List of Values in WebI - SAP BI Variable - SAP BI Query -BI Infoset

    Hi,
    We have a Multiprovider built on an Infoset. SAP BI Infoset is built using 2 DSOs.
    There is a SAP BI Query on top of this Multiprovider.
    Multiple-Single Values type Optional Variables are created for some of the Objects of this SAP BI Query.
    Universe is created on top of this SAP BI Query, using SAP Integration kit.
    WebI is created on top of this Universe.
    Prompts are created on some of the Universe Objects, for the WebI report.
    We are facing a typical problem.
    When a WebI prompt is created on one particular object, (which also has a Multiple Single Value type Optional Variable in SAP BI Query), its List of Values is showing up only first three values in WebI. The SAP BI Variable in BEX Analyzer shows up all the 8 values for the List of Values, for the same object.
    The Output WebI report has more values for the object than shown up in the List of Values & this is the problem.
    We tried to keep the settings in Info-object, DSO, Infoset, Multiprovider = Values in Master Data (for the List of Values).
    Similar objects and similar variables for the same query / webi show all the List of Values.
    Any guidance on aspects to be checked would be helpful.
    regards,
    Rajesh K Sarin

    Problem :
    If an SAP BI Infoset is used in data modelling, and a restricted key
    figure is created in the SAP BI Query; the resultant WebI Object Prompt
    for the Info-object, only shows up LOVs which have been used for the
    restricted Key Figure. Both the things are not related except for the
    fact that some of the values for the same object are used for the
    restricted key figure.
    Details :
    We have a Multiprovider built on an SAP BI Infoset.
    SAP BI Infoset is built using 2 DSOs.
    There is a SAP BI Query on top of this Multiprovider.
    There is a restricted key figure in the sap bi query. KeyFigure "Number
    of Records" is restricted for 3 of the relevant Info-object "Meter
    Reading Status" values.
    Universe is created on top of this SAP BI Query, using SAP Integration
    kit. WebI is created on top of this Universe.
    Prompt is created on the Universe Object for Meter Reading Status, in
    the WebI report.
    List of Values is showing up only the three values in WebI (which were
    used in the Restricted Key Figure calculation).
    SAP BI Variable in BEX Analyzer for the same Info-object Meter Reading
    Status shows up all the 8 values for the List of Values.
    The Output WebI report has more values for the object than shown up in
    the List of Values & this is the problem.
    We have kept the settings in Info-object, DSO, Infoset,
    Multiprovider, Query = Values in Master Data (for the List of Values).
    When we delete the "Restricted Key Figure" from the SAP BI Query, the
    refreshed Universe and Webi have a complete set of List of Values
    applicable.   
    Steps for Reconstruction    
    1. Create Infoset
    2. Create SAP BI Query on Infoset
    3. Create Restricted Key Figure for Number of Records and few of the
    values for a characteristic info-object "X".
    4. Create BO Universe on SAP BI Query
    5. Create Webi on BO Universe
    6. Create a Prompt on the characteristic info-object "X".
    7. Check List of Values for the characteristic info-object "X" in SAP
    BI Query and WebI.
    8. LOVs in WebI are equal to the values used for restriction in the
    restricted key figure.
    9. Delete the restricted key figure from SAP BI Query.
    10. Refresh Universe
    11. Webi prompt shows all the values for the prompt on "X".

  • Web Start Application fails after upgrade to JRE 1.6.0_u33

    I have a production application that uses java web start for deployment. All has gone well, but we are experiencing problems when testing upgrading to the latest JRE update 1.6.0_u33.
    The application is composed of several jar files, all of which are signed with a code signing certificate. However, after updating the JRE, I receive the error :
    #### Java Web Start Error:
    #### Unsigned application requesting unrestricted access to system
    Unsigned resource: the first jar file in my jnlp
    This is a pretty odd error, since the jar is definitely signed. I can find it in the webstart cache and run jarsigner -verify against it and it verifies successfully.
    If I remove the application and reinstall it, everything works fine, but this is a pretty unacceptable solution for thousands of users, many of which are not very technical.
    Does anyone have any solutions or has anyone encountered the same problem? It is currently a showstopper for us to taking this new JRE update which contains some critical security updates we would like to have implemented.
    Thanks in advance for any help.

    Hi
    I have seen this post a little bit late, but... We have also encountered such issue.
    There is another workaround than ask people to empty the java web start cache.
    In order to force the end user's computer to download again you application entirely, we have signed again ALL the jar files and uploaded them to our server.
    That works well but... if somebody download the "new" files and upgrades java to 1.6_0_33 afterwards... same issue will appear again.
    Please observe that the traffic in this forum has started to decrease strongly. That's not amazing when you see that you cannot count on this product.
    Java web start has never worked correctly and that for a long time. This one suffers of numerous bugs and regressions. We should rather call it Java Nightmare Neverstart
    It's a shame.
    Sun has been acquired by Oracle but that does not seem change anything.
    Java RIP
    Claude

Maybe you are looking for

  • Three Part Question involving OS 9.2.1 & OS 10.4 on Wallstreet Powerbook

    Please forgive me if there is already a topic on this particular issue. I looked, but was unable to find one. NOTE: It was suggested to me that I post this question here, in large part because of a particular member who is a Wallstreet expert. So...

  • Keep getting the warning "url is not valid and cannot be loaded"

    when I am on yahoo's mail facility this Firefox warning pops up every few seconds

  • Logical Standby Database with 10g+ASM on both sides??

    Hi out there, is there a known way to establish a logical standby database on 10g, if both sides are running with an ASM setup? I've tried to create one out of a physical standby database (which is set up and running w/o any problems), like a book su

  • Sharepoint Permission and Group

    Hi All, I have project scenario where 3 types of user can access list data ,  first Admin who have full control so can access any thing second one regional user based region\country\entity\division who can only read list data in their hierarchy so ot

  • Error code message

    hello im having trouble downloading and installing Photoshop Extended version 6the current one seems to be corrupt.  Can you help me to understand what I am doing wrong?