Variable entry warning with RRMS_MESSAGE_HANDLING

Hi,
If I post a message in the Variable Exit (I_STEP = 3) with the function module RRMS_MESSAGE_HANDLING, the user cannot execute the variable until a valid entry exists.
I would like to only raise an information that appears only once and the user can stil execute the query. This to remind the user, that a selected period is not a closed period.
Any ideas - regards,
Beat

Dear Beathead,
Pop-up messages can include warning (W) and error (E) messages as well
as success (S) and information (I) messages.
CALL FUNCTION 'RRMS_MESSAGE_HANDLING'
EXPORTING
I_class = 'RSBBS'
I_type = 'I'’
I_number = '000'
i_msgv1 = l_message
i guess this helps.
Regards,
San!

Similar Messages

  • Variable entry

    Dear gurus ,
    I'm having variable entry screen with the selection option for company code (multiple value , optional) and also currency type (mandatory , single value)
    Is there anyway that i can configure , the moment the user select multiple company code the currency defaulted to Group currency (30)
    If this need to be done via exit, please give me the steps since i nvr done any exits before
    Thanks alot

    Hi,
    Yes this is possible by using a customer exit.
    Please check this article to find how to :
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/business-intelligence/v-x/variable%20exit%20in%20sap%20bi%207.0%20-%20how%20to%20start
    -Vikram

  • Issue with Variable Entry in BI 7.0

    Hi,
    I am having an issue with the variable entry in BI 7.0 Version. Here is a brief background.
    --- In BW 3.x, when we define a variable with <b>Single Value Option</b>, you can enter the value manually in the pop-up selection screen or select from the dropdown of possible values.
    ---But in 7.0 when i try to enter the value manually in the selection screen its opening the dropdown list, and is not giving me the option to enter a value manually. I am entering a valid single value in selection.
    Is this a bug or do i have to make any specific settings to correct my issue?

    When the selection screen pops up choose the KEY only function on the TOOLS on the top right corner of the screen. Then you will be able to enter the values manually.
    Hope this helps.

  • Problem with Variable Entry Screen

    Hello All,
    We upgraded our development systems to NW2004s and came across the following issue:
    All our Bex queries have restricted time characteristics with variables entries. When we execute a query it should pop-up the variable selection screen for us to enter the restriction values but the query is ignoring Variable restriction screen and taking into consideration everything. The same query works fine in Prod., which is still in 3.1.
    Did anyone come across this situation kind of situation? It did not pop-up any type of error and we are in SPS10
    Thanks in Advance,
    Message was edited by:
            bw expert online
    Message was edited by:
            bw expert online

    We fixed the "Variable Screen not appearing" problem by adding following objects to our users.
    1) Business Explorer - BEx Web Templates (NW 7.0+) S_RS_BTMP
    2) Business Explorer - Individual Tools S_RS_TOOLS
    3) Business Explorer - Data Access Services S_RS_DAS
    Mark the message answered if this helps.

  • Popup variable entry with dropdown

    Hello,
    I have a web template (WAD in 2004s) and I need that when the template was executed the popup for variable entry values appears as a dropdown box instead of the tipical selection popup.
    I have found a how to (How tou2026Use a dropdown box to set variable values 3.x) but I need that the dropdown appears from the beguiner of execution for introduce the values of filters.
    Thanks.
    Isabel Bautista.

    Hello Isabel ,
    Modify your web template with the dropdown box you want.
    You can drag the drop down web element into the web report. Assign a appropriate infoprovider  for this drop down and select the characteristics you want for drop down.
    If you want to filter the results with the selection of dropdown value, then choose appropriate command for this dropdown to filter the result.
    Regards,
    Pratap Sone

  • Forcing Variable Entry with Web Application Designer Bookmark

    Hello All,
    We have users that are creating bookmarks in a Web Application report.  They want to change their dates every time they open the bookmark, but the variable entry screen is not showing up even with the "Force Variable Entry Screen" option checked.  Is this how a bookmark is suppossed to funciton or is there anyway to make the variable entry screen appeear with a saved bookmark.
    ***the purpose of the bookmark is for users to save the format of the report as they see fit
    Any help would be appreciated!!
    Thanks!
    Tina
    Edited by: Tina Gatto on Jun 3, 2009 4:10 PM

    when you save yorru personalization, you dont save it to internet explorer favourites. its a different code to save personilization.
    try these posts they might help
    SAP Business Explorer (SAP BEx)
    SAP Business Explorer (SAP BEx)
    search sdn for 
    how to "personalize".
    hope this helps

  • How to link the variable entry with the planning function execution

    Hi All,
    I am new to IP , we have a requirement where the user enters the value 2008 for a variable year. Then we are supposed to copy the same combinations for the next four years against which the user will be able to input the key figure values. But i have only 2008 data in the cube, so i need to generate new records for the same characteristic combinations as present for 2008 for the next four years. I am planning to use a copy function for this but how can i trigger this planning function once the user enters the value for the year variable. I want the planning function to get executed once the user clicks OK after the variable entry. Request your valuable inputs on the same.

    Hi Tilak,
    for this u have an option of executing the planning sequence when the web template loads ie. after the variable screen.
    open the WAD.
    go to the properties of Web Template web item. Under the section standard action of the webtemplate, we have a n option to include planning functions under action before rendering.
    If u include your planning sequence in this this will get executed every time the layout loads.
    guess this is usefull to u.
    Regards.
    Shafi.

  • Error :he creation of the default xuser entry aborts with returncode 2.

    Hi,
    We are installing the SAP NW 2004 (ABAP +Java ) on AIX box with MAXBD 7.5.
    During the aBAP installing:
    a)We could sucessfully install the Central instance
    b)While installing the database instance we get the follow error:
    RR 11517  XUSER    Could not open USER file, Permission denied
    WARNING    2007-07-05 14:14:14
               CJSlibModule::writeWarning_impl()
    Execution of the command "/data1/sapdb/programs/bin/xuser -d CTS -n ctsaix05 -u XXXXXX -U DEFAULT -S SAPR3 -t 0 -I 0 set" finished with return code 2. Output:
    FATAL: Close xuser entry failed:
    ERROR      2007-07-05 14:14:14 [iaxxinscbk.cpp:289]
               abortInstallation
    CJS-00030  Assertion failed: in
    function create_xuser_default(db_name, db_host, defUser, defPasswd, dbVer) {
        var def_s = defUser + "," + defPasswd;
        var xuser_pr = new ProcessMgt();
        var xuser_app = xuser_pr.createChildApplication();
        var xuser = (new FileMgt()).convertToOSPath(sapdb_xuser_fl());
        xuser_app.setExecutable(xuser);
        var def_args = ["-d", db_name, "-n", db_host, "-u", def_s, "-U", "DEFAULT", "-S", "SAPR3", "-t", "0", "-I", "0", "set"];
        xuser_app.setArguments(def_args);
        xuser_app.setHiddenArguments({5:true});
        xuser_app.setLogname("xuser_default.log");
        var ret = xuser_app.run();
        ASSERT(arguments.callee, ret == 0, "The creation of the default xuser entry aborts with returncode " + ret + ". Check the logfile xuser_default.log for more information.");
    The creation of the default xuser entry aborts with returncode 2. Check the logfile xuser_default.log for more information.
    I  checked the file xuser_default.log .I has the following
    FATAL: Close xuser entry failed:
    Best Regards
    Manoj

    Hello Manoj
    Does the user calling finally the xuser-command have write permission to the corresponing location in the file system?
    Since you are probably a SAP customer compare with note 39439.
    Regards Thomas

  • Variable entry issue when the query is executed on the WEB

    Hi,
           When I execute a 2004S query on the WEB,In the variable entry screen , even if I specify  for example  'A'  for a variable ,  the 'A' is completly ignored and it returns all the values.So there is a problem with '*'.
            If I execute the same query in the Analyser, '*' is considered while returning the results.
            Anyone having similar issue.
            Thanks in advance.

    Hi siva,
    Its a program error. Please apply the advanced correction from SAP note <a href="https://service.sap.com/sap/support/notes/1062214">1062214</a>
    Assign points if helpful,
    Regards, Uday

  • Variable entry screen for query doesnt show selection values.

    Hi,
    I've created a query with date varibale Quarter From-To. When i execute this query, the variable entry screen pops up but when i try to select values just shows ??? and not the text.
    if i run the same query in RSRT the variable entry screen pops up but here the selection values are present for me to choose from.
    can anyone tell why the values arent showing when the query is executed.
    Thanks

    yes, it seems to be a problem with NetWeaver BI BEx Java Web runtime as it works in RSRT and web analyzer. Found a note on marketplace note 125357 - No values displayed for attributes in input help but this did not resolve issue.
    A call has been raised now as it seems to be a product fault

  • Variable entry screen from BW in webdynpro

    Hi all,
        can I use the variable entry screen for a BEx query to access all the user inputted values in a webdynpro application.
        I want to launch this screen from within the webdynpro application, and once the user presses "Execute", I want all the user selections back in the application.
        Is this possible at all?
    Thanks,
    Satyajit.

    Hi Satyajit,
      Since the variable entry screen orignates from the BI system in conjunction with a web template it cannot be invoked separately. Do you plan to run the web application within a Web Dynpro application (i.e. an iFrame)? One option would be to use the BI Java SDK to populate the values in a user selection screen and then use the user's selection to execute a query or MDX statement. Of course you Web Dynpro app is responsible for rendering the result set.
    Regards,
    Oliver

  • History of user Input values in variable entry screen

    Hi Experts,
    I have a small issue. I have a variable entry screen where I select values from the list. I can always see the history of variable values I input earlier when I click on the dropdown box. For example the country code displays all my previous inputs.
    Similar to the web browsers history.
    Not the same case with Fiscal Year/Period. I do the same type of selection  from the combo box for example 12.2006. I give different values again like 1.2007, 2.2007 etc and run the report several times. But it doesn't show up the history of my previous entries unlike the country code.
    Kindly help, points assured.
    Thanks,
    Raj.

    What we've done isn't pretty, and I'm hoping for a better solution.
    We've developed 3 ODSs that we've exported a full list of all attributes and their values to.  Each ODS is identical.
    We've then created an InfoSet to link the Product Cube to each of the 3 ODSs.  We can then add 3 variables to the query representing each ODSs.  Since the ODS holds over half a million attributes, we limited it to 3 since it takes 30 minutes to run.
    It's not elegant, it's not pretty, and I'm sure it's not optimal.  I'm hoping someone can describe a better solution.

  • Selection option for variable entry in BEx in 2004s

    Hi All,
    Have any of you noticed that the selection option functionality for variable entry  while creating a variable does not allow wild card entry,Even though you create the variable with selection option as input.
    In 3.5 we had option the option "contains the pattern " but in 2004s its not available in the variable entry screen.

    Hello Guys,
    When I posted this thread we were upgrading to SP11, now I am in the middle of another upgrade (SP15) and I still notice that wild card option is yet to be made available for a variable of type selection option.
    Back then I had sent a message to SAP and was told that the functionality would be rolled out in new SP's. I am very curious as too how others are handling this problem, as they are bound to be reports for which such variables are a must.
    P.S - The option has been made available
    Edited by: Karthik on Jul 22, 2008 6:52 PM

  • 2 queries sharing 1 variable entry screen

    We have 2 queries in a workbook which use identical user-entered variants.  Is there a way to have the user only fill in the variants once for both queries.
    Thanks,
    Ron

    Hi,
    Yes. you can. Bex will bring the popup for variable entry for the Query which is last inserted.
    Some say-> your have insert Query1 and then Query2.
    The the popup for Query2 with appear first and user make a variant there and save it. Now i am assuming that you have make sure that you are using the same variables for both query..then there will be no popup and the whatever values which user have entered in variant of Query2 which will taken by Query2 also.
    Fews points to keep in mind->
    1) Make sure that you are using the same variables (check techinal names of variables) in Query 2 as you have in Query 1.
    2) To refresh all queries with a single refresh screen, the user can select any cell in the workbook that is NOT part of the query (to visualize which cells are part of a query, use the Analyzer toolbar and select Layout >> Mark queries on worksheet), then select the refresh button. You will see a message box that says "No query is selected. Do you want to refresh all queries in the workbook?". If you select Yes, all queries will refresh with one refresh screen (assuming all queries have identical variables).
    Regards,
    San!

  • Variable shows technical names in variable entry

    Hi
    I have a weird problem in one of my queries.
    When I execute my query two of the variables in the variable entry are shown with their technical names.
    Furthermore when I look for the variables in the variables sequence tab in the Query Designer those two vaiables are not on the list. I've also look for the variables in the characteristic value variable and they are nowhere to be found.
    Does anyone have any idea how this is possible?

    Hi check the varaibles by giving ur tech.name of report input parameter to the below program,
    RSRQ_QUERYDEFINITION
    it will all the query details. So you can find ur varaibles where it is used exactly.
    bhaskar

Maybe you are looking for