Collect funtionality on sorted tab whose nonkeyfields are not numeric

Hi,
i have a requirement to collect all the identical records i.e sort and sum by all indicatives for which i defined an internal table like this
sorted internal table
  field1(char)--keyfield
  field2(char)--keyfield
  field3(CHAR).....(but currency amount will be stored, as-is in db too)
  filed4(CURR).... currency field
  field5(char)
i need to COLLECT all the records in such a way that the field3 should be added on all the identical records and same as with field 4. the values for field1, field2 and field4 wont change if the key is same. im unable to do that bcos the collect wontt support this requirement.
In short i need to collect field3 and field4
how should i do that. your help would be appreciated.
Thanks,
Kranthi.

here is my requirement
internal table 1(sorted)
field1(10)-|-filed2(10)|-FIELD3-|-FIELD4-|-field5-|
type ckeyf-|- type c-keyf|type c|-CURR-|-typec|
though field3 is char, i need to add all the values because currency is stored in that field
field 4 is currency field
if the table contains entries like this
10000|0100|2000|3000|A
10000|0100|-200|-500|A
10000|0100|0500|0200|A
my final table needs to be like this
10000|0100|2300|2700|A
loop at itab1.
collect itab1 into ***
endloop.
it doesn't work and more over every non key field should be numeric to make this work..
how should my final internaltable look like and the process i need to follow. your help would be appreciated
Thanks,
Kranthi

Similar Messages

  • HT4623 My texts have stopped getting through to one of my contacts. I can phone him and I can receive his calls and messages. I am the only one of his contacts whose  texts are not getting through. We have both restarted our iphones but the problem contin

    My texts have stoipped getting through to one of my contacts. I can phone him and I can receive his calls and messages. I am the only one of his contacts whose  texts are not getting through. We have both restarted our iphones but the problem continues.

    Have you talked to your carrier (or your friend to his)?  Could be an issue at their end.

  • Determination of batch whose stocks are not available in system

    Hi SAPgurus,
    During batch determination , the system is determining a batch whose stocks are not available in system .(The stocks of that batch has been received and has been sold out 1 week back , In MMBE also the stocks of that batch is nil and another batch is available) .
    One imp thing to note that after determination , system is giving error message while performing PGI.But the question is why it is determining at all.
    Thanks in advance,
    Jignesh

    Kindly check the Storage Location against that Material & Plant as might be stock is available with that Batch in some different Storage Location.
    Best Regards,
    Ankur

  • USF on iTunes U collections such as Sustainability and iteach Initiative are not displaying new items even days after they are uploaded to the collections. The items show in the Preview of the collections but not Live view. not displaying

    USF on iTunes U collections such as Sustainability and iteach Initiative are not displaying new items even days after they are uploaded to the collections. The items show in the Preview of the collections but not Live view. not displaying

    Greetings;
    This seems to an ongoing issue (see related discussion link).  We've been experiencing the same update lag since last Friday.  The new additions to the Collection appear and are accessible in both the iPad and iPhone applications, but even though they additions appear in "Quick View", the material doesn't appear in the Collection itself.  Apple is aware of the issue and is investigating.  All the best...
    Syd Rodocker
    Tennessee State Department of Education
    https://discussions.apple.com/message/15461971#15461971

  • Billing tab of BP are not populated in the sales order automatically

    Hi
    Business Partners Billing Tab details like customer pricing procedure, currency, price group, Customer group etc are not populated in the Sales order automatically?
    I have checked the pricing procedure determination also.
    Thanks

    Thanks problem is solved.

  • Send and Schedule Tab in OBIEE are not enable.

    Hi expert,
    My scheduler is working fine with presentation services. But in BI Publisher schedule and send button are not enabled. Do we need to configure anything...
    Thanks,
    S

    Hi ,
    Yes we have to configure the Schedular.
    Please look at the below link
    http://obiee101.blogspot.com/2008/08/obiee-configuring-configuring-scheduler.html
    Thanks.

  • Select data from tab 1 that are not in tab 2

    hi,
    i want to select data (mnr, date) from tab1, which are not in tab2!
    what would be the best select-statement for this problem.
    select mnr, date from tab1 where ...???

    SELECT col1, col2 FROM tab1
    MINUS
    SELECT col1, col2 FROM tab2is one option. There are dozens of other approaches, some of which may perform better and some which may perform worse, but this is generally pretty efficient and pretty easy to understand.
    Justin

  • New Tab Page - thumbnails are not using the files from cache folder, but they want a connection to their origin website.

    Hi there,
    each time I visit a website, FireFox saves a thumbnail of all these sites for the "New Tab Page". Those thumbnails are cached in the 'thumbnails' Folder . That's so far ok for me.
    The problem is:
    Every time if I use the "New Tab Page" (...after shutdown & reopening the browser and only with 'mousehoover' on any thumbnail) all the thumbnails on that page don't use the cached thumbnails from the local profile folder.
    This means:
    Instead of using the cached thumbnail-files all(!) these thumbnails dials to their origin websites without(!) a mouseclick on any of these thumbnails (...see jpg pictures) !
    I'm using the "Clear history when Firefox closes" with the following options:
    privacy.clearOnShutdown.cache - true
    privacy.clearOnShutdown.cookies - true
    privacy.clearOnShutdown.downloads - false
    privacy.clearOnShutdown.formdata - true
    privacy.clearOnShutdown.history - false(!)
    privacy.clearOnShutdown.offlineApps - false
    privacy.clearOnShutdown.passwords - true
    privacy.clearOnShutdown.sessions - true
    privacy.clearOnShutdown.siteSettings - false(!)
    So, i can't believe that this homedialing of pinned and unpinned thumbnails should be a normal function.
    1. Screenshot: thumbnails in the New Tab Page
    2. Screenshot: the same thumbnails in the Cache Folder "thumbnails" (...also they are there after shutdown of Firefox)
    3. Screenshot: Dialing to the origin websites (...after restart of Firefox)
    The Browser Version is Firefox ESR 31.2.0 and in the installation are no Add-ons, which are - for example - prefetching linked websites.
    I would like to use the "New Tab Page" without 'homedialing', so the question is:
    How can I force the thumbnails to use the cached thumbnail-files ?
    or
    How can i disable the 'loading of content from their origin websites' already on mousehoover ?

    There is a preload pref available that you could try to disable on the <b>about:config</b> page.
    *browser.newtab.preload = false
    You can open the <b>about:config</b> page via the location/address bar.
    You can accept the warning and click "I'll be careful" to continue.
    *http://kb.mozillazine.org/about:config

  • Focus issue: why Tab and cursor are not in sync?

    Hi, All:
    I have a MyTextArea which is a subclass of JTextArea. In processComponentKeyEvent, transferFocus() is called on Tab key. The panel has some MyTextArea's and other GUI components. Here is the problem that is bothering me now:
    The cursor does not move with tab, but if you begin to type, it's the next field which accepts the input. For example, the cursor blinks at field 1 (a MyTextArea) when the application is brought up, the tab key is pressed, the cursor is still blinking at field 1, but if I type, field 2 displays the content.
    Not only the tap does not move the cursor, neither a mouse click will do.
    But if I switch applications, i.e., activate another program and then come back to my application, the cursor then can be moved by tabbing or mouse clicking!
    If anyone has any thoughts on this issue, please let me know.
    Many thanks in advance!
    --Joshua

    Hey alon abraham,
    I found an article that specifically mentions audio being out of sync with the image on-screen for Windows 7 computers. There are a few troubleshooting steps that don't look like they apply to your situation, but I'd read through the whole article because many of them are applicable:
    Troubleshooting iTunes for Windows Vista or Windows 7 video playback performance issues
    http://support.apple.com/kb/ts1718
    Have a good one,
    David

  • On cross tab, sub totals are not displaying...

    i build the cross tab report.
    region  period    status_cnt
    ========================
    south   apr-07     10
         may-07     10     
         jun-07     15
            sub-total 35
    north   apr-07     18
         may-07     75     
         jun-07     15
            sub-total 108
    grandtotoal 143and when i applying subtotal and grand totals its returning nulls.
    i tried sum,cell sum but didn't worked out.
    and i am not suppose to use cellsum distinct (status_cnt is repeating.)
    how i have to display subtotals and grand totals in my cross-tab report.
    i am using OracleBI Discoverer Plus 10g (10.1.2.1)

    Hi,
    try to cerate a new calc :
    nvl(status_cnt,0)
    and create the totals on it,
    I think you got nulls in that column so it wont aggregate properly.

  • Tab bar icons are not loading. (bookmarks bar icons ARE)

    In the last week (or so, I don't know exactly when this started happening) the icons on my tab bar started first of all, not refreshing - if I loaded a site onto a tab that had previously been showing a favicon the new icon wouldn't load - and then not loading at all.
    I have a desktop PC and a laptop, both running Windows 7, both were running Firefox 4 but I've just upgraded the laptop to 5 to see if that fixed the problem. it didn't. I've tried Check Places, deleted places.sqlite - places.sqlite-journal wasn't there so I couldn't delete that; checked browser.chrome.favicons;true
    browser.chrome.image_icons.max_size;1024
    browser.chrome.site_icons;true
    which were all OK.

    Firefox Help already had an answer for me - should have looked better: https://support.mozilla.org/en-US/kb/latest-firefox-issues#w_icons-missing-in-the-bookmarks-menu
    IT WORKS PERFECTLY NOW!!! THANK YOU!

  • Tabs And History are not syncing

    On my iPhone 4, with the updated Firefox Home app, my bookmarks sync, but I show zero tabs and zero history. I have open tabs on the main pc. The bookmarks seem to sync fine.

    Hi Ostrich,
    You can't see all your history, but you can search your history and find the sites that you navigated. If you want to see the youtube videos that you saw last week you can type "youtube" in the search bar and you will see all the youtube pages that you have navigated.
    If you want to remember what was the site about cats that you visited, you can also type "cats" and you will get the site in return.
    I hope this is helpful.
    Best,
    Ibai

  • User Variables values are not showing in Bex analyzer

    Dear Friends,
    I created a report in Bex analyzer ( Excel).
    Now i want to show the variables values in the report.
    i put text item there and click on it but in filter tab there is no variable is exist.
    Any help will be highly appricated.
    Regards
    Naeem

    dear i know how to display the variable values.
    But unfortunatilly there is nothing appear in filter tab.
    my variables are not in filter tab its empty.
    i already choose the data provider.
    regards
    Malik

  • Contracts tolerances are not transfering to SRM SC PO

    Hi SRM Expects ,
    contract tolerances not transfering to SRM SC PO .
    We have created a SC based on the contract with  Product category and Supplier , when SC is orderd and PO is created , i can see Contract number in item tab , but  tolerances are not coming from contract in to the  SRM PO.
    contract allocated already before SC was sent for approval. The PO claims, when looking on item detail, it is connected to contract .. But no tolerance
    limits have been transferred from contract to the PO.
    Reagrds,
    Krishna.

    Dear Poster,
    As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.
    Best Regards,
    SDN SRM Moderation Team

  • Shortcuts on Firefox 5.0 (Mac), including Cmmd+D and Cmmd +T, are not working.

    For seemingly no reason, shortcuts on FF5.0 stop working. This is easily replicable, at least on my computer. This usually happens when I try and bookmark a page using Cmmd+D. The first time, it does nothing at all. The second time, the text "<Cmmd Symbol>+D" disappears from next to the "Bookmark this page" option in the Bookmarks toolbar. I can still add a page to bookmarks by going to ''Bookmarks -> Show all bookmarks -> Add bookmark'' and typing the name and URL in manually, but this is incredibly tedious.
    Whenever this occurs, the shortcuts to open a new tab (Cmmd+T) and hide Firefox (Cmmd+H) also stop working.
    This problem is easily resolved by restarting Firefox, but once it has been open for 15-20 minutes or after successfully bookmarking 3-4 pages it happens again.
    Please help!

    dmcritchie, thanks for offering that advice. Unfortunately, the only extensions I have installed are:
    AdBlock Plus, Alexa Sparky, BlackSheep,
    Download Statusbar, Download Helper, Evernote Clipper,
    Extended Status Bar, F1 by Mozilla, Memory Restart,
    Personas, SimilarWeb, Stylish,
    Swoosty SEO Tools, Webrank Toolbar and Xmarks.
    All of these are updated to their latest versions.
    I think it may be because I have both Xmarks and Firefox Sync running, but that does not explain how the shortcuts for New Tab, Hide, etc. are not functioning. I have restarted in Safe Mode without Xmarks, but the problem persists. I have also tried resetting toolbars and emptying the cache.
    Thanks again for your help, but any other advice would also be appreciated.

Maybe you are looking for