How can i manipulate Filter for a free characteristic?

Hello,
I have an report with free characteristic 0material.
When the user restricts values for 0material, the report should add value "#" automatically whatever the user selects.
Example:
Material: aa123, aa124,aa125, #.
when i filter:
aa123 --> query: aa123+#
aa124 --> query: aa124+# and so on.
i'm trying to do this with user exit for global variables but i'm not beeing sucessfull.
Any ideia?
Thanks a lot,
Regards,
Maria

Hi,
What i want is:
if the user input is M001 then ABAP should convert it as M001,#
If the user input is M001, M002 then ABAP should convert it as M001, M002,#
If the user input is M001, M002, M003 then ABAP should convert it as M001, M002, M003,#
is like M001 or M002.
i tried with several options and nothing works.
Last change:
Only 1 one variable with Changeable with Query Navigation function active and user input not active.
ABAP code:
    IF i_step = 2.
      CLEAR loc_var_range.
      loc_var_range-vnam = 'VAR1'.
      loc_var_range-iobjnm = 'INFOOBJECT'.
      loc_var_range-sign = 'I'.
      loc_var_range-opt = 'EQ'.
      loc_var_range-low = '#'.
      APPEND loc_var_range TO i_t_var_range.
    ENDIF.
This is still not working. I executed the query in debug and i notice that table i_t_var_range does not have the new entry with # in step 3.
Am i doing somethign wrong?
Thanks
Maria

Similar Messages

  • I have two iphones, different telcos, i am using the same apple id for both - how can i use the 10GB icloud free memory of my new iphone 5?

    I have two iphones, different telcos, i am using the same apple id for both - how can i use the 10GB icloud free memory of my new iphone 5?

    Thank you KiltedTim!
    YES, that is the free 5GB icloud memory for each apple ID. Can I not add the free 5Gb of my second Iphone to my original apple ID (5GB also) as I want to use one Apple ID name on both 2 Iphones? Is it necessary to have a different apple ID for the second Iphone to avail the free 5GB it carries with it?

  • Deleted iphoto by accident how can i redownload it for free?

    deleted iphoto by accident how can i redownload it for free?

    reinstall from the original source
    Could be
    1 - the restore disks that came with the computer
    or
    2 - the iLife DVD that you purchased
    or
    3 - the app store - log in under the Apple id used to purchase the software or to set up the computer - look under purchases - you might have to unhide or accept the Application first
    LN

  • Keep getting error message 4310 when trying to burn music onto CD? How can I fix this for free?

    Keep getting error message 4310 when trying to burn music from playlist onto CD. How can I fix this for free?

    You can use the email form here >  Apple - Support - iTunes Store - Contact Us
    iTunes Store & Mac App Store: About your Apple ID and password

  • I just bought a macbook pro. But I got Lion instead of Moutain Lion. How can I upgrade it for free?

    I just bought a macbook pro. But I got Lion instead of Moutain Lion.
    I tried to upgrade it in the app store, but it requires me to purchase it first. I thought that I suppose to get mountain lion straight away.
    How can I upgrade it for free?

    Dzufar wrote:
    Sorry, i forgot to response. I've gone to the store where i bought the macbook. I told them about this, they said that they were sorry about the services and that they cannot do anything about it. They asked me to call the apple service about the upgrade. I called the services, and all that they said was the period where upgrade is free was over. and if i want to upgrade it, I have to buy it. No free upgrade. And said that he cannot comment anything about the services provided by the store.
    oh well. just have to live with it.
    Oh yes they can!  Apple's policy is that you have 14 days from the date of purchase to return the comp.....no questions asked!
    You should return it, get your $$$ back.  Then purchased another one that has ML from a reputable Apple reseller and/or from an Apple Store (online or off). 

  • How can I purchase items for app when the app was loaded on another ID before? I has to Chang my AppleID and also transferred an app to new phone. I can't purchase items for app because it wants me to buy the app through new ID. The app was free.

    How can I purchase items for app when the app was loaded on another ID before? I has to Chang my AppleID and also transferred an app to new phone. I can't purchase items for app because it wants me to buy the app through new ID. The app was free.

    All apps (and other content from the store) are tied to the account that downloaded them, whether or not they are free. To do in-app purchases in that app you will either need to log in with the account that downloaded it, or delete it (which will delete its content) and download it with your currently logged in account if you want to do IAPs on that account.

  • HT201209 I have right to rent 2 movies for free. How can I see where is my free account or if I rent some movies Apple don´t take any pay?

    I have right to rent 2 movies for free. How can I see where is my free account or if I rent some movies Apple don´t take any pay anymore?

    Not all content types are available in all countries, Apple can only sell content where the copyright holder has granted them a license to do so, and is some cases what a country's laws allows them to - a list of what is available where is shown on this page : http://support.apple.com/kb/TS3599

  • HOW TO: Add /manipulate columns for a GridControl

    HOW TO: Add /manipulate columns for a GridControl when the columns (attributes) are from different entity objects.
    This HOWTO describes the basic steps of using attributes from different entity objects for a GridControl.
    One way you can create a GridControl which contain attributes from different entity objects is to create a view object and base it on the entity objects which contain
    the desired attributes.
    Here are the basic steps:
    1.Create a new view object (or use an existing view object) by selecting File>New from the menu, clicking the Business Components tab and double-clicking
    on the View Object icon.
    2.In the View Object wizard change the name to something meaningful.
    3.Select the entity objects you will base your view object on.
    4.Nivigate to the attribute screen and select the attributes you would like to include in your view object from each entity object. At this point you can also create
    a new attribute by clicking the "New" button. The new attribute can be a concatenation of other attributes, derived from a calculation etc.
    5.In the query panel of the View Object wizard, click "Expert mode" and enter a query statement. You write complex queries such as decoding a set of attribute
    values.
    6.Add your newly to your newly created view object to the application module by double-clicking on the application module in the navigation pane and selecting
    your view object from the list.
    7.Create a new row set.
    8.Bind row set to a query by editing their queryinfo property and selecting your view object and its attributes from the queryInfo pane.
    9.Create a GridControl and bind it to the row set by editing the dataItemName property of the GridControl. Since the GridControl is bound at the row set level
    all of the related attributes are automatically added.
    null

    Michael,
    Are you intending this as a commercial solution or a work around?
    To take an existing equivalent, one would build a view in the database tailored for each grid in an Oracle Forms application. Or a separate query layered over tables for each form/grid in a Delphi or Access application? Even if it is ninety nine percent the same over half a dozen forms/grids?
    And now you've added a whole slew of "slightly different" rowSetInfos to maintain.
    So if you wanted to add a column that needs to appear everywhere... you've just increased the workload multi-fold?
    That would be a management nightmare, wouldn't it? Not to mention yet more performance cost and a slower system?
    Hmmmm..... I'm not sure I like where this is headed... someone needs to do some convincing...
    null

  • How can I get the amount of free space that is on my drive to show at the bottom of the drive in Lion.

    How can I get the amount of free space that is on my drive to show at the bottom of the drive in Lion.
    This is a must feature for me and I may have to go back to Snow Leopard.
    Please help!

    Right click on your desktop and choose "viewer options". Adjust the spacing and the size of your icons and you should be able to see the size of your drive(s) and the free space available on each drive with the exception of your bootcamp drive which will only show the overall size of the drive you have it on.  This may be different if you only have one system drive (like on a Mac Book Pro) with a partition containing bootcamp on it. this may only show you the overall capacity, I can't say for sure though as I only use a Mac Pro with 4 seperate Hard Drives which are showing both overall capacity and free space available. Hope this helps
    Denisimo

  • How can I transfer my Skype to free call, not cred...

    How can I transfer my skype to free call not cridet
    Enquiry transferred to create new topic;
    subject/title edited accordingly.

    Hi, HanaDabbas, and welcome to the Community,
    Calls between Skype users are always free of any charge; if your calls require credit (or ask for a subscription), this means you are placing calls to fixed or land lines or mobile numbers, which require credit or a subscription to pay for the call charges.
    You do not need to "change" your account; simply add those to whom you wish to call to your Skype contacts list.  They will need to create their own Skype accounts in order to do this.  More details here: https://support.skype.com/en/faq/FA10935/calling-someone-who-s-on-skype-windows-desktop   This FAQ article is customized for several other operating systems and mobile platforms.
    Regards,
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • How can I get iWork for my MBP 2011

    How can I get iWork for my MacBook Pro 15" late 2011?
    The Up-to-Date programme doesn't operate for this model
    iWork is now free for iOS - can I get it for Mavericks 10.9.4?
    Thanks
    Philip

    philippo wrote:
    How can I get iWork for my MacBook Pro 15" late 2011?
    Mac App store or you can use iWork at iCloud.com for free.
    iWork for iOS is free for new iOS devices.

  • How can i download applications for my mac

    How can i download applications for my mac for free

    At the App Store you can download any file that is available for free. Then there are other sites such as MacUpdate.com where you can also find free files to download.

  • How Can I Get the Amount of Free Disk Space Using space using windows 7 please share example using GetDiskSpace

    How Can I Get the Amount of Free Disk Space  using windows 7 please share example using GetDiskSpace i have already studied http://digital.ni.com/public.nsf/allkb/9958B8E473C4EF1786256BBC0053B64F

    Reading your question a bit more in detail, I doubt whether you are using Win32 API GetDiskFreeSpace function (for which my previous post is the solution) of Programmer's Toolbox GetDiskSpace function.
    With reference to the second one, it works even with disks larger than 2GB but you need to use the proper formatting code to display the returned value. I updated my example to show total free space in the debug output window and added a comparison with 3GB value using UInt64TypeCompareUInt from the Programmer's Toolbox.

  • How can validate the ASM size and free space correctly?

    Dears ,,
    I faced problem in ASM size as it appeared in alert file as below
    ORA-19504: failed to create file "+DG_DATA"
    ORA-17502: ksfdcre:4 Failed to create file +DG_DATA
    ORA-15041: diskgroup space exhausted
    So we resize ASM space and large it. But we faced the same problem also although there is free space in ASM.
    It seems that the shown free space is not real.
    How can validate the ASM size and free space correctly?
    Thanks & Regards,,

    *Oracle DBA* wrote:
    Dears ,,
    I faced problem in ASM size as it appeared in alert file as below
    ORA-19504: failed to create file "+DG_DATA"
    ORA-17502: ksfdcre:4 Failed to create file +DG_DATA
    ORA-15041: diskgroup space exhausted
    So we resize ASM space and large it. But we faced the same problem also although there is free space in ASM.
    It seems that the shown free space is not real.
    How can validate the ASM size and free space correctly?
    Thanks & Regards,,
    I was having this problem. Im my case i couldn add datafiles to a tablespace despite the fact that i was having a lot of space in the asm. Try rebalancing. It might help. In my case rebalancing also didn work because it seems that there need to be a threshold space in all the disks for the rebalancing to happen which was not in my case, so i had to shrink some unused space in the tablespace and then after gaining the required space I rebalanced the disk and then the disks got rebalanced, also i was able to use the free space that was showing .

  • HT1311 How can I get updates for apps with new Apple ID

    How can I get updates for apps with new Apple ID. I have apps that I got for free, and some that I have purchased. I had to create a new Apple ID because I don't have a credit card now.

    Apps will always be tied to the ID in which they were purchased or downloaded under. You can not change this unless you buy or download the free  app using the new ID.

Maybe you are looking for