Variables Display With Info Field Web Item

Dear Friends,
We are facing one issue in BI 7 WAD.Can any one please suggest how to achieve this..
Issue1) In my query, we are having 10 variables and user has enterd 2 variables for his
selection.After executing the web i need to display those 2 variables only.But in my case i
am displaying along the two variables with values and remaining 8 variables as blank.I need
to show those two variables only.For variable display i am using info field web item.Can any one
throw some light on this.
Thanks in advance
Regards
Madhu

Hi Madhu,
It should work. Plz. check your variable settings again.
Display Static Filter Values = Off (On in case you want to display characteristic restrictions used in your query)
Display General Text Elements = Off (On in case you want infoprovider information)
Display Dynamic Filter Values = Off (On in case you want dynamic filters on runtime to be displayed)
Display Variables = On
Variable Settings -> Only Variables with Values = On
--Priya

Similar Messages

  • WAD: change variable description in Info Field

    Hi guys,
    I have created a Web Template with the Web Application Designer (WAD). Using an Info Field item (Info Filed properties > Data Binding > Text Element Type > Variable Value ) I displayed the variable filter value used to launch the Web Template. The available values are: Default, Manual and Listed. I have to choose one of the listed variable changing the variable description. I tried to change it also changing the XHTML code, but launching the Web Template the system automatically recalls the original variable description.
    Can anyone let me know how I can do it?
    Thanks.
    Edited by: D-Mark on Sep 22, 2009 11:11 AM

    Hi Giulia,
         We cant do this WAD , need to do it in query designer.( Cant edit a query in WAD)
         If u want to change the descriptions of the chars u created, u can do it in the infoobject level it self.
    Regards,
    Priya.

  • Display cost center field under item level when creating sales order

    Hi dear experts,
       during  the sales order creation(tcode VA01),  is it possible to display the cost center field in the tab account assignment under item level??
    currently we are using ECC6,in the tab account assignment, the cost center field was actually already defined in the screen by the system...i used to try to 'activate' the cost center field VBAP-KOSTL in the user exit  MV45AFZZ, but the cost center still not shown.
    I know that there is a config to the sales doc type can be used to open the cost center at header level, how about item level?
    thanks and best rgds
    Mu

    Hi,
    The Cost Center Determination settings is in OVF3 -  but there are some cases where the Cost Center must be exceptionally changed. 
    If the document category for order type in IMG VOV8 is defined to be "I" which belong to order type FD - Deliv.Free of Charge, then the field cost center is active for input during transaction VA01. 
    Alternatively, you can specify an order reason and assign a cost center to an order reason. 
    However the standard SAP works only at the header level though, so it would not work if cost center is needed on the line item. 
    The cost center are assign for such business transactions as :
    - Free deliveries
    - Returns
    - Deliveries of advertising materials
    You can also make cost center allocation dependent on the order reason, for example:
    Order reason: Damage in transit
    Order reason: Free sample
    Both the IMG settings are done in transaction OVF3, either with/without the order reason.
    regards,
    Siddharth.

  • Bad display with datepicker field under apex 4 using French lang

    Hi,
    I am using a datepicker field under apex 4 and if I change the language to French, the calendar is not displayed correctly.
    Any idee why?
    Many thanks for your help
    jko
    Edited by: user617942 on 03-Aug-2010 00:10

    The Calendar doesn't stick into the window...
    It seems that the window is not resized to handle french days.
    Jko
    Is it more clear?
    Edited by: user617942 on 2 août 2010 08:33

  • Web item for formula variable in WAD

    Hi,
        I have a formula variable in my IP application where user can input the percentage for a function, which web item I should used in WAD to bind the user's input data with the formula variable? The input field item does not have the data binding property.I did it in my last project but can not remember it anymore.

    Basically, in IP you do not need to configure  web item for formula variable, it will automatically pop-up when you run the function, at that time you can input the value for the variable. while in BPS, we need to input the numerical value before we run the function.
    Since the input field web item does not have data binding property, I am not sure it is useful, the data you input has no effect on your processing data set. Anybody has some other idea?

  • WAD binding using "Web Item with ManualInput"

    I am using a formula variable in a fox to get an user entered number. I have Input Field web item in the web template and I am trying to pass the input value from this item to the formula variable using "Web Item with ManualInput" binding type . But, the user entered value is not getting transferred to the fox.
    While other variable types work fine, seems to be having issues with this binding type for formula variable. Any help in resolving this issue is much appreciated.
    Thanks.

    Hi all,
    please try following procedure to pass the entered value from WAD to FOX:
    Within the command "exec_planning_sequence" (or planning function) do the following data binding:
    variable: {technical name of your formula variable}
    variable type: "item-input"
    web-item: {technical name of your input item}
    Should look like this in XHTML (assume the formula variable is called Z_IM_TEST_MMEVE_001):
    <bi:command type="EXEC_PLANNING_SEQUENCE_SIMPLE">
    <bi:param name="VARIABLE_VALUES" type="ORDEREDLIST">
      <bi:param name="VARIABLE_VALUE" type="COMPOSITE" index="1">
       <bi:param name="VARIABLE" value="Z_IM_TEST_MMEVE_001" text="Z_IM_TEST_MMEVE_001">
      </bi:param>
       <bi:param name="VARIABLE_TYPE" type="CHOICE" value="ITEM_INPUT">
        <bi:param name="ITEM_INPUT" type="COMPOSITE">
        <bi:param name="ITEM_REF" value="INPUT_FIELD_TEST">
       </bi:param>
      </bi:param>
    </bi:param>
    </bi:param>
    I implemented the same thing successfully and received the entered values in FOX correctly. If it does not work just post a description of the problem appearing.
    Brgds,
    Marcel

  • Can I change the standard text for web item 'INFO_FIELD_ITEM'?

    Hello experts.
    I made a WAD template using web item 'INFO_FIELD_ITEM'.  In data binding, I used the 'Last refresh' of general text elements.   As a result, in the web browser I can see the last update date & time. (e.g. 'Last refresh: 2007.01.17 17:34:44') Then our customer want to change the default text "Last refresh" as "Working time".
    How can I change this?
    I tried to change the text symbols for program SAPLRRSV. But it worked only in Bex Analyzer not in the web.
    Our server version is Netweaver 2004s and SP10.
    Best regards.
    JY Park.

    Hello,
    I had the same problem - just wanted to display the values of a variable in an info-field, but not the caption.
    I found out, that there's a tag for Info-Field Item called ONLY_VALUES (it's the checkbox under the headers visible checkbox in the properties dialog of the Info-Field Item; in my WAD version, there's no label assigned to this checkbox, so it was not easy to find out what it should be),
    You have to set it to 'X' (check it) ; then you get the unformatted value of the variable (no caption anymore).
    <bi:INFO_FIELD_ITEM name="INFO_FIELD_ITEM_1" designheight="500" designwidth="350" >  <bi:WIDTH value="350" />
    <bi:HEIGHT value="500" />
    <bi:DATA_PROVIDER_REF value="DP_1" />
    <bi:HEADERS_VISIBLE value="" />
    <bi:ONLY_VALUES value="X" />
    You have to insert the info-field item between span tags so that you can define your own formatting values.
    The ONLY_VALUES tag works the same as the tag 'RENDER_AS_TEXT' you have with the text item , see
    http://help.sap.com/saphelp_nw70/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm
    There's only one disadvantage: If you have chosen a lot of variable values (multiple selection), the variable string gets very long and no line break is performed, because all blanks in the string are replaced by nbsp's. I solved this with a little Java Script, replacing the appropriate nbsp-s with br tags.
    Hope it helps
    Beate

  • Info Field is not shown in PDF by toolbar Print Version button

    Hi Everyone,
    I need your help:
    I enhanced 0ANALYSIS_PATTERN to include UserID / DateTime information when Export to PDF and excel.  I added Info Filed in this template and added this new web item in BUTTON_TOOLBAR_2 Button 3 (Print Version) and 4 (Export to Excel).   UserID / DateTime displayng on web is fine and Exporting to Excel is fine also.   Only problem is when clicking on Print Version the UserID / DateTime information is not showing in PDF.   I created a new button to Export PDFand it's working fine.  Somehow just this toolbar button Print Version has issue with Info Field.
    Can anyone help me to resolve this problem?
    Thanks, Jin

    Hi Jin.
    I have tried using the separate print template method but didn't manage to get it to work (and not very excited about the concept anyway as it means even more web templates to manage).
    But I got it to work without using a separate print template, by inserting the InfoField as part of the Filter Area (because I didnt want it displayed in the face of the Web when the report was run initially). But it seems to be that as long as the InfoField is displayed somewhere in the Web, then it can be exported/printed. Having done the data binding step, obviously.
    You mind if I pick your brains (offline) re the print template method?
    Patrick
    (points if that helps?)

  • How to multiple layers in the MAP web item?

    Hi experts,
    I'm working on a demo with BWGIS. I encounter several problems with the MAP web item.
    My demo:
    QA results visualized on global (region object - e.g. Europe, Asia), country (country object) and plant level. Use geo-drilldown to navigate into the lower layers functionality to get from the global view to the countries within one region and plants within one country.
    My settings:
    Region is a static geo-characteristic. For region I used the cont200.shp file. Also country is a static geo-characteristic, here I used cntry200.shp. For test I used ARCGIS to draw (points) some example plants in the country shape file. I uploaded this shape file to the plant object (also static).
    My success:
    I'm able to display the QA results in a separate global or country view within the 3.x Web template.
    My problems:
    A) The map web item in 7.0 does not display any data: it looks like no link can be made between the query result and graphic although we installed the latest IGS.
    B) I'm not able to drilldown from a global view to the countries within one region (doubleclick on one region in global view) within the 3.x Analyzer and 3.x Web template.
    My first question is about the concept of BWGIS:
    1) I want to use geo-drilldown (double-click) to navigate to the lower layers. For example in the global view I see only the QA result per region (shape file of region object) -> doubleclick on Europe, I expect to zoom in to Europe and see the QA results for all the countries in Europe (shape file of country object). How do I modell this in the web application designer?
    alt. 1a: 1 map – 1 layer - 1 dataprovider - underneath 1 query with region and country in the row is not allowed, so how to navigate between the two geo-relevant objects?
    alt. 1b: 1 map - 2 layers (2 shape files) - 2 dataproviders - 2 queries, one with QA result per region and one per country -> in that case both will be displayed at the same time, is not what I want. How to navigate between the two layers?
    alt. other ?
    2) I know how to make maps with multiple layers in ARCGIS, but do I need this for BWGIS, because one layer is one shape file? So do multiple layers in the map web item correspond to multiple layers in a ESRI ArcMap Document.
    More specific questions:
    3) Is there a lot of experience with the map web item in 7.0, documentation and working examples? Are there known problems (I can't find anything in sap notes). Is it better to still use the 3.5 Web Application Designer for this?
    4) There is very little information on SAP help, SDN and other forums about BEx Map and moreover the MAP web item. Does anyone have more documentation for me?
    Thanks in advance.
    With kind regards,
    Rick Stoll

    Hi Rick,
    I am working on the same topic. I am strongly interessted in solutions to your open questions, that you pulled forward in the past.
    Did you make any progress?
    Thanks in advance and regards
    Marcus

  • ME21n: Customer fields in item overview

    Hello,
    is it possible to add customer fields on the item overview in ME2xn?
    We have some customer fields on the article master (Retail) which should be added to EKPO when generating an PO and be visible on the screen on item overview also (view only).
    I know that it is possible to add customer screen with customer fields on item detail level using BAdI's ME_PROCESS_PO_CUST and ME_GUI_PO_CUST, but I would need the fields to be display in the table control.
    Any ideas?
    Thanks for your help!
    Regards,
    Alex

    Hello Chen Jun,
    No we could not solve in ecc5. So I gave the name fix for the dynpro.
    After upgrade to ecc6 I saw that the name was changed to the given in the exit.
    best regards Peter

  • 2004s "Group Web Item" Explanation

    Hi, Can someone explain the "Group Web Item" to me? I put several items in it, but when I configure the "Group Web Item" it requests a single subordinate web item? And when I run it only the one assigned web item shows up on the screen. Is it supposed to only display 1 item? Doesn't seem to make any sense to me.
    What am I missing here?
    Thanks, Ken Murray

    Hi Kenneth,
    In a group item you can have web item assigned to
    1. Caption
    2. toolbar
    3. Design
    All the webitems (that can be  container/conatiner layout or any other web item) can be assigned to 1, 2 and 3.
    Also you can use conatiner layout and assign couple of other web items and specify all the web items correctly in the conatiner layout or
    you can create a table in a container and drag and drop other web items in the table.
    Then you need to assign the conatiner or the container layout to the design subordinate item. (3-design)
    When web template with group item is executed, the web report will only shows up the web items that you have assigned in the 3 areas; (design/caption/toolbar).
    Can I ask what web items do u want to display? And what web item did you assign in the design (3)?
    I hope this explantion helps you. Please let me know if have any questions.
    Thankyou,
    -Sini

  • Web Item Portfolio in WAD 7.0

    Hi,
    I would like to realize the following with the portfolio Web Item in the WAD 7.0:
    I got a Query which delivers me 3 columns:
    Section1 : x,y, size
    Section2 : x,y, size
    x for x axis y for y axis and size for the size of the bubbles in the chart.
    The Chart presents this correct.
    As a label for every bubble it shows me Section1, Section 2....
    As Label I would like to have the value of the third column(size) presented and not
    Section 1, Section 2...
    Is there a possibility to this?
    Thanks for any help!!

    Hi Holger,
    this is possible with the latest IGS version when using $size in the Format attribute of the Series customzing.
    See note <a href="http://service.sap.com/sap/support/notes/1064448">1064448</a> for more information on the number formats.
    Best regards
    Matthias

  • WEB application designer - Web items - How to create new

    Hi!
    Is there a way to create new web item in web application designer, and <b>NOT</b> a copy of existing with different parameters (Web items located under Standard tab).
    It would expand possibilities of web app. designer a lot!
    Another question is, how to use BSP elements in BEX WEB reports (templates). Is this possible or not?
    Thank you in advance!
    Egi

    Hi,
    in principal you can write new web items but this is not supported by SAP as this is a modification.
    You would inherit from a standard web item class (for example CL_RSR_WWW_ITEM_VIEW) and maintain tables rsrrenderer rsrrendereratr rsrrenderert and optionally rsrrendererdep
    BSP itself can not be used, unless you include a BSP Application via Iframes in your Web template.
    Heike

  • Custom Extension Web item

    HI Any body could give detail explaination about what can be done with custom extension web item.
    Please give me different scenairios where it can be used the best. if anybody used in realtime . it will be great if provide some abap code and details which should be considered in the code (etc Xml input and output paramters ).
    Thanks in advance.
    Points will be awarded.
    Sania

    Hi Sania,
    Please go through this blog by Kai Watcher, here it's explained along with code:
    /people/kai.wachter/blog/2005/05/23/how-to-create-own-items-in-bw
    Hope it helps...
    Cheers,
    Habeeb

  • BEx Web Application Designer - Info Field - Display Static Filter Values

    Hi there,
    I'm not sure if anyone is having the same issue I am having... but here goes.
    I have the option DISPLAY STATIS FILTER VALUES turned on in my 0ANALYSIS_PATTERN & 0ANALYSIS_PATTERN_EXPORT web print templates for printing to PDFs from the Query Designer.
    - If I have it turned on, all the filters (including the dynamic) are displayed with about 4 rows of empty space between each line.
    - If I have it turned off, the dynamic filters are displayed normally.
    Does anyone know how to affect the font and spacing of this setting?
    Note:  As it is the the standard print template, I can't add the perameters of which filter to display.
    Please let me know if you have any ideas.
    Thanks, Audrey

    Hi Edward,
    Help to your answer I could understand my mistake. I was customizing the Data Binding part instead of the Internal Display.
    I did the following :
    [ ]Display Static Filter Values
    [ ]Display Genertal Text Elements
    [ ]Display Dynamic Filter Values
    [x]Display Variables
    [ ] Only Variable with values
    And it is working now.
    FYI: no need to uninstall and reinstall the Bex tools, it worked directly with the latest patch.
    Regards,
    Laurent

Maybe you are looking for

  • NVIDIA GeForce 8600M GT: Questions about my 17" MBP

    I have a 17" MBP with the 8600 graphics (early 2008 4,1). I have yet to have an issue with the card and I am wondering if there is a way to tell if I might have an updated version of the card or logic board. I love my computer but don't want to hold

  • Cant get @font-face to work on my new web site

    Hi everyone, I Cant get @font-face to work on my new web site. I tryed it before on other web sites and it worked just fine. Here is the code i am using: CSS: @charset "utf-8"; @font-face { font-family:"Caviar Dreams",sans-serif !important; font-styl

  • The installer does not create /etc

    Trying to install Arch but the installer won't create any /etc folder on the mount... (/mnt/etc). So when I get to the point where I'm supposed to edit all the settings, none of the files exist... Anyone have a solution? -X-

  • Case problems

    Okay, so I have a MSI K8N Neo Platinum motherboard fitted with an AMD Athlon 64 3700+ (socket 754) in my Thermaltake Soprano case. This case came with a panel with 1 firewire connection, 2 USB connections and a Mic/audio port. The problem is, I can't

  • Profit Centre - Transfer Price

    \We are doing the settings for Profit Centre transfer pricing using PCA settings.  Here I see that 3 types of accounts have to be given for account determination: 1. Internal Stock Changes a/c 2. Internal Revenue a/c 3. Internal Transfer a/c I am con