F4 help for BEx variables

Hi!
Could anyone help me in implementation the following scenario:
I have the BEx variable available for input. Then users press F4 to view possible values for this variable, I need to output the certan list of values (the list is defined by quite complex logic - user algorithm).
So, Do I have the possibility to catch the SAP processing of F4 help and program my logic for the output list (some kind of exit)?
Please suggest any decision or the source of information according this issue.

Hello Marina Dolgopolova,
                                     Are you able to find the solution for this requirement. If so pl let me know.
Thanks & Regards ::
Balaji T

Similar Messages

  • F4 Value Help for Bex Variable (BRAIN646)

    Hi ,
       I set a authorization variable which allow user to select in a Bex query . When I run query and click value help on that variable, the system keep send a warning msg like :
    Value if variable ZVAPLAMS is automatically converted
    Message no. BRAIN646
    Is there any way to suppress this warnning msg?
    Thx,
    Jeff

    Hi Sims,
    I had also the same Problem (BRAIN 646). I've debugged the Query with transaction rsudo -> Execute User as "User with warning" -> Possible Transaction "RSRT" -> Start Transaction.
    The Transaction RSRT is opened and you can now debug your Query by klicking on "Execute + Debug" -> Expand "Variables" and activate "Customer Exit Variable (Before)".
    Don't forget to enter your Queryname.
    You are in Debuging-Mode and set Break-Points (see screenshots)
    1. Set break-point on FORM VALUE_FROM_AUTHORITY_FILL then F8 and get in with F5
    2. Set break-point on  IF l_i1 <> l_i2. then F8 and you get your cursor on IF l_i1 <> l_i2.
    You may see, if internal tables "l_i1" and "l_i2" have the same count of rows. If not take a look at   "l_i1", if there Interval value exist, if internal value do exist. If interval values do exist and in "l_i2" doesn't than you have replace your variable " ZVAPLAMS" with another Variable (selection option). It has to be "Selection Option", than only selection option variable accept single values and interval values.
    Regards
    Wanda Soetomo

  • Take influence on search help (F4) for BEx variables

    Hi Experts,
    we use BI 7.3.
    Within the release 3.x we had the possibility to influence the search help of Bex Variables via the transaction se12 -> search help --> search help exit.
    This fuba is still used for the search help  in the screen to maintain masterdata. However it is not used anymore for the search help in the selection screen for BEx variables.
    Do I have any new possibilities to take influence on the values shown in the search help? I don't want to show all values in the masterdata table, and not even all values which are stored in the infoProvider.
    Thanks,
    best regards
    Frederike

    Dear Frederike,
    In that case you should maintain the read mode as "Only Posted Values for Navigation" ; This means only values that are part of the query results are used for the input value request . This mode is called Q.
    RSA1 -> Info-object display -> Business Explorer Tab -> Query Def. Filter Value Selection -> change to Q Mode..
    You can overwrite the value in Infoprovider level as well. Goto Info-provider -> Right click Infooprovide specific properties -> change there as well..
    Regards,
    Arvind

  • Drop-Down-Box (F4 Input Help) for formula variable in BEx Analyzer (BI 7.0)

    Hi Gurus,
    is it possible to get a drop down box for a ready for input formula variable in the BEx Analyzer (not BEx Web!)?
    We want to let the users choose scaling factors 1, 1000 or 1000000 (implemented via this formula variable). In the settings of the formula variable you can only choose a default value but there seems to be no option to provide all three factors in a drop down box like the ones for characteristic value variables.
    We could prevent other entries in the variable pop up via customer exit (i_step 3) but the business is wishing an F4 input help like the ones for characteristic values.
    Thanks for your help,
    Marco

    Hi Macro,
    Its not possible to get drop down box for a ready for input formula variable. Because it is possible only for characterstic value variables but not formula variable.u donnot get any drop down box like ready for input for formula variable.
    Regards,
    Premalatha.C

  • Issue with F4 help for the variables for the 0CALWEEK and 0CALMONTH

    We have custom IOs which refers to 0CALWEEK and 0CALMONTH.In the report we have variables on the custom IOs.For these variables F4 help does not giving any values .I tested with  0CALWEEK also. For the 0CALWEEK also F4 help does not working..Please help me on this issue.The variable I haveused d to test with 0CALWEEK is 0S_CWEEK.
    Edited by: Sudhakar Are on Jul 6, 2010 4:17 PM

    Hi Pramod,
    I don't know how it is done in infoset. But if you have a context node and attribute for the field which is displayed in the view, create a custom dictionary search help for the field you want. Design the search help as per your requirements (what fields to be displayed etc..).
    In the context attribute of that field property, select 'Dictionary search help' in the Input help mode. Enter the name of your custom search help here.
    Thanks & Regards,
    Satheesh.

  • How to look at sap exit  for bex variable

    hi gurus
    how can i read a sapexit for a standard variable created by sap. i need to replicate that same code and modify it and make my own user exit for a custom variable.
    thanks

    hi Adnan,
    sap variable exit is process with function module RSVAREXIT[variable name],
    e.g you want to see code for 0date, run SE37, RSVAREXIT0DATE and display.
    hope this helps.

  • Code help for formula variable with processing type customer exit

    Hi Gurus,
    I need help in user exit code. I am calculating a formula variable ( demand variability) in the user exit for a range of values given in the selection screen ( i.e processing based on the values given I_STEP = 2).
    i am able to populate the E_T_RANGE table  but the output is sending a single value output.
    Expected Output
    Plant ( sel screen Input) I Material ( Sel screen Input) I Demand Var(calculated O/P)
    1800   I  12345 I   0.609
    1700  I   21355 I   1.234                     
    Actual Result
    Plant ( sel screen Input) I Material ( Sel screen Input) I Demand Var(calculated O/P)
    1800   I  12345 I   0.609
    1700  I   21355 I   0.609(WRONG )               
    Here you can see that its sending the same values for all the plant and material combination.
    I found in debugging that it populates 2 values into E_T_RANGE table in loop. But it is giving out only one value to all.
    I tried to refresh and clear that but its giving the same output. Can we use E_T_RANGE in loop to give out range of values?. how to out put this throught user exit?
    did anyone face this kind of issue and solved it?. Help is needed urgently. any help or guidance is greatly appreciated.
    Regards
    satish.

    Hi Oliver,
    Thanks for the reply. Dont get confused here please. It was an example . For example
    I give one plant as input and 2 materials as input .
    You see the sample code :
    WHEN 'ZPRDEMVA'. ( formula variable name)
        IF i_step = 2.
          LOOP AT I_T_VAR_RANGE INTO LOC_VAR_RANGE
                  WHERE VNAM = 'ZPRPLTSV'. ( plant variable input)
          CLEAR L_S_RANGE.
            v_werks          = LOC_VAR_RANGE-LOW.
          LOOP AT I_T_VAR_RANGE INTO LOC_VAR_RANGE
                  WHERE VNAM = 'ZPRMATSV'.
          CLEAR L_S_RANGE.
            v_matnr          = LOC_VAR_RANGE-LOW.
    CALCULATES THE FORMULA VARIABLE (DEMAND VARIABILITY)    
    WE TAKE DATA FROM ANOTHER ODS AND DOES CALCULATION.
          l_s_range-sign = 'I'.
          l_s_range-opt = 'EQ'.
          l_s_range-low = sum2.
    DOES ALL CALCULATIONS PERFECTLY AND SINCE THERE ARE 2 MATERIALS AS INPUT, PUTS 2 VALUES IN E_T_RANGE. BUT IN THE OUPUT IT DUPLICATES SAME VALUE TO 2 RECORDS AS I POSTED IN THE FIRST
          Append l_s_range to E_T_RANGE.
          ENDLOOP.
          ENDLOOP.
        ENDIF.

  • Values not available for iput help (for Bex)

    Hi Friends,
                  When I am trying to give a value as input for a Bex query. I am getting a validation error saying that the value is invalid. For example:I had given YDRP_Y01 as the input for executing the query. It is giving an error that the YDRP_Y01 is not a valid value.
    I am having these values in the underlying multiprovider for the same infoobject. When i am trying for input help by pressing F4, even then i am not able to find these objects.
    Somebody please help me in resolving the issue.
    Regards
    Sunil

    Hi Sunil,
    I am having these values in the underlying multiprovider for the same infoobject. When i am trying for input help by pressing F4, even then i am not able to find these objects.
    check Master data of that infoobject, whether it contains value "YDRP_Y01". when selecting F4, data come from Infoprovider or master data according the selection made at infoprovider or infoobject.
    Best Regards.

  • Need help for report Variable to restrict the key figure value...

    Hai gurus,
    Now i have data in the cube as follows...
    Reuisition     HR INTW date     LM INTW DATE     TEL INTW DATE     HR Count     LM Count     TEL Count
    a1              01.01.2010     02.01.2010             01.04.2010                 1                1                 1
    a2              02.02.2010     03.02.2010             02.02.2010                 1                1               1
    a3              03.03.2010     04.03.2010             03.03.2010                 1                1               1
    when i execute the report it shd ask the prompts with Date interval as in the below...
    HR INTW date
    LM INTW DATE
    TEL INTW DATE
    if i dont give any interval in the variable prompt it should display all the recors as follows
    Reuisition     HR Count     LM Count     TEL Count
    a1               1                  1               1
    a2               1                  1                     1
    a3               1                   1             1
    If i give LM INTW DATE interval as    01.01.2010 to 31.02.2010
    then it should display all the other counts as in the output_1 , but for LM count for a3 it should show 0.
    Reuisition     HR Count     LM Count     TEL Count
    a1               1                  1               1
    a2               1                  1                     1
    a3               1                 0                  1
    that means wherever i restrict the data depending on the variable that only that interval key figure value shd be in the report..
    for this scenario, which variable i need to use... and how i need to restict the KFig value in the report...
    Right now i am getting like this but it is restricting the records,,, where it should not restrict the records...in the report..
    Please guide me for the same...
    If any concerns about the scenario please let me know...
    Regards,
    VJ

    hi chowdary ,
    could you tell me the var. creation in detail and  with which reference object i need to create ...
    whether i need to take LM_DATE / 0DATE while creating variable...
    and i kept this variables it in filter section, based on the LM_DATE Object.
    i have tried both.. y'day when i take 0DATE it giving me some results...
    But at the same time it is restricting the records..
    i think it could be a problem with var.. properties?
    need more inputs pls.
    Regards,
    VJ

  • ABAP code help for Bex broadcasting by event!

    Hello
    I'm trying to broadcast a report for a specific time period as per factory calendar. I tried using System Time Point :RSRD_BROADCAST_FOR_TIMEPOINT but its not showing when In the broadcaster when I put restriction of factory calendar so i followed below link: Broadcasting timepoint scheduled after an event and created a PC to start after event and created variant for RSRD_BROADCAST_STARTER setting ID as my Bes broadcast setting technical name.
    When I trigger the event its processed and report emailed to me as I expected. Now I want to run this (Trigger) this event every Wed day after fisc quarter close. I wrote the below logic in se38 PROGRAM. But Now I need little help on how to trigger /run only on wed days after fisc quarter close ? Please update the below code or guide me on how to achieve this.
        CALL FUNCTION 'BP_EVENT_RAISE'
          EXPORTING
            EVENTID = ZFISC
      endif.
    Thanks

    in your ABAP code try this,
    calculate whether current date falls after fiscal year quarter. If so then check whether its a Wednesday and call the event raise FM. You can schedule this program in background daily basis.
    Use this FM for day calculation DATE_TO_DAY.
    This FM for converting sy-datum to fiscal year/period - FI_PERIOD_DETERMINE,DATE_TO_PERIOD_CONVERT

  • Oninput processing Code help for four variables

    Hi,
    I am  new to BSP. I am trying to write the code for this requirement but always getting error.
    In the layout , I have four input boxes  say input1,input2,input3,input4.
    User can enter anyone or all or some  of them and click OK.
    so oninputprocessing, I want to check if any one of this is not empty then a select statement on a table should execute.
    if the select statement fetches records then it should go to next page.Otherwise it should through exception.
    thank you.
    chittidi

    Hi,
    First define the input fields in layout and in oninputprocessing validate the fields and with the help of flags we can display the messages in same page.
    For displaying messages in detail  [Validation|https://wiki.sdn.sap.com/wiki/x/CIHvB ]
    Here is the sample code in oninputprocessing :
    Case w_eventid.
    when '<button-name>'.
    call method cl_htmlb_manager=>get_data
          exporting
            request       = runtime->server->request
            name
            ='inputfield'
            id            = '<idname>'
          receiving
            data          = w_object.
        w_inputfield ?= w_object.
        w_in_value = w_inputfield->value.
        w_prid = w_in_value.
        clear: w_object,w_in_field,w_in_value.
    if w_input1 is initial.
    fl_flag = 1.
    endif.
        call method cl_htmlb_manager=>get_data
          exporting
            request       = runtime->server->request
            name
            ='inputfield'
            id            = '<idname>'
          receiving
            data          = w_object.
        w_inputfield ?= w_object.
        w_in_value = w_inputfield->value.
        w_prname = w_in_value.
        clear: w_object,w_in_field,w_in_value.
    if w_input2 is initial.
    fl_flag = 2.
    endif.
        call method cl_htmlb_manager=>get_data
          exporting
            request       = runtime->server->request
            name
            ='inputfield'
            id            = 'clntname'
          receiving
            data          = w_object.
        w_inputfield ?= w_object.
        w_in_value = w_inputfield->value.
        w_clntname = w_in_value.
        clear: w_object,w_in_field,w_in_value.
        if w_input3 is initial.
        fl_flag = 3.
        endif.
        call method cl_htmlb_manager=>get_data
          exporting
            request       = runtime->server->request
            name
            ='inputfield'
            id            = '<idname>'
          receiving
            data          = w_object.
        w_inputfield ?= w_object.
        w_in_value = w_inputfield->value.
        w_person = w_in_value.
        clear: w_object,w_in_field,w_in_value.
      if w_input4 is initial.
        fl_flag = 4.
        endif.
    <Select statement>
    Endcase.
    For flags write the following code in layout tab:
    <%
      if fl_flag eq 1.
              %>
              <center>
              <br><font  style="font-size:11px" face="Verdana" color ="#FF0000">"All Fields are Mandatory"</b></center>
              <% endif.%>
    Hope this solves the issue.
    Regards,
    Rajani.

  • Migrating Customer exit  for BEX variables to BADI's

    Hi All,
    I am new to ABAP In the context of BW.
    I am  using exit RSR00001 to populate variables in BEX reports.
    I want to migrate this customer exit RSR00001 to BADI.
    Can any one please tell me how to migrate the same and how it will fire in place of exit?
    Thanks In Advance
    Dhananjay

    Hi,
    Please have a look at:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f1a7e790-0201-0010-0a8d-f08a4662562d
    Krzys

  • TREX Index creation help for Bex Portfolio folders

    Hi
    I have created a TREX search index on a folder structure within our BI Bex Portfolio. The problem that I am enountering is that the index will only pick up documents and links created within these folders and it does not seem to index publshed links to queries by users using the broadcasting features of query designer.  Does anybody know why this is and how to get it to also pick up these BW objects?
    Thanks

    Hi Aaron
    The TREX should be able to index the titles (cm_displayname) of the links. Do you know if the titles of the links are searchable?
    But I dont think the content can be indexed, unless you publish the reports as pdf-files instead of links, because the TREX cannot reproduce the report and index it afterwards. The TREX cannot index (crawl) javascript for instance, because it cannot perform that kind of client-like behaviour.
    Kind regards,
    Martin Søgaard

  • Captivate 7 Help for creating Variables and Results

    Hi there,
    I'm currently trying to create a results page from the collection of the users selections in a survey that consists of radio buttons that would rate the users skills from 5 different levels starting from "unsatisfactory" to "Outstanding". What I want to do is after the users goes through about 45 selections, a results page will compile
    the Top 10 options that they have selected. Is this possible and how? Thanks in advance!
    I have about 5 different slides with a total of 45 various levels that I will be asking the user to rate themselves. Ultimately, on the last slide I want to compile the Top 10 results and possibly the bottom 5.
    Here are the screen shots of what I'm talking about
    Thanks in advance
    Peter

    Radio buttons widget or interaction has an associated variable, you'll have to use those variables and advanced actions.
    Widgets and Custom Questions - part 1 - Captivate blog  is an old blog post, that explains how to use the variable associated with the radiobuttons widget.
    What do you mean by Top 10?

  • Restriction of f4 help of a bex variable based on another variable input

    Hi,
    Could you please let me know if there is any possibility to restriction of f4 help of a bex variable based on another variable input.
    eg: when i select particular company code in one variable, i need to restrict the f4 help for another variables eg: pur. group based on selected company code.
    Regards
    Kasi

    Hi,
    Try using replacement path option in bex with replace variable with variable selction.
    Thanks.

Maybe you are looking for

  • Two iphones sharing same itunes account... Help with contacts merging!!

    Hello all, Well my hubby and I are loving our iPhones but I have a few questions. I already had an iTunes account for my iPod way before we had our iPhones. Because of this we both share the same account. Well where my concerns are is our contacts. I

  • ITunes not updating... please help.

    I plugged in my iPod to update and charge today... iTunes said it wanted to update to version 7.02 so I let it... then my iPod said it couldn't update and to restore to factory settings, so I did. Now the message I receive is "Songs on the iPod canno

  • Can one add subtitles to Itunes downloaded movies without CC?

    I recently downloaded a movie in french on Itunes that did not have closed captioning. Is there anyway I can add (french) subtitles to the film? I am learning french and I need to read the titles to fully understand the dialogue. Thanks!

  • Profile issue in export workflow when PS is editor but not within Ap

    Aperture is with me on my MBP (with Elements as the external editor). My place of work is not graphics related, so it doesn't have Ap but does have PS CS8, which I've used happily for a long time, for their needs and I can use it for mine as well. So

  • Creating a xml photo gallery

    I am wondering if there is a way to use data stored as part of the image (tag data?) like the title of the image and accompanying comments to display in the <caption></caption> section of the xml file. right now I have php write the xml file in the f