Cust Exit variable- refresh option is not working

Hi Experts,
My requirement is:
I am passing a value from manual i/p variable to cust exit variable based on certain condition. The functionality is working fine. But when I changed the value of my manual i/p variable using change variable value option of BEx analyzer the new value is not getting reflected in customer exit variable.
BR,
/venu.

Hi ,
CODE:
DATA: l_s_range TYPE rsr_s_rangesid,
loc_var_range LIKE rrrangeexit,
v_period1(3) TYPE n,
v_period2(4) TYPE n,
zktansw TYPE /bic/oigwktansw.
clear: zktansw,l_s_range,loc_var_range.
IF i_step = 2.
loop at i_t_var_range into loc_var_range where vnam eq 'GFA_CONACC'. --- Manual input var
IF loc_var_range-low+0(5) = '00160'.
CONCATENATE loc_var_range-low+0(6) '9999' INTO zktansw.
l_s_range-low = loc_var_range-low.
l_s_range-high = zktansw.
l_s_range-sign = 'I'.
l_s_range-opt = 'EQ'.
APPEND l_s_range TO e_t_range.
ENDIF.
endloop.
ENDIF.
Kindly suggest your inputs.
BR,
Venu

Similar Messages

  • Customer Exit Variable Period 000 is not valid in financial year variant Z2

    Hi all,
    I am trying to get the week number from a particular posting period. But I get this error when I execute the Query:
    Error Group
    RFC_ERROR_SYSTEM_FAILURE
    Message
    SYST: Period 000 is not valid in financial year variant Z2
    I checked in "FIRST_DAY_IN_PERIOD_GET" FM and it is not accpting period 000 for PERIV Z2. It works fine for all other periods.
    Does anyone have an idea on this?
    Thanks.

    Simon,
    So do you think that there is a problem in my Query restrictions? You ask me to restrict from 0 - 12, but this period is calculated based on the SY_DATUM in a cust. exit variable. And this period is being used to pull week number. So, do I need to change the code?
    But I already have another query which is similar to this, only ready for input options are missing in the new one. The older one is working fine but the I have problem with this.
    Any more ideas?
    Thanks!!

  • User exit variable I_STEP=1 does not show default value WebI selection scr

    Hello,
    We have a BW query with a user exit variable. We have written user exit code under I_STEP = 1 so that the default value for the field is displayed on the selection screen to the user. Works very well on the BW side.
    We based a universe on top of the query and then created a WebI report.
    When the WebI report is executed the default value is NOT seen on the selection screen,
    Note:
    1. If the user exit variable is optional and we execute the report, the default value is NOT seen on the selection screen. However if the report is executed without entering any value for the field the logic under I_STEP = 1 is picked up and the report gets the correct output
    1. If the user exit variable is mandatoryand we execute the report, the default value is NOT seen on the selection screen. The user now has to enter the value for the field.
    The scheduled reports will work in case of optional user exit variable.
    However this amounts to loss of functionality.
    Is this a known bug?
    Is there a way to display default values based on user exit variables on the WebI selection screen?
    Kindly advice. Btw we are on XI 3.1 SP3
    Rgds
    Edited by: Anup Deshmukh on Jun 29, 2010 11:13 PM

    OSS Note 1285993 - "Support of Customer Exit Variables from BEx query into WebIntelligence via OLAP universe"  deals with this issue and has deemed it out of scope for XI 3.1 SP3.
    Rgds

  • Download option is not working

    my nokia x6 00 ,in Nokia Store option ..download option is not working
    Moderator's note: We have provided a subject-related title to help other forum users easily view and respond to this post.

    Hi ahrar3359,
    Welcome to the Nokia Support Discussions!
    Can you further elaborate on your concern? What exactly do you mean by "download option is not working"? Can you select the Download option? If not, can you describe it? Is it grey out? Any error message? Does this happen to all of your apps? BTW, how are you accessing the Nokia Store? Is it via the Nokia Store app or through your phone browser? If you're using the app, try to access it via phone browser to check if the same issue will occur.
    If you are using the app, make sure that it is up to date. You can update it by going to store.nokia.mobi through your phone browser. You can also try to restart the phone to refresh it. Hope this helps.

  • Fail Migration: Refresh options did not Migrate

    Finishing Migration from 3.1 to 4.1 Sp 2, I am facing this issues in my environment. Fail refresh options did not migrate. See screen shot below. I need some imputes on how to go about making this work. 
    2. Also default passwords did not migrate for some reports. I will appreciate any suggestion, Notes, Documentation or links on how I can go about this.
    Thanks

    Hi,
    To resolve this behavior, the report must be saved for all users in version
    3.x and exported again. This allows a user in BI 4.x to edit and refresh the report.
    Regards,
    Asma

  • Is it true that keep options is not working with paragraph span? (CS5)

    Hi all,
    Just wanted to confiem that keep options does not work with Paragraph span.
    thanks,
    shlomit

    That's correct for now. Perhaps in CS6....

  • Filter option is not working in Reuse alv grid

    Hi all,
    Filter option is not working in alv grid properly.
    if i choose one particular field for filter option .it is working .but another field it is not working though it contains different values.please give the answer.whether i have to pass filter option throuogh reuse_alv _grid or not.thanks in advance
    raj

    Hi raja,
    1. The search/filter is
       CASE SENSITIVE
    2. U can give *
       to search for pattern.
      (IN THAT CASE, it is NOT Case Sensitive)
    regards,
    amit m.

  • Urgent : SSRS reports zoom in option is not working in IE9 compatability view

    Hi,
    We have SSRS reports which when viewed in IE 9 compatability view, zoom in option is not working properly.
    SSRS report have 4 charts inside a rectangle. when zoom in from 100% to 50% only rectangle shrinkes not the charts.
    Please let me know why it is happening and solutions if any?
    Rakesh Jayaram http://blogs.msdn.com/b/rakesh_ramblings/

    Hi Wendy Fu,
    Thanks for your support. Below are the steps and screenshots as per your requirement.
    /*******************Below are the steps to replicate ************************/
    This document explain IE9 compatibility issue with SSRS report (SSRS 2008 R2 and IE9)
    Tools and software used:
    Reports are rendered on Share Point 2010 server which uses SSRS 2008 R2.
    Reports are accessed using web browser IE9, IE10 ….
    Problem statement:
    To work OTHER reports compatibility mode in IE should be ON
    To work SSRS reports (mainly zoom) compatibility mode in IE should be OFF
    OTHER report is being used by customer and they will start using SSRS reports as well. While using both OTHER reports and SSRS reports customer do not prefer to keep switching between compatibility modes.
    “Browser Mode: IE9”
    Steps to reproduce Zoom issue for SSRS report with Compatibility mode is given below:
    Step-1: Select Tools menu -> Compatibility View Settings
    Below setting is suggested for OTHER users so tick as shown below,
    Step-2: On decision center select link and Open the report home page and click the link to open the report.
    Step-3: On SSRS reports Change Zoom level from 100% to say 50%. Here all charts are not moved with container frame.
    If “Browser Mode: IE8” is set with following steps then this issue does not happen.
    Press F12 and from and select IE8 as shown below.
         Press F12 again so this will set the mode and then try Zoom option it works fine. However this setting temporary and will remain for the session only.
    If compatibility mode is OFF then also this does not happen. Please see image below.
    Rakesh Jayaram http://blogs.msdn.com/b/rakesh_ramblings/

  • In PHotoshop CC, my blenidng options are not working at all.  A window comes up with the message "

    In PHotoshop CC, my blenidng options are not working at all.  A window comes up with the message "Could not complete your reequest because of a program error.  "
    Linda

    In Photoshop CC whenever I try to apply blending options to a layer, an error message comes up.. In my error message log, this is what comes up
      2013:07:12 16:17:16 : tracked key 0000000000000238 of type struct _ADsc * __ptr64 not found : 1 : REQUIRE failed 2013:07:12 16:17:16 : e:\ps13\ps_14_win_x64_daily_retail\20130423.r.221\photoshop\main\photoshop\interfaces\UTr ackResourceImp.h : 137 : REQUIRE failed 2013:07:18 19:20:19 : tracked key 0000000000000100 of type struct _ADsc * __ptr64 not found : 1 : REQUIRE failed 2013:07:18 19:20:19 : e:\ps13\ps_14_win_x64_daily_retail\20130423.r.221\photoshop\main\photoshop\interfaces\UTr ackResourceImp.h : 137 : REQUIRE failed 2013:09:05 22:42:22 : ..\..\sources\USheetRendererCommands.cpp : 556 : REQUIRE failed 2013:09:16 17:22:13 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:16 17:22:20 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:21 16:19:20 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:21 16:19:37 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:21 16:25:58 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:21 16:28:01 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:23 14:34:51 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:23 14:35:19 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:23 14:35:22 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:23 14:35:30 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:23 14:37:55 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:23 14:37:59 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:23 14:38:04 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:23 14:38:08 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:23 14:38:22 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:23 14:43:33 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:23 17:13:25 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:23 17:13:42 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:23 17:13:59 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:23 17:14:16 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:25 22:04:18 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:26 16:58:46 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:26 17:46:04 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:26 17:47:08 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:26 17:47:32 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:26 17:54:05 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:26 17:54:12 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:26 17:54:33 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:26 17:57:02 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:26 18:05:03 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:26 18:05:40 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:26 18:05:49 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:26 20:31:17 :
    ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:26 20:31:53 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed

  • I need help with a PDF file that is an image, the "Read Out Loud' option does not work, please help!

    I need help with a PDF file that is an image, the "Read Out Loud' option does not work, please help!

    You mean an image such as a scanned document?
    If that is the case, the file doesn't contain any text for Reader Out Loud to read. In order to fix that, you would need an application such as Adobe Acrobat that does Optical Character Recognition to convert the images to actual text.
    You can also try to export the file as a Word document or something else using ExportPDF which I believe offers OCR and is cheaper than Acrobat.

  • BUG in iOS7: Post iOS7 upgrade, search option does not work for "Messages". If you want to search a contact name in Messages who is way below the list, the search will not yield any result.

    BUG in iOS7: Post iOS7 upgrade, search option does not work for "Messages". If you want to search a contact name in Messages who is way below the list, the search will not yield any result.

    These are user forums. You are not speaking to Apple here. Report your problem at Apple Feedback.

  • Extension in Select-Options is not working

    Hi,
    The extension of select-options is not working for the following statement........
    SELECTION-SCREEN: BEGIN OF BLOCK sel WITH FRAME TITLE text-001.
    SELECT-OPTIONS: s_tp_no FOR e070-trkorr.
    SELECTION-SCREEN: END OF BLOCK sel.
    Please Help.......
    Thanks,
    Sheel

    SELECTION-SCREEN: BEGIN OF BLOCK sel WITH FRAME TITLE text-001.
    SELECTION-SCREEN: END OF BLOCK sel.
    Remove the colan ':' from ur code after SELECTION-SCREEN
    write it as
    SELECTION-SCREEN BEGIN OF BLOCK sel WITH FRAME TITLE text-001.
    SELECTION-SCREEN END OF BLOCK sel.

  • How enter the values in to table when create entries option is not working

    hi everyone,
         can u please tell me How enter the values in to table when create entries option is not working.
    it's urgent.
    thanking u all

    Hi Shree,
    how many entries u want to insert ,,
    is it a ztable or custom table ..
    just tell me ur clear requirement ..
    clarify the same ..
    if no options avaliable then if its less entries or some value u can do it through debugging ..
    if its bulk entries then u can write a program ..
    just let me know ..
    regards,
    VIjay

  • Time Machine options are not working. I am unable to schedule automatic backups.

    Time Machine options are not working. I am unable to schedule automatic backups.  The On-Off button is grayed out. I can perform a backup manually.

    Thanks for responding.  I have an external disk with plenty of room.  It is used only for backup of my computer.  I get a backup by clicking on the Time Machine icon at the top of the page and select "Back Up Now."  When I click on Time Machine Preferences, there is a box labeled "Options" which allows me to exclude items from backup and notify after old backups are deleted.  There is no option to schedule a backup.  The "OFF/ON" box is gray.  For "Next Backup:" it says "Automatic backups off."  I would like to turn it on.

  • I am actually using a free trial of photoshop cc and the contact sheet option does not work-?

    i am actually using a free trial of photoshop cc and the contact sheet option does not work...

    Hi dmomoney24  ,
    Kindly refer : CC desktop lists applications as "Up to Date" when not installed.
    Please revert if the problem persists.
    Thanks,
    Atul Saini

Maybe you are looking for

  • How can I see entire attachment name?

    Hello, I sometimes send attachments which have very long filenames. They are filenames generated by a customer, and they do not want me to reduce the number of characters. By long, I mean just 20 or 30 characters. When I attach a file, it truncates t

  • Ipod Touch Stuck on Itunes and USB screen(more details inside)

    Right. Couldn't quite explain the whole thing just from the topic description, but I'm pretty sure you're all familiar with this issue. I tried to restore my Ipod using Itunes and once it was done, the Ipod Touch(2nd Generation), simply stayed on a s

  • " Masquer jusqu'a l'animation"("Hide until the animation")

    We bought Adobe In Design  CS5. Now we have problem with animation SWF file that InDesign CS5 can generate. When we put " Masquer jusqu'a l'animation"("Hide until the animation") in preview it works correctly, but in SWF file it doesn't work. Can you

  • My sms texts are still sending duplicates to some contacts

    i'm still finding my iPhone 5c sends duplicate sms texts to some of my contacts. Marco49 suggested one solution but I'm sorry to say that didn't solve the problem.

  • JEditorPane HTML Question

    Hi, I have a JEditorPane that I am using to display various HTML pages that I programatically generate. When the user selects a menu item, the HTML page changes. I change the HTML page by calling the JEditorPane.setText() method. All that works fine,