Missing values in F4-help in web reporting

Hallo everybody,
we have a problem with our F4-value help. When we open this value help in web reporting of bw 7 we only see in the value help a few entries and not all the contents of the master data table. We have checked the infoObject and query settings. Are somewhere in the system a hidden configuration which we haven't checked? The query is 7.x.
Thanks and regards!

Check the properties of your infoobject in advanced tab., in query designer
Currently you can see the values only posted and that is the default option.
If your requirement is to see all the values stored in master data then change the option in your query and as well as in Bex properties tab of your info object.
Hope this helps.
Regards,
Reddy
Edited by: Reddybl on Apr 1, 2010 7:40 PM

Similar Messages

  • Note 1681589: Missing entry in search help of RPUTMSE0 report

    Hola Buena tardes,
    Estamos aplicando la Note 1681589: Missing entry in search help of RPUTMSE0 report; En la version 4.7 hace referencia a un valor que no existe.
    Table: T52B5
    TMS1 RPUTMSE004  TOA C111E0
    Puede ser que el valor correcto es: sobra un número "1"
    Table: T52B5
    TMS1 RPUTMSE004  TOA C11E0
    Saludos,
    Jorogape

    Hola,
    En la vista V_T52B4 la encuentro como:
    TOA     C111E0     Modelo 111 - Impuesto sobre la renta PF
    Saludos,
    Carlos.

  • How exclude values based on text in web report

    hi ,
    i wanted some clarifications
    how to exclude values based on text in web report.

    hi ,
    we had following  requirement.
    in web reprot we had sales group as a drill down.
    now our client wants we can restict sales group values  based on text.
    like  11 -  XXXX.
    here 11 key value and xxxx is the text.
    as of now we can restrict values based on key values.
    but client wants we can restrict values based on text.
    if you have any ideas on that plz let me know.
    Regards,
    Murali

  • Characteristic values as hyperlinks in a web report

    Hi All
    I have a web report with only one characteristic and some key figures. And the number of values for that characteristics are 5 and they are always fixed (structure). In my report I need to make each of that characteristic value a hyper link. I have 5 separate reports which should  be linked to these 5 characteristic values.
    I think this can be achieved by using a table interface. If yes, could any one please provide me with the code for the method CHARACTERISTIC_CELL in the ABAP class?
    Or, is there any other better solution?
    Points will be assigned!
    Thank you

    Its very simple! Check this out
    [http://sap.ittoolbox.com/groups/technical-functional/sap-bw/web-based-reporting-jump-target-to-another-query-by-one-click-489775]
    Regarding modifying the existing methods, in the 'Methods' tab select a method you want to redefine and click on the 'Redefine' button. And then double click on the method name, it takes you to the editor screen where you write your code.
    [Screen shot!|http://img139.imageshack.us/img139/5796/tableinterfacexc8.jpg]
    Use the 'CHARACTERISITC_CELL' method to adjust the contents of cells containing values for characteristics.
    'STRUCTURE_CELL'  to adjust the contents of structural components. i.e. if you are using a structure in your query.
    'DATA_CELL' to adjust the contents of data cells (cells where key figure values are displayed).
    Sample code:
    method CHARACTERISTIC_CELL.
    *CALL METHOD SUPER->CHARACTERISTIC_CELL
    *  EXPORTING
    *    I_X              =
    *    I_Y              =
    *    I_IOBJNM         =
    *    I_AXIS           =
    *    I_CHAVL_EXT      =
    *    I_CHAVL          =
    *    I_NODE_IOBJNM    =
    *    I_TEXT           =
    *    I_HRY_ACTIVE     =
    *    I_DRILLSTATE     =
    *    I_DISPLAY_LEVEL  =
    *    I_USE_TEXT       =
    *    I_IS_SUM         =
    *    I_IS_REPETITION  =
    **    I_FIRST_CELL     = RS_C_FALSE
    **    I_LAST_CELL      = RS_C_FALSE
    *    I_CELLSPAN       =
    *    I_CELLSPAN_ORT   =
    *  CHANGING
    *    C_CELL_ID        =
    *    C_CELL_CONTENT   =
    *    C_CELL_STYLE     =
    *    C_CELL_TD_EXTEND =
    * URL to another web template
    if I_IOBJNM = '0PLANT'.
    if I_USE_TEXT = 'X'.
    concatenate
    '<A href='
    'BEx?sap-language=EN'
    '&CMD=LDOC'
    '&TEMPLATE_ID=Technical name of Your TARGET Template'
    '>' I_TEXT '</a>'
    INTO c_cell_content.
    endif.
    * URL to another web template with variable passing:
    if I_USE_TEXT = 'X'.
    concatenate
    '<A href='
    'BEx?sap-language=EN'
    '&CMD=LDOC'
    '&TEMPLATE_ID=Your TARGET Template'
    '&CMD=PROCESS_VARIABLES'
    '&REQUEST_NO=0'
    '&CMD=PROCESS_VARIABLES'
    '&SUBCMD=VAR_SUBMIT'
    '&VAR_NAME_1=Variable in the query of your Target template'
    '&VAR_VALUE_EXT_1='
    I_CHAVL
    '>' I_TEXT '</a>'
    INTO c_cell_content.
    endif.
    end method.
    method STRUCTURE_CELL.
    *CALL METHOD SUPER->STRUCTURE_CELL
    *  EXPORTING
    *    I_X                 =
    *    I_Y                 =
    *    I_IOBJNM            =
    *    I_AXIS              =
    *    I_STRUCTUR_MEMBER   =
    *    I_STRUCTUR_MEMBER_2 =
    *    I_TEXT              =
    *    I_IS_SUM            =
    *    I_IS_REPETITION     =
    *    I_CELLSPAN          =
    *    I_CELLSPAN_ORT      =
    *    I_HRY_ACTIVE        =
    *    I_DRILLSTATE        =
    *    I_DISPLAY_LEVEL     =
    *  CHANGING
    *    C_CELL_ID           =
    *    C_CELL_CONTENT      =
    *    C_CELL_STYLE        =
    *    C_CELL_TD_EXTEND    =
    IF I_IOBJNM = '3AG5XBEXL78XSSA311CAJHVFD'. "UID of your structure
    CASE I_TEXT.
    WHEN 'Display Text of a selection in your structure' .
    concatenate
    '<A href='
    'BEx?sap-language=EN'
    '&CMD=LDOC'
    '&TEMPLATE_ID=Z************'
    '&SET_DATA_PROVIDER_1=DP1'
    '&INFOCUBE_1=Z******'
    '&QUERY_1=Z************'
    '&SET_DATA_PROVIDER_2=DP2'
    '&INFOCUBE_2=Z***********'
    '&QUERY_2=Z***************'
    '>' I_text '</a>'
    INTO c_cell_content.
    WHEN...
    END CASE.
    ENDIF.
    end method.
    method DATA_CELL.
    *CALL METHOD SUPER->DATA_CELL
    *  EXPORTING
    *    I_X                   =
    *    I_Y                   =
    *    I_VALUE               =
    *    I_DISPLAY_VALUE       =
    *    I_NUMERICAL_SCALE     =
    *    I_NUMERICAL_PRECISION =
    *    I_CURRENCY            =
    *    I_UNIT                =
    *    I_ALERTLEVEL          =
    *    I_IS_SUM              =
    *  CHANGING
    *    C_CELL_ID             =
    *    C_CELL_CONTENT        =
    *    C_CELL_STYLE          =
    *    C_CELL_TD_EXTEND      =
    *Make data in 8th Column as Hyperlink with Variable Passing
    if i_x = 8.
    concatenate
    '<A href='
    'BEx?sap-language=EN'
    '&CMD=LDOC'
    '&TEMPLATE_ID=Z*********'
    '&CMD=PROCESS_VARIABLES'
    '&REQUEST_NO=0'
    '&CMD=PROCESS_VARIABLES'
    '&SUBCMD=VAR_SUBMIT'
    '&var_name_1=Z***************'
    '&var_operator_1=BT'
    '&var_sign_1=I'
    '&var_value_low_ext_1='
    c_cell_content
    '&var_value_high_ext_1='
    end_date
    '&VAR_NAME_2=Z**********'
    '&VAR_VALUE_EXT_2='
    filter
    '>'
    c_cell_content
    '</a>'
    INTO c_cell_content.
    endif.
    endmethod.
    Also check this out... this link has a whole bunch of information about table interfaces..
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/49dfeb90-0201-0010-a1a2-9d7a7ca1a238
    Hope this helps!
    Thanks

  • Values not getting refreshed in web report.

    Hello Friends,
    Currently i am running an web report. The scenerio is i have check box with 5 options For Ex: IMS , IMR, IMN,IMM,IMP.
    IMS is the combination of all divisions and IMR is the combination of only three divisions.
    In BEx we runthe report with divisions . For ex : divisions are Ind1, ind2,ind3,ind4,ind 5.
    Instead of displaying divisions in the select options like Ind1,ind2....etc., we have created a structure in the report
    and using new selection we have restricted the divisions with IMS,IMN,etc.,
    IMS->combination of all divisions. IMR is combination of ind1,ind2,ind3.
    IMN... all are with single divisions
    Now we have assigned the query in the data provider for select options in hte web report,
    But when we select any options the values of the remaining queries are not getting refreshed.
    If we use the divisons directly with out using the structures the values are getting refreshed.
    Can any one give me the solutions for this?
    Regards
    Srinivas

    Hi Mansi,
    Check the Prompt properties in the Edit Query window of the webI. In the query filters section of window, click on the blue icon which says Prompt Properties. Deselect Keep Last values select and run the webI again.
    If the solution is not related to your question, please provide more details.
    Thanks,
    Rajesh

  • Reports missed in Favorites Shared Folder(in web report)

    Hi experts,
    I missed shared folder reports in Favorites folder in Web report. where can i go and set those reports then end users able to see those reports and can access.
    Thanks in Advance
    Regards
    Shah

    Dear shah,
    you have to create roles per transaction pfcg and assign them to your End-Users, per Query Designer/ WAD or Bex Analyzer you can then publish queries/web templates/workbooks into this role.
    Alternatively you can add/change/remove a object per transaction pfcg.
    Best Regards

  • Need Help: Could WEBI report directly based on EXCEL file be refreshed?

    In 3.0, Could WEBI reports directly based on EXCEL file be refreshed, after exporting to BOE platform?
    I've made a test on that and find out WEBI report could not be freshed in Infoview while DESKI report could.
    Some colleague suggest me to build the WEBI report based on a Universe created based on the EXCEL file.
    I want to confirm, is it a by-design that we could only refresh WEBI report based on universe? or I could do some setting to made the refreshment of WEBI based directly on EXCEL file works?
    Please Help!! Thanks a lot~~~

    Hi Rachel,
    You could try the Rich Client Product Guide [http://help.sap.com/businessobject/product_guides/boexir3/en/xi3_web_intelligence_rich_client_en.pdf] but I don't think it is a problem...more like a feature by design - it makes sense.
    You could try the route of creating a universe on top of excel... See posts
    [DBMS Independent universe;
    [how to connect to excel sheet and create a universe on top of that;
    Hope this helps
    Jacques

  • Need Help on WebI Report

    Hi Friends,
    I have 2 tables in  query1  in Infoview. I want to hide table 1 and column1(out of 2 columns) in table 2.
    Please reply with step by step details
    Thank you.

    You cannot hide the block or columns in Webi thinking that you are accessing Webi reports through infoview. You should make the report invisible by matching the table/column borders and the text color with the back ground color. And align the tables appropriately so that it doesnt appear as empty space in the report.
    But why are you having table 1 when you want to hide the table. Similarly with column 1 of table 2. Just get the data you need in the report.

  • Help in Webi report in Crosstab

    I have a report in cross tab format. and I have following data which are storing product name, min stock, max stock and average stock but did not store category for each product.
    Min_document   Max_document   Average_document    Quantity
    doc10                 doc50              doc30            100               
    doc10                 doc50              doc30            200                
    doc10                 doc50              doc30            300                
    doc10                 doc50              doc30            400               
    doc20                 doc60              doc40            150               
    doc20                 doc60              doc40            250                
    doc20                 doc60              doc40            350                
    doc20                 doc60              doc40            450             
    How am I going to fit the above data into the cross tab webi report as following
                              doc10           doc50          doc30            doc20           doc60      doc40 
                                MIN             MAX             AVG             MIN            MAX        AVG
    Standard Quantity           100             400             250             150            450        300
    Standard Quantity is a hardcoded column and not store into the table. Within the "Doc10 ~ Doc50", get the "Max Document 's quantity" and "minimum Document's" quantity and fit into row "Standard Quantity" + Column MAX and row "Standard Quantity" + Column MIN.
    Any Idea?  Thanks in advance.
    Edited by: Renee123 on Mar 2, 2011 4:48 AM

    If the product assignment cannot be retrieved from the database you have to do this manually. Just add a formula field named Product in your report with the following code:
    if ='12-1-2010' and =10 then "Product A"
    else if ='12-1-2010' and =15 then "Product B"
    else if ='13-1-2010' and =20 then "Product A"
    else if ='13-1-2010' and =16 then "Product B"
    Please note that the above code may have to be modified depending on the data type of your Date field ( I assume that this is retrieved as a string in the above example).
    Use the formula field as Product dimension in your cross tab.
    Regards,
    Stratos

  • F4 help on web report gives dump

    Hello all,
    I am facing one issue on BI 7.0 web template as well as BI 7.0 Analyzer.
    We have one query, which works fine in BEx 3.x Analyzer, but when I execute the same query in BI 7.0 Web Analyzer / Bex Analyzer, it gives the dump while selecting the value for mandatory variables.
    I have two mandatory variables in this query. Date Interval and Plant. This query works fine in Quality, but it gives me dump only in Production.
    I performed following checks.
    1. If I select Plant and then click on the F4 help button for Day -> DUMP
    2. If I do not select Plan and click on the F4 help button for Day -> works fine -> After selecting date, click on the F4 help for Plant -> Works fine
    3. If I select Plant and put the date manually in the selection -> Click Check Button or Execute Button -> DUMP
    I was going through couple of threads. As per those threads, I did try changing the date variable from standard SAP to custom variable but that didn't help. I also tried changing the cache size, but didn't help.
    Please help. We are on BI 7.0 - SP21, BI Java SP 19 - Patch 30.
    Thanks,
    Danny

    In the first case
    1.
    Termination message sent
    ERROR BRAIN (629): Specify a value for variable Day Interval
      MSGV1: Day Interval
    ABEND RSBOLAP (000): Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION
      MSGV1: SAPMSSY1
      MSGV3: UNCAUGHT_EXCEPTION
    Second / Third with I execute the report
    2 / 3.
    Termination message sent
    ABEND RSBOLAP (000): Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION
      MSGV1: SAPMSSY1
      MSGV3: UNCAUGHT_EXCEPTION
    Thanks,
    Danny

  • Showing all Characteristic values from Master Data in WebI report

    I want to show master data when there is no data in Cube, I have created constant variable with 1 value in Bex and I am using that in the crystal report but it's still not showing master data. Can anybody help me on this.
    Thanks,
    Ravi

    Hi Ingo,
    Thanks for your quick reply, I have created formula with constant value 1. Do I need to put that formula in rows or columns or as Free Char?
    Thanks,
    Ravi

  • How to get the last sub folder value from the string in Webi report

    I have an object coming from universe, this object will contain string e.g. \\Users\Public\Pictures\Sample\
    or    \\Users\Doc\BI\BO\Webi\
    I need the last sub folder from this path to be displayed i.e. Sample and Webi.
    I would like to know how it can be done.
    I tried using formulas like POS, SubStr and Length. however the issue is that the length of the the sting is not fixed and the number of "\" are also not fixed.
    I would appreciate any help regarding this.
    Regards,
    Yogesh

    Hi,
    What is the formula you have written though?.
    =length(right([folderpath]);pos([folderpath];"\")+1)
    Thanks,
    Jothi

  • Option in web reports

    Hello Friends,
    I need some help on web reports.
    I have created a web report with option bittons.
    When i execute the report its displaying the default value with out selecting any option.
    I need an option should be selected when i executed the report by default.
    Can some one throw some lights on this!!!
    Regards
    Sri..

    Hello friends
    When i execute the query its displaying the values with out selecting any option.
    I need to select any one option by default when i execute the query and display corresponding values...
    Regards
    Sri

  • SAP BusinessObject Mobile WebI Report Prompt Issue

    Hi,
    I have problem to view the Prompt value in Long Text for WebI report in my iPad. The SAP BusinessObject Mobile application is on version 5.1.12.
    We are using BI Platform 4.1, and the WebI report is connected to Bex Query using BICS connection.
    Below are the settings that I had done:
    Setting of Characteristic in BW:
    Setting of Characteristic – ZBPARTNER in BEx Query Designer:
    Below are the report Prompt result in BI LaunchPad and BI Mobile:
    Example data:
    Business Partner ID 123 has description in Long Text (DO NOT USE - KOC ALLIANZ SIGORTA A.S) and Short Text (DO NOT USE - KOC).
    Business Partner (on top of ZBPARTNER) in WebI is showing Long Text as expected.
    For example, you can see the long text "DO NOT USE - KOC ALLIANZ SIGORTA A.S".
    Business Partner (on top of ZBPARTNER) in Mobile Apps is showing Short Text:
    For example, you can see the long text "DO NOT USE - KOC".
    I need the Prompt value is the BusinessObject Mobile to be display with Long Text, but I cannot find any configuration to achieve this.
    Is anyone encounter similar issue and can provide me some suggestion?
    Thank you in advance.
    Regards,
    Edison Wang

    Hi,
    Just like to follow up whether is there anyone encounter similar issue like above which can give me some advise?
    Thank you.
    Regards,
    Edison Wang

  • Report data ( value ... tag) missing in the Webi report retrieved through RestFul Webservice

    I am trying the below URL to get the WEBi report from SAP BO using the Rest Webservice support that is now available.
    http://{serverIP:serverPort}/biprws/raylight/v1/documents/{documentId}
    I am able to get the report but as I compare the same report response when using SAOP Webservice, there seems to be a mismatch in the response. Here is what I see in the SOAP response:
    </td><td c="1" ><cell  ref="1.E.4t" bid="14" h="26" w="231" pad="6,7" sid="-10"><ct >Some arbitrary value</ct><value type="xs:string">Some arbitrary value</value></cell>
    But when I run it through REST, I am missing the <value ..> tag:
    </td><td c="1" ><cell  ref="1.E.4t" bid="14" h="26" w="231" pad="6,7" bt="1" sid="-10"><ct >Some arbitrary value</ct></cell>
    Apart from this right at the start of the xml response, I see some property mismatch as well.
    SOAP has this property extra:
    <property name="output.format.xml.valuemode">yes</property>
    While REST has these property extra:
    <property name="output.format.xml.option.style">1</property>
    <property name="output.format.xml.styledict.fontplatform">html</property>
    <property name="output.format.xml.td.bandinfo">yes</property>
    <property name="source.selected">data</property>
    <property name="xelement.xml.object">yes</property>
    <property name="xelement.xml.object.usemap">yes</property>
    <property name="xelement.xml.object.usersupportedformat">image/png</property>
    I am not sure if:
    the <value ...> tag miss is because of these missing/extra properties or
    current REST support has some issues
    For my application the value tag is a must and I can't do without this, but with REST it seems no way to obtain that.
    Any help or pointer(s) in this regard is appreciated!

    Hello Milind,
    According to our Product Owner Sam Polichouk, the solution should be available for you in 4.1 SP3, which is currently scheduled for release by the end of March 2014 (subject to change).  The product team recommends that you get the raw, unformatted data values from within the Dataset specific call.  This data contains a type to tell the end user what kind of data it is, so you can format it or use it properly.
    The updated documentation for the SDK will be available at SAP BusinessObjects Business Intelligence platform 4.1 – SAP Help Portal Page once the Support Pack is publicly released.

Maybe you are looking for