Ranges not working

I have doubt about ranges statement
my query is the below
SELECT * FROM t077s WHERE   ktopl EQ 'NCCA' AND
                              ktoks IN ('CONS','CONT','INVY').
    t_hkont-sign   = 'I'.
    t_hkont-option = 'BT'.
    t_hkont-low    = t077s-bisnr.
    t_hkont-high   = t077s-vonnr.
    APPEND t_hkont.
  ENDSELECT.
  SELECT * FROM bseg INTO CORRESPONDING FIELDS OF table
         t_bseg
                             WHERE
**************when removing this like its working*
                                   hkont in t_hkont  AND
**************but records there in db for this range***
                                   gjahr EQ p_gjahr  AND
                                   bukrs EQ 'NCCP'   AND
                                   bschl IN
('89','99','86','96','40','50') AND
                                   augbl EQ space    AND
                                   bustw EQ 'WE01'.
that t_hkont table having three rows
Kindly advise me how to handle..
prakash

Hi Kishore... yes i did what u said... but no records return...pls look the below
  SELECT * FROM bseg INTO CORRESPONDING FIELDS OF wa_bdc
  for all entries in t_hkont
                       WHERE
                             hkont gt t_hkont-low  and
                             hkont le t_hkont-high 
*intead of this line i tried like hkont eq t_hkont-low
*t_hkont-high , t_hkont not allowing bcsz it has to *declare the equvalent record right ??
                                   gjahr EQ p_gjahr  AND
                                   bukrs EQ 'NCCP'   AND
                                   ebeln IN t_po     AND
                                   bschl IN
                                  ('89','99','86','96','40','50') AND
                                   augbl EQ space    AND
                                   bustw EQ 'WE01'.
    MOVE-CORRESPONDING wa_bdc to t_bseg.
    APPEND t_bseg.
  ENDSELECT.

Similar Messages

  • "Select Color Range" not working. "Warning: No pixels were selected" returned when attempting to use. Using Photoshop CS6 on a Mac running OS X Yosemite

    "Select Color Range" not working. "Warning: No pixels were selected" returned when attempting to use. Using Photoshop CS6 on a Mac running OS X Yosemite

    Here are three screenshots in succession from trying to perform the color selection:
    Dropbox - Screenshot 2015-02-12 14.57.40.png
    Dropbox - Screenshot 2015-02-12 15.00.14(2).png
    Dropbox - Screenshot 2015-02-12 15.01.00.png

  • JavaScript Print Button Page Range Not Working Ubuntu Linux

    I have created a PDF file that has several button programed in Javascript to print a page or page range in the file.  It works great in Windows and Mac but in Ubuntu Linux there is a problem.  When you hit the button it brings up the Print window but it has all pages set to print instead of the 1 or 2 pages it is programed to print.  How do you fix this.  I used the following Javascript.  Please help.
    this.print({
    bUI: true,
    bSilent: true,
    bShrinkToFit: true,
    nStart: 1,
    nEnd: 1
    This is supposed to print only page 2 of the document but in Adobe Reader in Linux it wants to print page 1-12.  Apparently the nStart and nEnd does not work.  Is there another way to do this so it will work in Ubuntu Linux.
    Thanks

    I suspect that the problem has to do with the added security
    included in Flash 8 and above that restricts javascript. If you
    search the flash player KnowledgeBase on Adobe.com you'll find more
    detailed information about fixes, but here is what worked for my
    Javascripted items.
    Find your Program Files > Adobe > Adobe Captivate 4
    > Templates > Publish folder. Within the folder is a
    standard.htm file. Open this file (for this simple task, i just use
    notepad). In the script section, add...
    so.addParam("allowScriptAccess", "always");
    you'll see other similar param declarations. It doesn't
    matter the order.
    You can edit the individual .htm file if you want to test
    this first.
    That should do it.
    Here is the KB article that discusses the security features
    in greater detail:
    http://www.adobe.com/devnet/flashplayer/articles/secure_swf_apps_04.html

  • Select Color Range not Working

    i have been using adobe photoshop for over 10 years and suddenly, when i try to select color range, nothing is showing up as selected. even with a simple black and white image, with white or black as the sampled color, nothing gets selected. i don't if something changed in the application or if it is somehow not working correctly on mine. please help.

    Hi,
    What version of photoshop and operating system are you using?
    Nothing seems to be selected in the preview or when you actually exit color range?

  • PS CS5: select color range not working properly

    The color range is a grate command but it doesn't work properly when dragging the eye dropper across the image. This is especially noticeable with a low range value. When you start the selection (without pressing the shift key) and drag across the image only the end point is selected instead of the whole trace. Second, when dragging with the shift key pressed not the trace is added to the selection but a rectangular area. You can easily try this out by creating any one color image and lower the range value to about 5.
    In my opinion this is a bug or am I missing something?

    Hello,
    When you start the selection (without pressing the shift key) and drag across the image only the end point is selected instead of the whole trace.
    This behavior is as designed.  When you make a selection without holding the shift key, and you have the first eyedropper selected in the menu (the one that doesn't have a plus or minus sign) you are a making an initial selection on the image.  If you hold and drag this selection, it will just change the initial selection to match whatever destination you prefer on the image.
    Second, when dragging with the shift key pressed not the trace is added to the selection but a rectangular area.
    I can reproduce this behavior, too.  I believe this is also as designed, because the range is too small to make an organic looking selection.  I think the more standard workflow is to start with the range high (100%), make the selection of the localized color area you want to mask, and then reduce the range value as needed.
    Color Range isn't terribly intuitive to me, but it can be a powerful selection tool.  Photoshop Evangelist Russell Brown has a really good tutorial on Adobe TV about using color range.  Have you seen this before?
    http://tv.adobe.com/watch/the-russell-brown-show/the-secret-life-of-color-range/
    Hope this helps!

  • Variable Range not working in BPS-Layout.

    Hi BI Guru's,
    I am facing Problem in BPS - Layout.
    My requirement is to get YTD Budget Quantity in Single Coulumn. For Example, I need Quantiy for the Period 001.2009 to 12.2009 in single Column as Budget YTD 2009.
    For this I defined a variable on the Planning area, with the characteristics "fiscper" and in the selection condition i entered the range 001.2009 to 012.2009, but when i executed the layout it is showing the quantity for the perios 001.2009 only and not for the entire range.
    I tried with the User Exit also, where i copied the standard function module "UPF_VARIABLE_USER_EXIT"  to 'Z' function and modified to my requirement.
    Following is my Code for the Function Module
    clear eto_charsel.
    data ls_charsel type upc_ys_charsel.
    clear ls_charsel.
      i_area = 'ZUCOPA'.
      I_CHANM = 'FISCPER'.
      i_variable = 'ZACTDYTD1'.
      ls_charsel-chanm = i_chanm.
      ls_charsel-seqno = '1'.
      ls_charsel-sign  = 'I'.
      ls_charsel-opt   = 'BT'.
      ls_charsel-low   =  '2009001'.
      ls_charsel-HIGH   = '2009012'.
      insert ls_charsel into table eto_charsel.
    But the after using the Function Module in the User Exit area of Variable also, I am getting the Quantity for the Period 001.2009 only and not for the entire range ( 001.2009 to 012.2009 ).
    Please suggest some solution ASAP.
    Thanks in advance.
    Regards,
    VD.

    Hi Marc,
    Thanks For your Reply,
    I changed the Layout as suggested by you, where i have now 12 columns for Budget Quantity and a Total column( C1C2....C12).
    I do not want to show this 12 column and instead want to show only the total column, so I hide this columnn's in the change layout but after saving the layout these columns again appear in the layout.
    How do i hide these columns in the layout????
    Thanks
    VD

  • Range not working properly

    I have a report that will not return the proper records when use parameters of From product and through product. In my products table I have some parts that start with 0-xxx and 00-xxx where xxx is additonal alphanumeric characters along with some other part numbers. Example 0-42245-90 and 00-4790-0012-01C.
    If I enter a from product of 0 and a through product of 00-5333 I would expect both of these to show up but only part 00-4790-0012-01C does. If I enter a from product of  0-42245-90  and a through product of 00-4790-0012-01C then no records are shown but I expect both. If I enter a from product of 0 and a through product of 1a then both parts show, as expected. I sorted the report in product order and the  0-42245-90 product comes before 00-4790-0012-01C if they both show so I think I'm sure I enter the parameter values correctly. My question is why doesn't crystal show all the records it should?
    I think it is a bug because I ran the SQL that Crystal generated in the SQL connectivity tool and all recordes expected were returned no matter what range values I entered
    Here's the query:
    SELECT "Products"."Product", "Products"."Description", "Products"."CompanyID"
    FROM   "MAINDB"."PUB"."Products" "Products"
    WHERE  "Products"."CompanyID"='odsy' AND ("Products"."Product">='0' AND "Products"."Product"<='00-5333')
    ORDER BY "Products"."Product"
    This was done on Crystal XI

    I thought I gave examples of ranges already but here's more:
    If I leave the from product blank (or enter just a zero) and enter 00-4790-0012-01C in the thru product then I get 00-4790-0012-01C but I expect to get 0-42245-90 too. If I enter full product values of  0-42245-90 for the from product and 00-4790-0012-01C for the thru product then I still only get 00-4790-0012-01C. If I leave the from product blank and enter a thru products of ZZZZZZZZZZZZZZZZZZZZ then I get all my products.
    For whatever reason it looks like Crystal is thinking that 00-4790-0012-01C comes before 0-42245-90 when doing record selection but if you have a sort in the report Crystal puts 0-42245-90 before 00-4790-0012-01C.  If I run any of the queries that are not successfully showing 0-42245-90 outside of Crystal, the SQL tool has both 0-42245-90  and 00-4790-0012-01C as expected.

  • VPN ACL IP range - IP range not working

    Hi
    I'm having a smaller problem and need some help to clarify it.
    I'm NAT'ing my inside to my external interface when passing traffic through the VPN
    So
    access-list vpn extended permit ip external_interface 192.168.20.1 255.255.255.0
    I get hitcounts on this but it doesnt work.
    So I add this line instead (line 1)
    access-list vpn extended permit ip external_interface HOST 192.168.20.5
    access-list vpn extended line 2 permit ip external_interface 192.168.20.0/24
    And I can successfully connect to that host through the VPN connection..
    But why cant I use the network range (/24) ? Why must I use hosts to be able to pass traffic?
    Lets say that I want 192.168.10.0/24 to be able to communicate with my other VPN side who has ip 192.168.20.0/24
    My acl would look like this
    access-list vpn extended permit ip 192.168.10.0/24 192.168.20.0/24
    of course I have to insert another ACL rule in the no_nat ACL.
    But that doesnt work either? I have to manually type in the hosts in the 192.168.20.x/24 network to be able to connect to them?
    What am I doing wrong here?
    Thanks

    I have found something.. something strange
    I try to start the VPN tunnel and i get this while debugging crypto ipsec 200
    ASA(config)# IPSEC: New embryonic SA created @ 0x02644920,
    SCB: 0x026401F8,
    Direction: inbound <--
    SPI : 0x132D3130
    Session ID: 0x00003312
    VPIF num : 0x00000001
    Tunnel type: l2l
    Protocol : esp
    Lifetime : 240 seconds
    Direction Inbound?
    So I change my VPN ACL to make it host->host communication (from C net -> host) and restart the tunnel, I get the same message but this time its Direction: outbound
    anyone got any idea?

  • EVDRE - 'ALL' Keyword in Expand range not working when using ParentH2

    Hi experts,
    I am using a second hierarchy in my P_ACCT dimension (ParentH2). When creating a report with the ALL keyword in expand range (MemberSet) to show all members under P&L an error occurs (EVDRE cannot retrieve data). Without having the second hierarchy in the dimension the report works fine.
    Did anyone of you experience the same problem before? Is there a solution?
    Thanks in advance and best regards
    Felix

    Hi Sanjeev,
    thanks for your advice!
    Processing the dimension works without any issues.
    In the second hierarchy there are about 400 members (knodes and basemembers). That's roughly the same number of members as in the first hierarchy. Is there a known issue with the system when using the parentH2 property for that number of members?
    Thank you and best regards
    Felix

  • Colour Range Tool not Working in CC as it did in CS6.

    Hi,  I'm currently trying out Ps CC and have realised that the Colour Range tool is not working as it did in CS6. Rather than selecting the solid colour sampled by the eye dropper (in this case pink from a blue and pink design) it is selecting fragments of both colours. No amount of playing with the sliders is improving the selection clarity. Does anybody have a solution? Thanks Kayle.

    You will likely get more help in Photoshop General Discussion
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • Table range is not working!!

    Hello all,
    I am using the JHeadstart 10.1.3 production (build 91) and JDeveloper 10.1.3
    I have a main group and 2 detail groups (nested) and regions on the main group. I tried to limit the number of rows by the "table rangë", by selecting it and putting the number of rows and its not showing on the page. I am getting the entire rows.
    any comments about it
    thanks
    san

    San,
    Hmm, very strange. Is this the only page where table range is not working? Can you try creating a new project from scratch and see whether it works correctly there?
    Steven Davelaar,
    JHeadstart Team.

  • Print range with JavaScript does not work on Mac

    Problem: I am using this.print({bUI: true, nStart: 1, nEnd: 2, bSilent: false}); to print a range of pages. Works perfectly on Reader 8 and 9 and AcroPro 8 in Windows XP. Works in AcroPro 8 on OSX 10.4 but not in Reader 8.1.2 or 9 in 10.4 or Leopard.
    What happens: the print dialogue opens, the range is selected correctly and the pages radio button is selected, but the preview shows the first page, and clicking to print prints the whole document.
    Workaround: making any change - even adding and deleting a space - to the print range in the print dialogue immediately causes the preview to switch to the desired pages, and the range now prints as desired.
    Have submitted this as a bug, but wondered if there is another way to do this from a button, as we're on a deadline.
    Thanks

    See this: http://windows.microsoft.com/en-US/windows-vista/Take-a-screen-capture-print-screen
    OR http://www.sevenforums.com/general-discussion/75540-print-screen.html
    Granted this is not directly for Windows 8 but give it a try.
    {---------- Please click the "Thumbs Up" to say thanks for helping.
    Please click "Accept As Solution" if my help has solved your problem. ----------}
    This is a user supported forum. I am a volunteer and I do not work for HP.

  • Range Expander Not Working with MAC

    Have been using two WRE54G Range Expanders for over two years.  However, I wanted to add WEP to my system, but when I did that, the Range Expanders lights went RED.  I tried to access the SETUP, but for some reason I am unable to access it.  In any event, made the classic mistake of trying to fix something that really wasn't broken.  Have spent three chat sessions trying to resolve all the issues and of course, after solving one, another cropped up.  Here's where I'm at right now.  Still cannot access the Range Expander SETUP, but more importantly one of the Range Expanders is now no longer working with the MAC's that we have at home.  My wireless PC works fine, but each time I try to log in one of the MAC's, in the expander territory, it tells me that it's a secure connection, which it's not.  For now, I've unplugged one of the expanders and am only using one downstairs and while I have connectivity upstairs, it's not as good as when the expander was working.
    Any thoughts or ideas are appreciated.

    OK, my problem has now shifted to another issue.  I did as 'quack' suggested and got both expanders to apparently work, both had two blue lights.  I tried two of the MAC's we have, the third is out of the house at the moment.  Also tried my PC laptop, that worked as well.
    I then decided to activate WEP on the wireless router Linksys WRT54G.  Here is where it gets confusing.  Both expanders now have one blue light and one red light, but when trying to connect either of the MAC's it does prompt me for the network key, which once entered, both computers get on the Internet.  It took a while and a re-start for the PC to recognize the network as secure, but once it did and I entered the network key, it too worked. 
    What continues to baffle me is that there is no way I'm able to access the web setup for the extenders.  The other routers/etc in my network connect via http://192.168.49.xxx, however when I try this using '240' and/or '241' for the expanders, nothing happens.  If I try to ping those addresses, I get no reply. 
    What furthers confuses me, in that reading some of the other posts it seems that the expander actually showed up in your list of 'AVAILABLE WIRLESS NETWORKS', that is not the way mine is now, nor was it ever in that list.  I guess I should just leave well enough alone, since everything seems to be working, but I get the sense, it's not working properly.

  • Bluetooth  not working on my iphone 4 .using iOS 5..not able to search devices in range

    Bluetooth  not working on my iphone 4 .using iOS 5..not able to search devices in range.Need help on this.Any suggestion guys that would be very handy...

    To what device are you trying to pair your phone?  The iPhone doesn't pair with other phones or computers.

  • Page Range Printing Not Working In Snow Leopard

    I am trying to print multiple pages from the Help menu>User Manual...Selecting a range of pages to print using Reader 9.3.2 and Snow Leopard does not work. I can see the printer briefly accepting data, but no printing occurs. Reader works fine with other PDF documents.
    Chrlz_B

    This isn't quite correct! The 'booklet printing' facility was present (and worked - I've just checked it!) in Leopard (10.5); but, as with some other useful functionality, was lost on installing Snow Leopard (10.6).
    I suspect that it is a print driver function and that (since I'm using an HP laserjet) it will be up to HP as to when, or even if, they choose to reinstate this very useful function.
    Come on HP: let's have it please!

Maybe you are looking for