FM that can give  complete list of objects that another object settles to??

Hi All,
We are fetching Order and its corresponding Partner Object from COBRB table.
For all the partner objects,no.of settled objects are fetched.
All this data is fetched by looping at corresponding internal tables.
We want to know if there is any standard FM to fetch the data mentioned in the above scenario.
This is how the flow goes in our program:
In COBRB:
Objnr OR9D0000100089--> settlement receiver object KSPSEG0000001452
CSSL:
CO area : PSEG; Cost center : 1452; Fiscal Year : 2007> 11 entries> Objnr - KLPSEG0000001452T1080
COSS:
Objnr KLPSEG0000001452T1080, Fiscal Year : 2007> 53 entries> Partner Object – OR000100394469
COSS:
Objnr OR000100394469, Fiscal Year : 2007 >81 entries> Partner Object –PR00288374
COSS:
Objnr PR00288374, Fiscal Year : 2007> 36 entries> Partner Object – OR9D0000100089
Thanks in Advance,
Prathima

Hi,
Question is not clear.
Revert back,
Regards,
Naveen

Similar Messages

  • Function Module which gives complete list of objects that another object to

    Hi All,
    Is there any standard FM that can give us complete list of objects that another object(Order/Cost Center) settles to??
    Thanks in advance,
    Prathima

    Hi,
    Question is not clear.
    Revert back,
    Regards,
    Naveen

  • Trying to crop layer, getting "Can't complete because smart object not editable" message

    Using PSE v9 on a Mac
    I have a layer with an image that I want to crop around an element on the image. I've selected the area and inversed, then hit delete (why isn't there just a 'Crop' command?) and am getting a message that says:
    "Could not complete your request because the smart object is not directly editable."
    I'm not clear what a smart object is and whey they're not editable, and how I can make this editable, and how does that change the image.
    Thanks
    doug

    You don't won't to crop the whole photo, just delete the area from the layer
    that you've selected?
    Two ways:
    1. Go to Layer>Simplify Layer before using delete.
    2. If you want to keep the smart object, select the area you want to keep, not
       delete, then hit the Add Layer Mask button at the bottom of the layers panel.
    A smart object is usefull for resizing an image layer over and over without losing
    quality (the image doesn't pixelate like it does on a non smart object)
    If your not planning on doing lots of resizing or transforming on the layer, then removing
    the smart object by Layer>Simplify Layer won't make much difference.
    MTSTUNER

  • Live Update doesn't give complete list

    I've just update to Live Update 3.72. I do ann AutoSearch but some utilites do not show up in the list such as Digicell and Core Centre. Anyone else have this problem?>
    Thanks

    works for me on 3.67.000.
    I skipped the update for live update since i don't need it yet.

  • Best Practice for caching global list of objects

    Here's my situation, (I'm guessing this is mostly a question about cache synchronization):
    I have a database with several tables that contain between 10-50 rows of information. The values in these tables CAN be added/edited/deleted, but this happens VERY RARELY. I have to retrieve a list of these objects VERY FREQUENTLY (sometimes all, sometimes with a simple filter) throughout the application.
    What I would like to do is to load these up at startup time and then only query the cache from then on out, managing the cache manually when necessary.
    My questions are:
    What's the best way to guarantee that I can load a list of objects into the cache and always have them there?
    In the above scenario, would I only need to synchronize the cache on add and delete? Would edits be handled automatically?
    Is it better to ditch this approach and to just cache them myself (this doesn't sound great for deploying in a cluster)?
    Ideas?

    The cache synch feature as it exists today is kind of an "all or nothing" thing. You either synch everything in your app, or nothing in your app. There isn't really any mechanism within TopLink cache synch you can exploit for more app specific cache synch.
    Keeping in mind that I haven't spent much time looking at your app and use cases, I still think that the helper class is the way to go, because it sounds like your need for refreshing is rather infrequent and very specific. I would just make use of JMS and have your app send updates.
    I.e., in some node in the cluster:
    Vector changed = new Vector();
    UnitOfWork uow= session.acquireUnitOfWork();
    MyObject mo = uow.registerObject(someObject);
    // user updates mo in a GUI
    changed.addElement(mo);
    uow.commit();
    MoHelper.broadcastChange(changed);
    Then in MoHelper:
    public void broadcast(Vector changed) {
    Hashtable classnameAndIds = new Hashtable();
    iterate over changed
    if (i.getClassname() exists in classAndIDs)
    classAndIds.get(i.getClassname()).add(i.getId());
    else {
    Vector vc = new Vector();
    vc.add(i.getId())
    classAndIds.add(i.getClassname(),vc);
    jmsTopic.send(classAndIds);
    Then in each node in the cluster you have a listener to the topic/queue:
    public void processJMSMessage(Hashtable classnameAndIds) {
    iterate over classAndIds
    Class c = Class.forname(classname);
    ReadAllQuery raq = new ReadAllQuery(c);
    raq.refreshIdentityMapResult();
    ExpressionBuilder b = new ExpressionBuilder();
    Expression exp = b.get("id").in(idsVector);
    roq.setSelectionCriteria(exp);
    session.executeQuery(roq);
    - Don

  • I have a requirement where I have to give the list of users who can access a specific computer. I am new with PS. Do you have a script to list users that can access a computer object of AD ?

    I have a requirement where I have to give the list of users who can access a specific computer define in AD.
    I am new with PS.
    Do you have a script to list users that can access a computer object of AD ?
    I have executed the following script  but it does not give me the access rights of who can access the computer 'computername'
    How can i have this information. please help
    Import-Module activedirectory
    $computer=get-adcomputer "computername" -properties ntSecurityDescriptor
    $omputer.ntsecurityDescriptor.Access | select-object -expandproperty IdentityReference | sort-object -unique

    I would say that, since the OP has so little info, there are no policies in use.  It there were then this question would never be asked the way it is being asked.
    I had a client call with a letter from their insurance company; an accountant with malpractice insurance.  THey asked the same question inmuch the same way.  "What computer can you users access?"  The question should be more like
    "Do you have a policy that restricts access to computers and do you audit for compliance?"
    I have had other clients whose insurance asked the question in that way.  It produces a better view of what should be happening and how to show compliance.
    I recommend that companies being asked these questions by their legal departments or insurance companies should contract with a god computer security consultant to assist with answering these very tricky questions.  Of course if it is just you boss's
    curiosity  then you may need to discuss his requirements with him in more depth.
    ¯\_(ツ)_/¯

  • HT3275 My time machine is sending me messages that the disk image is "already in use" as the reason it can't complete a backup. What gives?

    My time machine is sending me messages that the disk image is "already in use" as the reason it can't complete a backup. What gives?

    That is our most common error.. ever since Mountain Lion came along with its inability to remember beyond a few hours. where the devices are located.. and so forgets to dismount properly.
    Look at the right hand.. More Like This.
    A simple restart fixes it. ie pull out the power cord.. count to 10.. plug the power cord back into the TC.
    More details C12 here.
    http://pondini.org/TM/Troubleshooting.html

  • Key Mapping - where can I find a complete list?

    Hi,
    I would like to find a complete list of key mappings which maps all keys on the keyboard to JFN 's "Java Function Numbers". The fmrweb.res covers most keys, but not Escape, Insert, Delete, Pause/Break to name a few.
    i.e.
    JFN
    35 : 0 : "End" : 76 : "Enter Query"
    We are currently using these in our Forms 3.0 application through a vt220 terminal emulator and we are in the process of upgrading to 9i (I believe 6i has the same mapping file).
    Cheers,
    Tim.

    After a painful process of opening a tar at metalink, given references to docs that I can't access/don't exist, then finally given the answer in hex (when Forms wants decimal), I now have the full list which I have converted to decimal for the next guy that hits my problem. phew...
    Here it is: You'll need the decimal for the fmrweb.res file, not the hex (cut and past this into Excel/Word, it should be tab delimited)
    e.g.
    27 : 0 : "Escape" : 32 : "Exit"
    19 : 0 : "Pause / Break" : 36 : "Commit"
    Forms Function     Hex     Dec
    CANCEL     3     3
    CLEAR     0C     12
    SHIFT     10     16
    CONTROL     11     17
    ALT     12     18
    PAUSE     13     19
    CAPS_LOCK     14     20
    ESCAPE     1B     27
    SPACE     20     32
    PAGE_UP     21     33
    PAGE_DOWN     22     34
    END     23     35
    HOME     24     36
    LEFT     25     37
    UP     26     38
    RIGHT     27     39
    DOWN     28     40
    COMMA     2C     44
    PERIOD     2E     45
    SLASH     2F     46
    0     30     48
    1     31     49
    2     32     50
    3     33     51
    4     34     52
    5     35     53
    6     36     54
    7     37     55
    8     38     56
    9     39     57
    SEMICOLON     3B     59
    EQUALS     3D     61
    A     41     65
    B     42     66
    C     43     67
    D     44     68
    E     45     69
    F     46     70
    G     47     71
    H     48     72
    I     49     73
    J     4A     74
    K     4B     75
    L     4C     76
    M     4D     77
    N     4E     78
    O     4F     79
    P     50     80
    Q     51     81
    R     52     82
    S     53     83
    T     54     84
    U     55     85
    V     56     86
    W     57     87
    X     58     88
    Y     59     89
    Z     5A     90
    OPEN_BRACKET     5B     91
    BACK_SLASH     5C     92
    CLOSE_BRACKET     5D     93
    NUMPAD0     60     96
    NUMPAD1     61     97
    NUMPAD2     62     98
    NUMPAD3     63     99
    NUMPAD4     64     100
    NUMPAD5     65     101
    NUMPAD6     66     102
    NUMPAD7     67     103
    NUMPAD8     68     104
    NUMPAD9     69     105
    MULTIPLY     6A     106
    ADD     6B     107
    SEPARATER     6C     108
    SUBTRACT     6D     109
    DECIMAL     6E     110
    DIVIDE     6F     111
    F1     70     112
    F2     71     113
    F3     72     114
    F4     73     115
    F5     74     116
    F6     75     117
    F7     76     118
    F8     77     119
    F9     78     120
    F10     79     121
    F11     7A     122
    F12     7B     123
    DELETE     7F     124
    NUM_LOCK     90     144
    SCROLL_LOCK     91     145
    PRINTSCREEN     9A     154
    INSERT     9B     155
    HELP     9C     156
    META     9D     157
    BACK_QUOTE     C0     192
    QUOTE     DE     222
    I'm going to drop a few more keywords at the end here so hopefully Oracle's Forum search will find this message for those that are looking... maybe even google if we're really lucky...
    Forms 9i Key Mapping 6i fmrweb.res Java Function Number Forms function number JFN : JMN : URKS : FFN : URFD Character mode conversion migration web gui frmpcweb.res ascii codes

  • When bookmarking a page, I can't get the complete list of bookmark folders to dropdown in order to select any folder in which to bookmark page. What do you set to get whole list of folders in Bookmarks to drop down?

    When bookmarking a page, I can't get the complete list of bookmark folders to drop down in order to select any folder in which to bookmark page. The 'Folder:' bar has 'Bookmarks Menu' showing. The arrow on the bar drops down 5 recent folders to which pages have been saved, but the pop down arrow to the right of the bar just opens to show the three categories and 'New Folder' button. What do you set to get whole list of folders in Bookmarks to drop down?

    To all, embarrassingly enough, I have discovered that I didn't know how to expand the three categories including 'Bookmarks Menu' in the 'Bookmark This Page' pop up interface. It was expanded by default on the initial Firefox opening and first page bookmark attempt. Next use it only showed categories. I clicked and double clicked the 'Bookmarks Menu' line, but failed to see the small, shaded triangle used to expand/collapse list. If it appears collapsed, just tap triangle at left of line to see all folders. It seems to open the same way after I do it for first time. Sorry for the inconvenience, and thanks for all the attempts to help.

  • Does anyone know where I can see a list of animated objects - iBooks Author

    Does anyone know where I can see a list of 3D files / animation /animated objects to put into my own iBooks Author publications?
    I have been told you can get these as free downloads - if not can anyone help me or point me in the right direction as to how I create my own?
    Any software that I need etc... Want to jazz up my content a little - seen so many adverts showing this content but until now I have been unable to access any of it?
    Thanks guys
    Tim

    Here is nice tutorial abot 3D models and Google Model library http://www.youtube.com/watch?v=4rsNA04el2U&feature=related

  • Why does Apple not give a list of error messages and possible solutions? I have the (-54) error continually that has suddenly appeared and cannot find a solution, even though other users seem to have the same problem.

    Why does Apple not give a list of error messages and possible solutions? I have the (-54) error continually that has suddenly appeared and cannot find a solution, even though other users seem to have the same problem.

    This is a user to user forum.  Apple isn't here and won't answer you.  You need to contact Apple directly.  You can use the Contact button at the bottom of the screen.

  • Have macbook pro with OS X yosemite 10.10.1 that i need step by step procedures to clean so I can give it to someone else, need help

    have macbook pro with OS X yosemite 10.10.1 that i need step by step procedures to clean so I can give it to someone else, need help

    Before you sell or give away your computer, in addition to the steps listed in this support article, take these steps:
    1. Run Apple Diagnostics or the Apple Hardware Test. The buyer will do this (or he should), and you don't want to be surprised by the results.
    2. Reset the PRAM and the SMC, which might contain personal information.
    3. If you set a firmware password, remove it by running Firmware Password Utility in Recovery mode.
    4. If you activated FileVault in OS X 10.7 or later, turn it off.
    5. If you use Boot Camp, the partition must be deleted.
    6. If you created any other data partitions on the internal drive, remove them in Disk Utility.
    7. If the machine has an internal hard drive, erase the one remaining data partition with the option to zero out data. An SSD doesn't need to be zeroed.
    You can't legally or practically transfer any software downloaded from the Mac App Store to the new owner of the machine, even if it was free. That includes OS X, so if you upgraded to OS X 10.7 or later, you must reinstall an older OS, either from the installation media, if applicable, or by starting up in Internet Recovery mode (option-command-R at the startup chime.) If you installed from physical media, deliver those to the new owner.
    If you're selling the machine, or donating it in working order, and it originally shipped with OS X 10.4 or 10.5, then you have the option of installing either from the discs that came with it or from a retail Snow Leopard disc (which you must then transfer to the buyer.) The buyer should understand that if he doesn't get the original discs from you, he won't get the bundled iLife applications or the Apple Hardware Test. Replacements for the original discs can be ordered from Apple.
    The new owner will have to redownload any software that came from the App Store, including OS X upgrades, under his or her Apple ID. If you ever updated the bundled iLife applications (Garage Band, iMovie, and iPhoto) through the App Store, you can't transfer those either. The buyer will have to purchase them.
    Remove the machine from your list of registered products. If it's still covered by an AppleCare Protection Plan, transfer the coverage to the new owner by following the instructions in the AppleCare Terms and Conditions (under the heading "Transfer of Plan.")

  • Am using another laptop with older ffox. Desktop updated to ff 5 yesterday and now crashes so soon that I can't complete the process of seeking help on that machine

    using another PC because ffox 5 crashes so quickly and frequently that I can't complete this reporting process on the other machine. The signature code that appeared was nahojit:CodeAlloc::addMem()
    and one of the Crash IDs is shown below - I h ope I have copied it correctly.

    Triple-click anywhere in the line below to select it:
    { diskutil list; echo; diskutil cs list; } | open -f -a TextEdit
    Copy the selected text to the Clipboard (command-C).
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V).
    A TextEdit window will open with the output of the command. Post the contents of that window, if any — the text, please, not a screenshot. The title of the window doesn't matter, and you don't need to post that.
    If any personal information appears in the output, anonymize before posting, but don’t remove the context.

  • Where can I find a completed list of my downloaded apps?

    Is there a repository of all the software bought from the iTunes store?
    When I access my apple account I see my software downloads but not
    my iTunes downloads.
    Is there a way to see a complete list of all the apps I bought from the App store?

    iTunes -> Store -> View My Account -> Purchase History
    That should show everything you've purchased from the iTunes or App Store including any free items you've downloaded. You may need to click on the small arrow to view all the items in a given purchase if there are more than two or three and hence can't show them all in the summary line.

  • Give a list of supported processors for notebook HP dv6-6158er , Can I install Core i7 2720qm?

    Give a list of supported processors for notebook HP dv6-6158er , Can I install Core i7 2720qm?

    Hi:
    Below is the link to the service manual for your notebook.
    http://h10032.www1.hp.com/ctg/Manual/c02842252.pdf
    Supported Intel processors are listed in Chapter 1, page 2.
    You cannot install an Intel quad core processor without also replacing the motherboard.
    You can only install a dual core processor in your specific model since you have an i3 processor.
    So that means the best processor you can go to is the Intel Core i7-2620M 2.70-GHz (SC turbo up to 3.40-
    GHz) processor (4.0-MB L3 cache, dual core, 35 W).
    If you look at chapter 3, at the list of motherboards starting on page 27, you will see that there are different motherboards based on # of cores and the different graphics chips on the boards.
    Paul

Maybe you are looking for

  • Mac Pro does not sleep with lid open

    Hi this was the original post I posted a couple days ago. "Hi All, I have had a problem with my mac book pro, it does not sleep while the screen is left open. The way I used to be able to tell if the mac is sleeping is the light on the front should f

  • What is causing a PowerMac G5/2.3GHz Dual Processor sudden abrupt shutdowns

    Hi all I am posting in hope that someone out there can help me solve this very puzzling problem. The machine: A PowerMac dual processor G5/2.3GHz (early 2005). 1.5G RAM. 250G HD. SuperDrive. Radeon 9650. The problem: When under some load, this machin

  • Infopackage laoding scheduled in Process Chain and events involved

    Hi BW-Experts, Till now I was loading a infopackage normally and it had an subsequent event. Now if I schedule this infoapckage in process chain will it raise event after the load finishes. Thanks Arun Purohit

  • Fatal msi error mp.msi could not be installed

    Good morning, I have SCCM 2012 R2 running on Server 2012 R2.  I've got a primary site and two secondary sites, all of them with identical hardware and software.  I've set them all up the exact same way, but on one of my secondary servers I can not ge

  • Pages templates how replace given info with my own?

    Question: I'm trying to use a business card template. Have replaced the 'holding info' with my own wording in upper left section: now want this info to be repeated in all other sections on page: how to do this?