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

Similar Messages

  • 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

  • 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.

  • InfoObject with texts problem

    System: SAP BW DEV;
    Problem:  I wanted to make some changes with InfoProvider 0PROD_HIER___T, which is an InfoObject with texts. Finally, 0PROD_HIER___T disappeared, I don't see it in the treelist of InfoProviders (I actually don't think, I could delete it...). In the InfoPackage tab "Data Targets" I still can see data target name 0PROD_HIER___T. I want to bring it back to InfoProviders' list without any damage of system . Or maybe it's already deleted? 
    any minds for next steps? thnx

    Info object change mode ,master data/text tab , assign some Application component . then It will show in the info provider list .
    Ravi

  • 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 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

  • 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.

  • "InfoObject" with Text data is not showing description/heading/text in IDT...

    Dear All,
    I'm working on SAP NetWeaver 7.3 and I have an InfoCube for QM and recently I had a requirement to add an "InfoObject" which will show text. I added it into InfoCube and after loading my transaction data, I could see the text of newly added  InfoObject as well on "LISTCUBE" transaction. I refreshed the "Data Foundation Layer" on BO tool "Information Design Tool" and also inserted Candidate InfoObject (my newly added InfoObject"). But when I tried to show its values for "InfoObject" its showed me its values. But when I tried to show its text (heading) it threw following error:
    1. Firstly, I could not find Text Table or table for the newly InfoObject into "Data Foundation Layer" why?
    2. Why am I getting able error?
    3. Have I missed some step in BW which is causing an issue for not "Generating SID" for this InfoObject "Master Data Text"?
    4. How to resolve the above issue as I want to show its text into "InfoSpace" or BusinessObject Explorer?
    Many thanks!!!
    Tariq Ashraf

    Problem with JMS IKM of 10.1.3.5 for Hp-UX.
    Step 3 of IKM, where its truncating the schema, the systntax is wrong. The correct syntax will be.
    truncate schema < %=odiRef.getInfo("SRC_SCHEMA")%>

  • 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.

  • 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.**

  • 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

  • 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

  • Environment variables for use with EEM routing trigger?

    I've only recently started looking into EEM, and was hoping a guru here could clear something up for me:
    The docs do not show there to be any environment variables that can be used with EEM's "routing" trigger, to determine which route was added, changed, or modified.
    It seems odd that the trigger would allow you to fire specifically on adds or removes, but then give you no indication of the specific route that was added or removed. Is this info in some non-obvious generic variable?
    Or, is the only available approach to cache the route table, and then parse the whole table when the event fires? I haven't seen any examples that use this trigger; maybe because of this lack of any documented routing-specific variables?
    Thanks in advance!

    Every event detector has its own set of internal variables. These are different than environment variables. Environment variables are those you can modify in the config with "event manager environment". If you have a device which supports the routing event detector, you can run the command, "show event manager detector routing detailed" and that will show you all of the available internal variables.
    I actually did a programmatic applet example using the oruting ED for my Networkers session this past year. This example doesn't use any of the internal variables, but it will give you an idea of how this ED works:
    event manager applet route-watch
    event routing network 10.1.1.0/24 type add protocol ospf
    action 001 cli command "enable"
    action 002 set done 0
    action 003 while $done eq 0
    action 004 wait 5
    action 005 cli command "ping ip 10.1.1.1"
    action 005 regexp "!!!!!" "$_cli_result"
    action 006 if $_regexp_result eq 1
    action 007 cli command "config t"
    action 008 cli command "int Tunnel0"
    action 009 cli command "shut"
    action 010 cli command "end"
    action 011 set done 1
    action 012 end
    action 013 end
    This applet will be triggered when the route 10.1.1.0/24 is learned via OSPF. The applet will then try and ping 10.1.1.1, and when it is 100% successful, it will take down the backup tunnel interface. Because it may take a little while before the ping is 100% successful, the applet will loop until it gets a 100% success (or until the 20 second maxrun timer expires).

Maybe you are looking for