Query Designer: "Set Offset For Variable" not available

Hi,
I want to restrict a character by using a variable with offset, but the needed function is disabled in context menu for different variables (customer exit, single value, multiple values, etc.). I have found a hint here, that this function only works with interval variables. Is this correct?

Hi,
1) For Customer Exit Variable: Offset Functionality will not work,
2) For Manual input  Interval Varable: you can have the Offset, but the offset will work on upper limit only
Ex: if u execute the quey by giving the interval like 2 - 4; then in the report output u can see only 2, 3 months data means the offset is working on 4 i.e upperlimit,
3) For Multiple Single Values:  No offset Functionalty
Thanks,
Regards
ReddYA

Similar Messages

  • Offset for variable not working !

    Experts,
    I have to show sales for last 5 months ( in 5 diff. Columns )
    So, i have written CMOD code, where i am converting System date in to Fiscal Year / Period using FM DATE_TO_PERIOD_CONVERT.
    every thing works good, i do get result. but the problem is the Offset for Variable function doesnt support that.
    I was hoping that, Now i can do Offset -1, -2 , -3...till -5 and i will have all 5 Periods.
    But looks like its not working out.
    What other logic i can use.
    !!!!!!!!!!My Variable is Not ready for Input !!!!!!!!!!! So the only way i found is to convert system date to current Period and then off setting it till last 5 months. And i do need to so last 5 months starting current Period -1, -2, -3, -4 and -5
    is there any other way to get current Period ( i guess only from system date ).
    I think in my logic, when i do offset, its not offsetting the Period, but its off setting system date.
    Please help

    Hi Honar,
    I am pretty sure offset should work, in your customer exit, calculate the current period as using the system date, once you get that, create a variable with the same name as you defined in the customer exit and use that variable in five different restricted key figures with each with (Variable, Variable -1, Variable -2, Variable - 3 and Variable - 4). If you have done so and not working, what are you getting in each of the variables, there might be some notes which could address that issue.
    thanks.
    Wond

  • "Set offset for Variable" is disabled

    Hi,
    I need to use this option but it is disable (inactive) and I am not able to set offset.
    I am using it for single value variable.
    Please help,
    Thanks

    Hi,
    Can you try create a variable as interval option and offsetoption  will enable.
    Regards
    sivaraju

  • SAP BEX Analyzer Set values for variables

    Please help us out in sorting out this problem,
    We are automating BEx Analyzer for a Testing Project with Quick Test Professional (QTP) a functional automation tool uses VB script.
    Problem:
    There are 5 steps in automation
    Invoke BEx Application
    Log in to BEx server
    Run Query
    Set values for Variables for Query
    Display Report
    We are able to do 1,2,3 steps using BEx API functions and running BEx macros but we struck up with 4th step,
    1. Invoke BEx Application
    ‘Launch Excel
    Dim app
    Set app = createobject("Excel.Application")
    ‘Make it visible
    app.Visible = true
    ‘Attach add-in to Excel file
    app.Run ("'C:\Program Files\SAP\Business Explorer\BI\BExAnalyzer.xla'!SetStart")
    2. Log in to BEx server
    Login to Bex server
    Function logonToBW(app)
    Dim myConnection
    Dim logonToBW2
    On Error Resume Next
    logonToBW2 = True
    ' Create logon to system with following user and system details
    Set myConnection = app.Run ("'C:\Program Files\SAP\Business Explorer\BI\BExAnalyzer.xla'! SAPBEXgetConnection")
    With myConnection
    .client = "600"
    .User = "USERNAME"
    .Password = "Welcom123"
    .Language = "en"
    .systemnumber = "00"
    .System = "BWDCLNT600"
    .systemid = "BWD"
    .ApplicationServer = "156.158.7.161"
    .SAProuter = ""
    .Logon 0, true
         If .IsConnected = 0 Then
               .Logon 0, False
    If .IsConnected <> 1 Then
    MsgBox "Automatic logon failed. Please enter your username and password in the next screen ..."
    Exit Function
    End If
    End If
    End With
    ' Run connection query to see if connected
    app.Run ("'C:\Program Files\SAP\Business Explorer\BI\BExAnalyzer.xla'!SAPBEXinitConnection")
    logonToBW2 = True
    End Function
    3. Run a Query
    app.Run "'C:\Program Files\SAP\Business Explorer\BI\BExAnalyzer.xla'! runQuery", "ZZCCA3_M01_Q0003"
    Till here the script is running fine then the “Select values for Variables” window is displayed.
    This is where exactly we struck up; in this window we need to select values.
    Name of the Fields
         Field Name     Technical name of characteristic     Variable Name     Value
    1     Company Code                     0COMP_CODE     ZM_COMPCODE     1000
    2     Cost Center Hierarchy          0COSTCENTER     ZS_CCTRN     1000MDON
    3     Cost Center Node     0COSTCENTER     ZS_CCTRN     1000COP
    4     Cost Element          0COSTELEMENT     ZS_COELN     1000GDON_6999
    5     Fiscal Year     0FISCYEAR     0P_FYEAR     2007
    To select values for variables, we are trying below code but its giving an error,
    app.Run  "'C:\Program Files\SAP\Business Explorer\BI\BExAnalyzer.xla'!SAPBEXSetFilterValue", “1000”, "0COMP_CODE"
    app.Run  "'C:\Program Files\SAP\Business Explorer\BI\BExAnalyzer.xla'!SAPBEXSetFilterValue", “1000MDON”, " 0COSTCENTER "
    app.Run  "'C:\Program Files\SAP\Business Explorer\BI\BExAnalyzer.xla'!SAPBEXSetFilterValue", “1000COP”,  "0COSTCENTER"
    app.Run  "'C:\Program Files\SAP\Business Explorer\BI\BExAnalyzer.xla'!SAPBEXSetFilterValue", “1000GDON_6999”,  "0COSTELEMENT "
    app.Run  "'C:\Program Files\SAP\Business Explorer\BI\BExAnalyzer.xla'!SAPBEXSetFilterValue", “2007”,  " 0FISCYEAR"
    Any help highly appreciated, thanks in advance.

    Hi Reinhard,
    Pleas look at this:
    Passing a range to SAPBEX.XLA!SAPBEXSetFilterValue
    Best regards,
    Eugene

  • Change the pwd of the WBEM client:SLDAccess set to true but not available

    Hello,
    I checked on ABAP side with transaction SLDCHECK, everything fine.
    Then checked http://server:port/sld/ListServlet?bsview=true
    *Please find the log content below:*
    WARNING com.sap.lcr.cimsrv.ChangePasswordServlet: Password Change that service client users don't have initial passwords.Alternatively, logon to the SLD user interface with the corresponding user and assign a new password client settings must be updated accordingly.
    So suggestion was to change the WBEM client password.
    Due to the above scenario, *Error in SXMBMONI*_ is:
    com.sap.aii.af.ra.ms.api.ConfigException: SLDAccess set to true, but not available
    Can anyone let me know how to resolve this issue.
    Thanks in advance.
    Ganesh Karicharla

    HI ganesh
    check this thread for reference
    Unable to find an associated SLD element
    regards
    kummari

  • SLDAccess set to true, but not available -  http to RFC Scenario

    Hello Experts,
    I have created http to RFC scenario in DEV system and it is working fine.
    But after transporting the scenario to QAS system. It is giving following error.
    com.sap.engine.interfaces.messaging.api.exception.ConfigException: SLDAccess set to true, but not available
    Please advice on this ...
    Thanks ,
    Vishal

    There could be many things that could be checked.
    1. Perform SLDCHECK and look for inconsistencies.
    2. Check if service user XIAFUSER is locked or not.
    3. Perform a full CPACache refresh.
    Regards,
    Prateek

  • SLDAccess set to true, but not available

    Hi all,
    I get the following error when Running a Proxy to mail Scenario.
    This happens in the Call adapter pipeline Step of the receiver mail adapter.
    error message "com.sap.engine.interfaces.messaging.api.exception.ConfigException: SLDAccess set to true, but not available"
    I did the Following:
    1.  tried SLDCHECK -
    works fine
    2.  XIAFUSER/PIAFUSER is not locked.
    3.  The SLD is reachable
    4.  XI business system has correct "Pipeline URL" parameter defined
    What could have gone wrong.
    Any help would be appreciated.
    Regards
    Abhishek

    Hi,
    Check the doc and links.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/09cb9ffb-0701-0010-4183-c2e8f405bf9a
    Note 768148 - Using a separate SLD
    Note 720717 - Reduce the number of System Landscape Directories (SLD)
    Note 936318 - Dividing a SLD instance
    Note 935474 - Consolidate SLD instances
    Regards,
    Phani

  • "Preview for Files Not Available" & "Failed to Find a Place for the Imported File"??

    When I export RAW images into LR, some say "Preview for Files Not Available".  Also, it says "Failed to Find a Place for the Imported File".  Why?  What can I do to resolve this

    Hi,
    Tried with this but still the same issue..
    Stop the application services, recompile the JSP files manually, and start the application services. Check the login page then.
    Note: 435550.1 - R12 Login issue on target after cloning , fresh install or upgrade
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=435550.1
    Any other area to look into?
    Thanks for your time!
    Regards,

  • Windows 7 help The topic you are looking for is not available in this version of Windows

    When I click on help, I get this message:  The topic you are looking for is not available in this version of Windows.
    I forget what my topic was, however, that is the response for any I try to get help for.

    Hi Akikuno
    It sounds like you are having issues with your help not coming up when you need to use it. I am providing you a link to a Microsoft Forum Thread where they are addressing the exact error message you are receiving.
    http://answers.microsoft.com/en-us/ie/forum/ie9-windows_7/the-topic-you-are-looking-for-is-not-avail...
    I would like to thank you for posting on the HP Forums and hope this resolves your issue so you can go back to enjoying your HP product. Have a great day!
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    Dunidar
    I work on behalf of HP
    Find out a bit more about me by checking out my profile!
    "Customers don’t expect you to be perfect. They do expect you to fix things when they go wrong." ~ Donald Porter

  • Photosmart B8550 driver for Maverick NOT AVAILABLE

    Photosmart B8550 driver for Maverick NOT AVAILABLE.
    The website should say that it has it, or it doesn't!  So ambiguious...
    Call tech support and for a kindly $25 box we'll show a work around.  I interpret that to be obsolesence.  You are up to date or you are not.  The refund of the money is more complicated to monitor than when the softweare patch would be available, at least 5 times more complicated.  Wait for the bank statement to see if ther money was refunded, and than follow up for the refund, come ON!

    Tomesh,
    Problem is not so clear but I can say you can try these things.
    1. Are you trying to do retroactive calculation for particular employee . If yes, then check the driver perk wage type validity period.
    2. If you are using some constant table to calculate Driver's perk value then you must check that contact table and dates mentioned there.

  • Authorization in BEx Query Designer: "read only" for definitions of variables

    Hello,
    I`m developing a concept of authorizations for key user who should be able to maintain certain
    objects in the query designer. For other objects they should have access “read only”.
    The users have authorizations  to  design new queries.  They should be able to use existing variables
    (SAP Business Content ( 0*) and customer variables (z*). On this point, I have a problem: in the selection window of the query designer there are only buttons to create, to delete and to edit a variable.
    The user must have authorizations for changing, although he just wants to look for the definition
    of a variable (if he wants to see their basic or global settings before using the variable).
    I can´t find a possibility to switch from “edit” to “read only”.
    The users should only see and apply variables from others (SAP, collegues), but he mustn´t be able to
    change them.
    The user needs the following authorization objects:  S_RS_COMP , activity =02 (change), also
    authorization object S_RS_COMP1. If I give the users only activity 03 (display),
    the user get the message: “display not allowed”.
    Is there any possibility to give a key user the authorization to display all variables with
    their definitions?
    Best regards
    Ricarda Seyb

    Hi raghukan,
    This is may be due to the authorization but still you can check the consistency check for these queries using RSRV.
    Regards,
    Amit

  • Entry Variable not available in Free char in Query?

    Hi
    I have to remove one of the entry variable in a query, its costing date and is mandatory variable; but it is not visible in Free characteristic to remove it.
    Its one of the factory reports.
    Any idea how to remove it?
    Thanks in advance
    Ishi

    Hi Anup
    The InfoObject Costing date is used in column in one of the KF. But the variable is not used anywhere.
    I tried to create the same report in Query designer, and noticed that after creating the query, system automatically picks the variable as mandatory entry variable
    Regards
    Priti

  • JAVA_HOME Environment Variable "Not Available"

    I have installed j2sdk 1.4.2_17 for Windows Server 2008 64 bit for an installation of ERP 6.0.  I have installed this in the following directory:
    C:\j2sdk14217x64
    - I have the JAVA_HOME variable (User variable for Administrator and System variable) set to: C:\j2sdk14217x64
    - I have the PATH system variable (System variable) set to: C:\j2sdk14217x64\bin
    When running the prerequisite checker I get the following error:
    "It is not recommended to use JDK version 1.4.2_10. Current version: JAVA_HOME not available."
    When I run %JAVA_HOME% from the command line the system finds it.  I'm not sure what the issue is here.

    Hello,
    Best to unistall JDK and reinstall latest one
    There is a download page solely for SAP customers:
    http://www.sun.com/software/javaforbusiness/sap_download.jsp
    See notes
    709140 Recommended JDK and VM Settings for the WebAS630/640/7.0
    Note 716604 for the Sun JDK (Windows, Linux, Solaris)
    regards,
    John Feely

  • Process - xfaForm variable not available

    Hi all,
    I have a bit of a newbie problem. We have Livecycle (8.0.1) deployed and I'm trying to get up to speed on things so am working through the "Creating Your First LiveCycle ES Application" found in the Workbench help. I'm running into a problem defining variables for the process in that I don't seem to have the xfaForm variable type available.
    Apparently I need to get the adobe-taskmanager-dsc component installed?  However I can't seem to locate it - I understand the jar should be in the /deploy/ folder but isn't. Another thread on this forum suggests that it may be due to not having Process Management installed: http://forums.adobe.com/message/1366637  I do have a "LiveCycle Process Management ES" item in the "Services" section of the admin console yet the about page only lists
    "LiveCycle Rights Management ES" under installed components.
    Any ideas?
    Thanks,
    Andrew

    Andrew,
    Indeed, you do not have Process Management installed. The reason that you see this option in the Admin console is because the process engine is actually part of the foundation of LC ES used to execute service orchestrations as opposed to human-based workflows.
    You need to install LC Process Management to get the bits you need. If you are licensed for the Process Management solution component, it would have been installed to your server. However, you need to make sure that Process Management is selected when you run Configuration Manager to ensure that the bits are deployed into the server runtime environment.

  • Installing Office 2011-Says software for installation not available

    I've seen this same issue posted, but never found a resolution to the problem.   Office 2011 14.3.9 will not install on Mac Air that is running OS X Version 10.8.5.   Message says that the software needed for installation is not available on my computer.

    What version of Office do you now have? You must have 14.3.8 to install 14.3.9. And 14.3.8 requires 14.3.7, etc.

Maybe you are looking for