Query variable for characteristic with texts

Hello experts,
I need some help on the following issue:
I want to do master data reporting on a characteristic of type numc that has texts.
I need to filter on a certain text range of the characteristic by using a variable, e.g. select all records between E* and F*.
The problem is that I can only access the numeric ranges of the characteristics and not the texts directly.
Any ideas?
Thanks in advance.

hi ,
create a variable using texts and then try .
regards .. Kumar Sarvepalli .. /// Honor points

Similar Messages

  • Query variable for InfoObject with texts

    Hello experts,
    In the BW I have an InfoObject of type NUMC 19 that stores tasks master data and does have texts, we assume that the InfoObject is called Z_TASK. The texts represent the multi lingual task names. I need to build up a query that filters on the task names, e.g. all tasks between A* and C*.
    When I use a variable in the query, the variable takes the key field values (NUMC values of the InfoObject Z_TASK).
    My questions are:
    1. Is there a possibility to solve this problem using query variables?
    2. Other solutions?
    Thanks in advance.
    Marco

    Hi Marco,
    one possibility would be to create a ods object and post the master data to that ods. Include the text (description) into the datafields of the ods. Enable BEX reporting for the ods. Create a Query on it with a variable selection on the text. Now go back to your other query and create a variable for your task infoobject. Use the prequery on the ods as replacement path for z_task. That should do the job.
    kind regards
    Siggi

  • Error while opening Workbook:variables for characteristic cannot be process

    Hi all,
    When I try to open the workbook for a particular query, I am getting the following error. Kindly suggest me in rectifying this information message.
    "Variables for characteristic [ZDVCODE]Dealer code cannot be processed"
    Regards,
    Steve

    I am encountering a very similar warning, so this may shed some light on the matter.  I have a Web Application that runs just fine when it is filtered only by Calendar Day.  However, when I filter the Web Application by Calendar Day and Material Group both, then I get a warning at the top of the output that says "Variables for characteristic [0CALDAY]Calendar Day cannot be processed".
    So, at least in my case, the variable isn't deleted, and it actually works just fine buy will spit out this warning under these circumstances.
    -Owen

  • Is the component uiscrollbar for use with text fields only

    Is the component uiscrollbar for use with text fields only?

    Yeah, it isn't in the library, you need to call it up using code.  It is documented in the help files though, so that should help you get it into use.

  • Query variables for 0CALDAY

    Hello gurus,
       I´m trying to create a query variable that shows the last calendar day(infoobject 0CALDAY) in the previous year, current year, next year. I´m not finding these variables in Business Content. Does anybody know any variable for this? If I gonna need to create a user exit for this, where should I put the result of the ABAP program?
    Thanks,
    David.

    Hello David!
    Yes, you must create user-exit variable for this.
    Go to transaction CMOD and find or create project with RSR00001 enhancement ("BI: Enhancements for Global Variables in Reporting"). After that edit ZXRSRU01 include in function EXIT_SAPLRRS0_001.
    Add to ZXRSRU01 code for you user-exit variable. For example:
        WHEN 'ZB_DATE_LASTMINUS1'.
          LOOP AT i_t_var_range INTO wa_range WHERE vnam = 'ZB_FISCYEAR_M1S'.
          ENDLOOP.
          n4 = wa_range-low.
          n4 = n4 - 1.
          CONCATENATE n4 '1231' into l_s_range-low.
          APPEND l_s_range TO e_t_range.
    in example ZB_FISCYEAR_M1S - variable for manual input on 0fiscyear characteristic.
    ZB_DATE_LASTMINUS1 - user-exit variable. calculate last day for input year - 1.
    Anton.

  • Query variable : selection option with no interval

    Hello,
    Is it possible to define a query variable as selection option, with no interval (like in abap).
    I am in 3.X version.
    Many Thanks in advance,
    Manuel

    Hi Manuel,
    This should be possible through multiple single value variables, but to ensure that the user has not in input the same charateristic value for exclusion and selection you may choose to write customer exit at the background.
    I think interval and select option would allow 'To values'.
    So I was wrong in what I said before. SORRY
    However multiple single value would not allow exclusion, I think.
    Your scenario would only be possible by excluding multiple single values in variable type select option and process the variable using customer exit, to trmove all to Values.
    But you are right, you cannot have your scenrio handled , I think.
    ( ie multiple exclusion in from values with no To Values )
    One more way is restrict your characteristic by two input ready variables, one select option for exclusion and have a customer exit to delte all inclusion that were input accidently and one multiple value ready for input variable.
    But, all in all, there would be no straight drive through this I think.
    Hope it helps,
    Regards,
    Sunmit.

  • Query Variable: F4 search by Text is case sensitive in Web Templates.

    Hello Guru's,
    I have a problem, when I am trying to search the variables in Web Templates the search by text is case sensitive.
    For example If I have the customer name as "King", I have to search the text as King or Ki*, But If I search as king I will not get any results.
    I need to have my text search as case insensitive.                                                                    
    When I checked in my BEx queries the search is case insensitive. I have the problem in my Web Templates only. Please let me know do I need to change any variable settings ing the web templates or let me know how do I fix this issue.
    Many Thanks,
    Vamshi Krishna

    Hi,
    So the only workaround for this would be to goto RSD1 -> enter info
    -object as xxxx, and press maintain, then goto master data/text
    tab and select the check box, 'with text', now save and activate the
    infoobject. After this regenerate the query using tcode rsrt.
    To regenerate goto rsrt enter query name and press 'generate report'
    button.
    Now the F4 help screen should show the options search by key and search
    by text. So that you can select serach by key to have a case insensitive
    search.
    Thanks,
    Venkat

  • G/L Description not showing in Query designer for Characteristic values

    Hi Friends,
    We have developed a report and that we have made two New selections on the object 0GL_account....some GL Account number are grouped in that. While selecting the GL Accounts to new selection, it is showing GL Account number and Description. After that, the selected objects are not showing the Description in the query designer. It is showing GL Account number only for the both Technical name and  Description. I Would like to see Description of the GL Accounts in the Query designer. i have plan to delete certain account based on their dercription.
    And at the Infoobject description in the Business Explorer tab Display feild it is set as Text and Key. And till yesteday it shown the Description for the Account numbers. The daa loads are also .gone fine.
    Can you please guide me in this regards
    Thanks & Regards
    Anand

    Hi Thanks for your reply.
    The accounts which we selected are having Description  and it is showing while selection the selected GL Accounts.
    And the master data also is in active...When i try to activate the master data Agoin it is saying statement "Master data for characteristic 0GL_ACCOUNTactive"
    Any more suggetions..........
    Regards,
    Anand

  • Name of the query variables for any BI query

    Hi Experts,
    Wanted to know the query variable names for any query.
    is there any table which stores the names against any query?
    any help is much appriciated.
    thanks in advance,
    Subhasis.

    Hi Rahul,
    thanks for your reply.I have tried with these table but I have not got it.
    my requirement is,I have one query with two variables calmonth and Employee subgroup.
    Now I need the table name where I'll provide the query name and table will return the variable names.
    If the tables which you provided can give the desired output,then pls tell me the input(s) that i need to give to the table.
    thanks in advance,
    Subhasis.

  • Querying AD for users with SmartcardLogonRequired

    We are trying to write a script to query AD for all users who are required to logon with a smart card.
    The problem we're having is that it is only returning 43 users out of our ~750 that are using smart cards. In AD the checkbox is set and the users' logons are working properly
    Here is the command I ran first:
    Get-ADUser -Filter {SmartcardLogonRequired -eq $True} -Properties *
    When that didn't work I tried this, but got the same result:
    Get-ADUser -Filter {userAccountControl -band 262144} -Properties *
    Next I looked at individual users. My account is actually returned and when I check the property I get this:
    PS > $User = Get-ADUser -Filter {SamAccountName -eq '<REDACTED>'} -Properties *
    PS > $User.SmartcardLogonRequired
    True
    PS >
    When checking an account that isn't returned I get nothing back.
    PS > $User = Get-ADUser -Filter {SamAccountName -eq '<REDACTED>'} -Properties *
    PS > $User.SmartcardLogonRequired
    PS >
    I have tried un-checking and re-checking that box but that doesn't seem to have any effect. Has anyone come across this before? Any ideas on what to try next?

    To query users that are Smart Card Required, your first command was correct:
    Get-ADUser -filter {SmartCardLogonRequired -eq $True}
    Remember, smart card enabled and smart card required are two different things.  You can have a smartcard and still use username and password, (if the SCRIL box isn't checked).
    To set the account to enabled:
    Set-ADUser -Identity <name> -SmartCardLogonRequired $true
    To turn the requirement off:
    Set-ADUser -Identity <name> -SmartCardLogonRequired $false
    Remember that when you set the smart card requirement on an account, the NT Hash for the password is changed, meaning the user will no longer know their password.  If you set someone to true, then false, you have scrambled the password.
    Also, if you set the requirement to true while the user is logged on, you are changing the NT Password Hash in Active Directory and the user's session will have a bad hash.  Whenever that user tries to perform any NTLM function, they will become locked
    out.
    Good luck!
    - Chris Ream -
    **Remember, if you find a post that is helpful, or is the answer, please mark it appropriately.**

  • Selection for infoobject with TEXT

    Hi All,
    I have an infoobject ZCustomer which is having a navigational  attribute 'ZROLE' which may have concatenated text value. eg., LOC_INT or INT or LOC_PIC.
    Now i have to keep selection/filter to the report where user should have a selection option/drop down with values 'LOC', 'INT' and 'PIC'.  If the user select the value 'INT' then i should show the report for only 'LOC_INT' and 'INT'.
    To say shortly its like contains pattern in the abap.
    so for the above user selection, which ever the customer's attribute value has the string INT  only should be dispalyed in the report.
    Note: I can use WAD reports if needed. The list of values 'LOC', 'INT' and 'PIC' can be the static list we maintatin for the user to select. bcoz i dont have any particular infoobject with these values.
    Thanks in advance
    Karthik

    Hi Karthik,
    You can use the standard selection option variable and ask the users to enter the wild character before and after the input value.
    For example, if the user enters 'INT' , then report output would show all values which has 'INT'.
    However, the users would be seeing all the values in the master data or posted values in the transaction data ( as per the setting ) and not customised values as per your requirement.
    Thanks,
    Krishnan R.

  • How to create a group/list of check box variables for display in text field, in appended format

    I need to identify a series of single-response checkbox variables and display the ones selected (as a group) in a text field in an appended (comma, space) format. Last week, you provided a great little script for a similar need using List Box (multiple response) variables. This time I need to know how to formally identify the checkbox variables and, I presume, use a similar script to display the results in a comma, space format.
    You've been of great help.
    Thanks

    Here's the script adapted to this situation. It assumes there are ten check boxes named cb1, cb1, cb2, ...cb10.
    // Custom Calculate script for text field
    (function () {
        // Initialize the string
        var v, s = "";
        // Loop through the check boxes to build up a string
        for (var i = 1; i < 11; i++) {
            // Get the value of the current check box
            v = getField("cb" + i).value;
            if (v !== "Off") {
                if (s) s += ", ";  // Add a comma and a space if needed
                s += v;  // Add the selected value
        // Set this field value to the string
        event.value = s;
    You'll have to change the field name and starting/ending numbers to match your form.

  • Using Calc Manager to update values for Members with Text Data Type

    Hi All,
    In my outline I have a member of text data type. The purpose is to allow users to be able to enter comments.
    Each line item is created through a business rule and I am prompting the user to enter the key values at the launch of the calc manager rules. I want to be able to prompt the user for the comments in the calc manager rule because I know that it supports variables of type string. However I am unable to assign this string variable directly to the member.
    I appreciate that essbase only stores numeric data and that all text data type members really store numeric values which are basically the id's of the text string stored in a relational table by planning. however I cannot update the database table through calc manager and then bring in the generated id. Is there any way I can do this?
    I don't want to skip this field in the calc manager rule and expect the user to enter the comments AFTER the line item has been created because the users want this to be a mandatory field and insist that a new line item not be created unless comments are specified.
    Many thanks in advance for any help I can get.
    Shehzad

    If the comments are a set definition you could you smart lists in your planning forms.
    create this in your smart list
    xxxx = 1
    yyyy = 2

  • InfoObject Assignment in Transfer Rules for Characteristic with Compounding

    Hello,
    We have 0CUSTOMER InfoObject that has master data attribute of 0REGION, which in turn is Compounded with 0COUNTRY. When providing Rule Details for mapping from DSO to InfoCube, the 0REGION value is read from Master Data Attibute rule type and 0CUSTOMER is assinged under InfoObject Assgnmnt colum. However, do I also need to inlcude 0COUNTRY in the Rule Details as part of Source field since 0Region is compounded with it, and if so, do I also need to provide 0COUNTRY under InfoObject Assignment column for this compounded characteristic field? I hope I have not made it look more difficult of a question than it really is.
    Thanks.
    Rizwan

    Hi Durgesh,
    Let me try to rephrase the problem.
    I have a flat file that only contains customer number which populates a DSO 0CUSTOMER field.
    This DSO then feeds data to an InfoCube. This InfoCube has a Characteristic 0REGION that is mapped to 0CUSTOMER of the DSO. In the Rule details of this mapping, the rule type is selected as Master Data Attribute of 0CUSTOMER. Therefore, the source field becomes 0CUSTOMER and target is 0REGION. I also provide 0CUSTOMER under InfoObject Assgnmnt column of Source Fields table in Rule Details window.
    What I need to know is, should I also include 0COUNTRY as second source field as well as provide 0COUNTRY under the InfoObject Assgnmnt column as well, since 0REGION on its own is compounded with 0COUNTRY?
    Thanks.

  • Does iOS 5 support the Bluetooth Message Access Profile (MAP) for interacting with text messages in Ford Sync?

    I'd sure love to take advantage of Ford Sync's ability to read aloud and let me interact with bluetooth text messages by voice.  I had heard rumours that iOS 5 was going to support the Bluetooth Message Access Profile (MAP) like other phone manufacturers, but in my latest update I received while testing and reading other non-Apple sites, that appears not to be the case.
    Is this something I'd have to upgrade to the iPhone 4S to otherwise get?
    It's not Siri I'm interested in, just this particular feature to allow the phone to interact with my vehicle.  If there's a 3rd party app out there that helps I'm open to that idea too.  Thinking about what my next smart phone's going to be with LTE, and this is weighing in on my decision, lots of enterprise users out there with Ford as their company fleet vehicle too (hint hint!).  A nice way to save lives too for those who refuse to not read/reply to texts while driving (I'm not in that club, but many are).
    Kind Regards,
    Brian

    For the public record, here's the feedback I submitted based on Allan's suggestion.  Thank you both, guess I'll just cross my fingers and hope others share their feedback in a positive way to Apple too.
    I'd sure love to take advantage of Ford Sync's ability to read aloud and let me interact with bluetooth text messages by voice.  However it requires phones to support the Bluetooth Message Access Profile (MAP) like Android and other phone manufacturers.
    Humbly requesting this is something that gets added to a future iOS update.
    It's not Siri I'm interested in, just this particular feature to allow the phone to interact with my vehicle by using the vehicles embedded voice and heads-up display commands.
    Advantages:
    (1) Gives one less reason for Apple people to stray to Google
    (2) Saves lives too for those who refuse to not read/reply to texts while driving
    (3) Keeps drivers behaving legally (outside of common sense, many provinces and states have enacted laws to try and protect people against themselves)
    (4) A critical enterprise feature if Apple is attempting to continue to break into that market, most fortune 500 companies that have employees using fleet vehicles use Ford, but frankly other manufacturers coming to market with these features too.
    Thanks for consideration around this feature.  If you'd like to understand the use-case more or be pointed to threads in the discussion forum and 3rd party websites begging for this feature, happy to discuss.
    Kind Regards,
    Brian R. Kneebone

Maybe you are looking for