BI Application Frame - set filter values

Hi,
I have a BI application frame in my WebDynpro ABAP component and I want to set filter values. The variables are already defined in the BEx query so I only want to pass the values of the variables.
Does anybody have an idea how to do this?
Regards,
Steffen

Any help...

Similar Messages

  • Adobe Photoshop CC 'Window-Application Frame' setting

    So I've never been an adopter of the whole adobe application frame; I like the openness and abiltiy to click my desktop behind the image I'm working on. I know how to turn it off, but how do I KEEP it off? Every time I close and reopen photoshop it's back on, and I saved my workspace to see if that would result in any changes but it didn't. Didn't ever run into this issue on CS6.

    Well I will say I had a TON of problems when I updated to CC. I went in and erased every ounce I could find of my adobe software from CS5 and 6 using both the uninstalls, cleaner, and manual removal, then reinstalled my OS and then installed CC. I did fix quite a few bugs by logging into my root account and setting my user account as read/write on everything in the Library, User, and Applications folder.
    Might just have to do a full restart on my system. Copy, delete, act like I'm transferring to a new computer.
    I've done several intensive command line checks on the drive in single user mode and everything checks out fine.
    Sorry I failed to state earlier im on the most recent edition of Mountain Lion, though both posts are relevant.

  • Pre-setting filter value

    Hi,
    I have a page wich has a tabstrip with 2 tabs.
    On tab 1 all keyvalues are displayed in a table view, on tab 2 all details for all keyvalues are also displayed in a table view but with a filterfunction.
    When i select a keyvalue on tab1 and navigate to tab2 is want to set the filtervalue of the tableview prior for displaying.
    I'm using the cl_htmlb_manager=>set_filter_row_value when selecting a keyvalue during the DO_HANDLE_EVENT in the ControllerClass.
    But when i navigate to tab2 no filtering is done, the id is correctly filled.
      CASE event.
        WHEN 'id_tabstrip'.
    *     Keuze tabstrip met artikelen
          IF     lrf_model->h_active_tab = 'id_keyvalue'.
    *       User switches to detail tab
    *       Set filter TableView Details
            lh_filter_value = lrf_model->selected_key_value.
            CALL METHOD cl_htmlb_manager=>set_filter_row_value
              EXPORTING
              request           = request
              id                   = 'id_tv_detail'
              column_index = '1'
              value              = lh_filter_value.
    Can it work?

    Hi,
    Is there a possibillity to pre-setting a filter value.
    I cannot filter the table manually and the switch to the next tab because then the filter functionality won't work.
    Hope to hear from you..

  • Set filter value for a web template with java

    hi experts,
    i need to set a variable dynamicaly  depending on the Logon Name. Ok first step i did, i made a small script for the Username:
    _var url = this.location.href;
    _var x = url.substring(url.length-6, url.length);
    _var lifnr = ("0000" + x);
    _alert (LIFNR);
    ok if the username i.e B200221 my variable LIFNR gets a valid value  in this case 0000200221. but how can i use this variable in the bi commands ?
    here my xhtml coding from my webtemplate, where i want to use my variable LIFNR as template parameter:
    _var url = this.location.href;
    _var x = url.substring(url.length-6, url.length);
    _var lifnr = ("0000" + x);
    _alert (LIFNR);
        QUERY_VIEW_DATA_PROVIDER name="DP_1"
                    INITIAL_STATE type="CHOICE" value="QUERY"
                    QUERY value="VSAG_MM_VMI_KONS_US" text="VSAG_MM_VMI_KONS_US" /
                    INITIAL_STATE
                QUERY_VIEW_DATA_PROVIDER
                TEMPLATE_PARAMETERS name="TEMPLATE_PARAMETERS"
                    WEB_TEMPLATE_ACTIONS type="COMPOSITE"
                        ACTION_BEFORE_FIRST_RENDERING type="COMPOSITE" /
                        ACTION_BEFORE_RENDERING type="COMPOSITE"
                            INSTRUCTION
                                SET_SELECTION_STATE_SIMPLE
                                    TARGET_DATA_PROVIDER_REF_LIST type="ORDEREDLIST"
                                        TARGET_DATA_PROVIDER_REF index="1" value="DP_1" /
                                    TARGET_DATA_PROVIDER_REF_LIST
                                   CHARACTERISTIC value="0VENDOR" text="Lieferant" /
                                    RANGE_SELECTION_OPERATOR type="CHOICE" value="EQUAL_SELECTION"
                                        EQUAL_SELECTION type="CHOICE" value="MEMBER_NAME"
                                        MEMBER_NAME value="0000200221" text="0000200221" /
                                        EQUAL_SELECTION
                                    RANGE_SELECTION_OPERATOR
                                SET_SELECTION_STATE_SIMPLE
                            INSTRUCTION
                        ACTION_BEFORE_RENDERING
                    WEB_TEMPLATE_ACTIONS
                TEMPLATE_PARAMETERS
    how can i use my variable LIFNR  at this point :  MEMBER_NAME value="0000200221"    ?
    thanks for any idea's.
    Tony

    hi experts
    does no one have an idea, how i can use my own java variable at   BI Filter  command's in the XHTML Code ?
    thx
    tony

  • WAD drop-down box and commands on Set Variable values/ Set Filter Values

    Hello to all
    I am confused in WAD and Help online couldn't clarify my concerns. Thus here following issue:
    I am using a WAD, where the data provider (query)  is set dynamically. I would like that
    1 user selects company in  drop-down-box 1
    2 I use commands on drop-down-box 1 to manage the next drop-down-box 2 ( like it becomes input ready)
    3 user selects plant in drop-down-box 2
    4 User selects a tab strip A, where report A of multiple reports is placed. Now in this moment I assign the query A to the data provider A.
    Now my questions:
    - I am not clear how to use the bex-variables required for the query ( like company and plan). If I use in drop-down variables, then I can't set anymore commands
    - What means and makes the command set_variable_state
    - What means and makes the command set_selection_state
    Thanks a lot for your clarification and help
    Christian

    Hi Christian,
    I will try and answer your Qs
    - I am not clear how to use the bex-variables required for the query ( like company and plan). If I use in drop-down variables, then I can't set anymore commands
    >> Can you explain how exactly are you trying to populate the DropDown webitems for Company / Plant data for user-selection.
    - What means and makes the command set_variable_state
    >> SET_VARIABLE_STATE is used to assign input values to your query variables. Here, the command gives you a range of input options to select from such as Characteristic/Text/Formula/Hierarchy Variables & Binding Type Selection. Binding Type Selection in addition gives you more options such as assigning manual input from a Text webitem [ITEM_INPUT], assigning value from another Variable [VARIABLE], or simply assigning the selected value from an underlying Data Provider such as one mapped to a DropDown webitem [DATA_PROVIDER_CHARACTERISTIC].
    - What means and makes the command set_selection_state
    >> SET_SELECTION_STATE is used to assign input values to Characteristics in your query. It serves as a Filter option.
    I think in your case using SET_VARIABLE_STATE makes more sense. You can use Binding Type Selection with [DATA_PROVIDER_CHARACTERISTIC] on both the DropDown webitems to assign the values of Company / Plant to the query on runtime.
    --Priya

  • I want to set text label and set filter value as header  in query

    i want to set any text label or i want to design query in such manner that whatever the value is selected by client in selection screen  is become heading in query . like if i select posting date then that range should be displayed in heading portion of the query.
    Edited by: Viral  Shah on Jan 23, 2008 8:30 AM

    Goto teh Query Description and select the Text variable Icon (yellow coloured). Create a Text variable with processing type as Replacement path and give the Characteristic as the posting date.
    If you are having range then you need to create two Text variables one for FROM and other for TO. Use both the text variables in teh query description..

  • Set  filter value by other filter prompt value in Webi on top of BW

    Dear All,
       In webi report which on top of BW cube, I create a filter with prompt for YearMonth selection.
        Is there any way to create another filter for Year which based on the select Year month?   For example , user input YM = 200903 --> Year = 2009
       In bw , we can create variable with exit which read the data from other variable. Is there any exit for filter we can use in webi?
       I am using XI 3.1 & BI 7.0.
    Thx,
    Jeff

    Hi Jeff,
    since you want to limit the normal time dimension on your cube why do'nt you remove the yaer month filter form your SAP BW query and replace it with a month filter?
    Generally you have two options:
    1) You can either add you own filters (using MDX syntax) in the universe.
    [http://help.sap.com/businessobject/product_guides/boexir31/en/xi3-1_sap_olap_universes_en.pdf]
    2) Use local Web filters (these are applied on the report itself).
    Regards,
    Stratos

  • Display medium text in a 'set filter' box

    I have a hierarchy and populated all levels of text(small, medium, and long).  We want to display the medium text when reporting.  I have made all the required changes to display the medium text of the hierarchy for reporting.  That works great!  However, when you hit the 'set filter value', the filter box shows the hierarchy with the small text.  Is there a way to change the text display for the filter box?
    Thanks,
    Matt

    Take a look at the following thread:
    F4 help - Search values - I need key and text
    Hope this helps...
    Bob

  • ALV Filter - filter value not working / not passed to ALV

    Hello,
    My ALV is set in a quite nested landscape meaning at least two components and quite some views within views.
    When now setting a filter in the filter bar, the entered value is not passed to the ALV. Whereas a filter set in the config menu of the ALV is working. (Also selections are lost with every roundtrip, but that is not the mayor issue.)
    I created an event handler for the setting of the filter (event "ON_STD_FUNCTION_AFTE" -> ID "SALV_WD_FILTER_DEFINE") and checked the filter rules using this method: CL_SALV_WD_MODEL_TABLE_UTIL=>IF_SALV_WD_TABLE_UTIL_FIELDS~GET_FILTER_RULES( R_MODEL = LR_ALV_MODEL )
    When creating a filter using the bar, no filter rule is recieved by the method. On the other hand, the method yields the rules correctly when they are set using the config menu.
    Does anyone know why this happens?? I would very much appreciate your input!
    Kind Regards
    Robert Schulz

    Hi,
    @Lekha:
    With "config menu" I was referring to the "Settings" dialog of an ALV. There I can provide a filter value using the tab "Filter" and it is applied absolutely correct whereas values entered directly in the "Filter" row are not even passed to the ALV (see first post).
    @kissnas:
    These links are not about my issue! One is about setting filter values using coding and the other is a totally other topic.
    @kranthi kumar:
    There is no ALV-implementation in the MODIFYVIEW (not one ALV object is touched there).
    Regards,
    Robert

  • A filter value for Query is set with some value automatically

    Hello SAP sourcing Guru!
    I created a query which has several filters.
    Some of Filter's type is VLV.
    When I preview the query somehow the filter values are already set with some value even though I did not set the default value.
    For example, filter name is Region and there are four regions: Asia, NA, Europe, and SA.
    I want to select one of them from drop-down menu. But Asia was already selected when I clicked the preview button for the query. I want to see "Please Select" instead of Asia from drop-down menu. I did not select "Prefill value from cache" for the filter. I made the filter Optional only. I did not set Default Value either for the filter.
    Any clues?
    Thank you for your response in advance.

    Hi,
    In the Default value field of the filter prompts, you need to mention the Class Reference ID of the corresponding field. E.g., if you have Contract document phase as a filter, then in that if you want to display a blank or none value, then you should use null:2016.
    Similarly for vlv type, the system has a value 616. Hence if you want to display a None value insteead of Asia, use the following in the Default value field:
    0:616:null.
    The way to find the class reference ID is to goto the RG > Class Reference > Look for the field that you are attempting to default on.
    Hope this helps,
    Vikram

  • How to set the value of something in a component from the main application?

    Hi,
    Maybe I've been working on this too long, but I can't figure
    out how to set the value of the text property of a text input field
    in a component from my main application in an mx:Script block. I
    have a component called Login in the components folder, and I need
    to set the text value of empNum. In my mxml declaration at that the
    top, I've declared these components as xmlns:c="components.*" So
    logically, the property I'm trying to set is c.Login.empNum.text. I
    can't figure out the correct syntax to get this to work, and I've
    tried everything I can think of. Does anyone have any suggestions?
    I'm thinking this should be an easy one, and I'm just missing
    something.
    Thanks!
    Holli

    Did you try giving it an id ?
    <c:MyLogin id="loginScreen" /c>
    So later you can do loginScreen .empNum.text = "my text"
    Laurent,

  • How to set the value of application item using pl/sql in application process

    Hi guys,
    I want a global variable (application item) whose value will be set at the start when a user logs in to the application. The value will be retrieved from database using a sql query. I do not know the exact syntax to set the value of application item in application process. Also i want to know in which type of application process should i use to set the value of application item when a user starts a session. The value of application item varies from user to user.
    Please help.
    I am using apex 4.2
    Regards,
    Waqas

    You can use the application item as bind-variable with its name. ie. your application item is named G_MY_APPLICATION_ITEM, then you can access/set it using :G_MY_APPLICATION_ITEM.
    For example
    BEGIN
        -- assign like a variable
        :G_MY_APPLICATION_ITEM := 'LARRY';
        -- use in a SQL statement
        SELECT WHATEVER_COLUMN
          INTO :G_MY_APPLICATION_ITEM
          FROM MY_TABLE
         WHERE USERNAME = :APP_USER
    END;
    Peter

  • Set item value from application level item

    Hello,
    I'm using Apex 2.2.1.00.04. I've modified the Page "No Tabs" template so that I can have my own Form (which is submitted to an outside website). On this form, I create some hidden items:
    <form name="frmEPay" method="POST" action="some_website">
    <input type="hidden" id="i1" name="userId" value=&G_ID. />
    <input type="hidden" id="i11" name="timestamp" value="" />
    <input type="hidden" id="i12" name="hash" value="" />
    On this apex page, I have a javascript function which is called in the onload (basically, the ApEx webpage displays and then is redirected). Here's a snippet of that function:
    var appProc = new htmldb_Get(null, html_GetElement('pFlowId').value,'APPLICATION_PROCESS=PrepEPay',0);
    appProc.get();
    appProc = null;
    document.getElementById('i11').value = "&G_ECOM_TIMESTAMP.";
    document.getElementById('i12').value = "&G_HASH.";
    document.frm_infiNET.submit();
    As you can see, the function calls an application level On Demand process (PrepEPay). That process sets the values of the application level items G_ECOM_TIMESTAMP and G_HASH. After those App level items have their values, I want to take those values and apply them to the hidden items on my custom form. Unfortunately, it doesn't work how I have things currently. I've verified that the On Demand process is running(by viewing the Session report on the page). So my problem seems to be this: 1. Retrieving the values from the Apex application level items
    2. Setting those values to the values of my hidden items (on my custom form)
    I think the biggest reason why I'm having difficulties is because I have to do a lot of this in the template, since that is the only way to have a separate Form. Maybe my problem is that I don't understand how to reference the Apex application level item value from a different form?
    Thanks,
    Marty

    Marty,
    You are describing this as if you expect the substitution within "&G_ECOM_TIMESTAMP." and the other one to take place in some kind of lexical order, e.g., from the top to the bottom of the HTML. The replacements happen in the engine, before anything is sent to the page. Then the browser interprets language constructs such as javascript calls which in your case includes an ajax invocation of a server-side application process.
    You need to re-think the machinery here.
    Scott

  • Set Web Item parameter HIDDEN = 'X' based on Filter Value(s)

    In a BW3.5 Web Template I want to set a Web Item parameter HIDDEN = 'X' based on a filter value for another Data Provider in the Template.
    In other words I want a Web Item to be hidden if certain Co Codes are used in the Filter for another Data Provider in the template.

    The output of this statement gives the variable value. If using a filter use a Filter Web Item.
    <SPAN id=ZUGJAHR style="DISPLAY: none"><object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="TEXTELEMENTS_2"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEXT_ELEMENTS"/>
             <param name="DATA_PROVIDER" value="DATAPROVIDER_1"/>
             <param name="GENERATE_CAPTION" value=""/>
             <param name="ELEMENT_TYPE_1" value="VARIABLE_K"/>
             <param name="ELEMENT_NAME_1" value="ZUGJAHR"/>
             <param name="ONLY_VALUES" value="X"/>
             ITEM:            TEXTELEMENTS_2
    </object></SPAN>

  • Change Default Application level setting for checkbox value from "On"/"Off" to 1/0

    Hi,
      I am creating livecycle designer forms. In that the checkboxes take a default value of "On'/"Off" and I have to change it to 1 and 0 in all the boxes on layout checkbox property.
    In livecycle i have to change it in Object-Binding tab.
      Is there an application level setting where I can set the default to 1 and 0 instead of "on/"off" at the app level itself? this way every new form will have 0 and 1 instead of off/on
    I export the form data to XML and push it to database and it needs 1 and 0.
    I need the app setting for both Adobe Acrobat 9 Extended Pro
    Please help

    It is 1/0 by default .....if you drag a checkbox from the object library onto the canvas and you are getting on/off as your default, then you have modified th eobject. You can set the object the way you want (anf property not just binding) and then you can drag the object back onto the Library palette. This will ask you to name it and if you choose the same name it will overwrite the one that is in the library.
    Paul

Maybe you are looking for

  • Getting Lightroom to Behave: Importing to a folder

    I have a definite folder structure that I use which is set in place. I create new folder for each day's shoot before I go to Lightroom to import the images from a card reader. When I first bought Lightroom, all I had to do is point Lightroom to the c

  • How to select and process a file in a browser without uploading

    I'm trying to find the simplest way to select a file from the local file system, load it into Flex (not Air) application, process it on the client side (without sending it to server), and display the results. It doesn't seem that I can use FileRefere

  • Cost Centre Report - Report Painter

    Dears I am trying to create a Cost Centre report to show the Cost element posting period wise in vertical columns. I am not able to get the required output. I am not sure whether I am mistaken anywhere. General Data selection : Controlling area, Cost

  • Save action redirects to Process Request

    Hi I have a page with multiple tabs on it, and a "Save" button on the page. When I creae a new record and click Save, it's going back to Process Request and considering that as a new record and trying to create a new record. I am not sure why it's re

  • Closed firefox with my tabs still there and now when i open firefox my tabs are all missing

    i had a lot of tabs opened i closed firefox and then when i next open firefox all my tabs are missing and the restore recently closed tabs is greyed out please help