For CUA, how to make effecient IDOC management.

Hi,
We are using CUA that connected to about 100 child systems. Right now CUA system is configured in such a way that for a perticular user who has access for 40 child systems if his profile updated only for one system it generates IDOC for all 40 systems insted of for that perticular system. Is there any way we can reconfigure the system so that it can generate IDOC only for that perticular system whose profile changed. I will apreciate if anyone tell me reference document/book for this information.
Thanks,
Yashwin

From my point of view there is nothing to worry about as long as iDOC management (any problem contact BASIS ) is functioning well.
As per CUA concept, when ever the roles/profiles for child systems is saved for user in CUA, the user buffer refreshes in CUA as well as child systems via iDOCS and updates the changes if any.
I would suggest to split the CUA with each CUA for Prod, QA and Dev. I am sure this will reduce iDOC management workload.
Please feel free to opine.

Similar Messages

  • How to make a mac managed in wgm

    Could anyone point me in the direction of a how to make a mac managed in workgroup manager, ive done it before, but i cant remember how to do it, all i can remember was that once the mac was managed it had a $ after it, then WGM can manage that macs preferences.
    Thanks
    Rob

    Hi John
    I think im trying to do something different, to enable WGM to control clients macs preferences, i had to add a computer to workgroup manager in accounts/computer tab, when the computer was correctly bound (or binded) it looks like my picture, with a $ at the end of it, im trying to add new computers to this list, i just cant remember how to do it, like i say i could have done it through open directory utility.

  • How to make ES filee manager work?

    Hello everyone. I used to use ES file manager to manage my files on my xperia SP. Now I had xperia Z2, but I can't use ES file manager the way I used to. I mean : if I want to move for example a picture from my internal phone memory to the External SD card , amessage pops up telling methat the task failed.
    Then I press on Task Details and a Hint pops up saying: Your system forbidsES from writing on external SD card(check https://code.google.com/p/android/issues/detail?id=67570), so ES can only write on it after rooted. I tried to enter this url but couldn't, an error occured saying :
    Your client does not have permission to get URL /p/android/issues/detail from this server. That’s all we know.
    I want to know if there is a way to make ES work without rooting. Thanks.

    @Prodigy1
    Don't forget to contact the app developer regarding this. 
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • Bose QC2 Communications Kit + PBG4 for Skype: how to make it work?

    I have a PBG4 15" with a headphone jack and the line in jack. I just picked up the Bose Communications Kit which add a microphone to the cord of the QC2 headphones, and an extra connection on a single jack as the channel for microphone in. In other words, I've got a single jack at the end that covers both microphone in and stereo audio out (back to the headphones).
    If I plug it into the headphone jack, I get the normal stereo sound out of the PBG4, but no microphone in. If I plug it into line in, I get no microphone in either. So, now that I see that it isn't going to "just work" like I had hoped, I'm guessing I need something to either split the microphone signal from the headphone signal plugging each into the 2 jacks??? OR, maybe a USB device that accepts one jack combined microphone and headphone and then makes this work via USB???
    End result is that I'm trying to get a Skype VOIP solution working for when I travel and very, very occasionally need to make a call. Right now "as is" would mean just using the headphones, and trying to get by on the PBG4's internal microphone, but I hear that too noisy for people on the other end. So I would really like to make this Bose QC2 option work. Anyone know a way?

    I have since called hellodirect.com and learned that the "O ring" configuration for that device's 3.5mm jack is different than Apple's iPhone/iPod "O ring" configuration, so it will not work.
    Back to square one: I basically have an iPhone/iPod matching headset jack (headphone + mic) on the end of these Bose QC2 with Bose communications kit. More simply, I can just plug this into an iPhone/iPod and use the headphone and microphone- just like Apple's stock ear buds + microphone. The goal remains to try to find a way to connect them to my Powerbook G4, probably via a USB port (some kind of USB adapter).
    Looking at the cable splitter referenced up above and again here: http://www.showmecables.com/viewItem.asp?idproduct=8183 (which specifically says it's made for iPhone/iPod jacks), I now wonder if that plus the griffin iMic product (in Mic mode) would do the trick: http://www.griffintechnology.com/products/imic That Griffin product has a line in (which the PowerBook G4 already has), but it also has a "mic in", which makes me wonder if that mic in would work with an "unpowered" mic since "line in" pretty much requires a powered source of signal (else just the splitter cable alone would potentially be the answer for the PowerBook).
    I've basically floated the above concept (that cable plus the iMic product) to Griffin to see if they think it would work. Hopefully, they will respond soon. If anyone already knows, please reply. And if anyone knows a way to make this work, I'd love to hear from you.

  • Title block for Stickies - how to make?

    I have (3) stickies on my desktop.
    One of them has the first line of the text of the note in the Title Block when the Sticki is collapsed
    The other two Title Blocks are blank.
    I can't, for the life of me, remember how I created the first one.
    Skickies Help doesn't seem to have an answer to this.
    Anyone know how to do it?
    Thanks,
    Danty

    Thanks, Charlie
    It actually was THAT easy.
    I had put my text a line down on the "empty" title block stickies.
    Danty

  • How to make GNOME power management auto scale cpu frequency?

    Hello everyone, I installed Archlinux on my new Toshiba U400/H00, everything works nicely, however, I need to manually scale cpu frequency when on AC/Battery, is there a way to make Gnome automatically scale it?
    Thanks a lot!

    Maybe just go down to acpid level and do it independently of DE devs idiosyncrasies?
    For me, the following code in /etc/acpi/handler.sh does the job:
    ac_adapter)
    case "$2" in
    ACAD)
    case "$4" in
    00000000)
    echo ondemand > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
    echo 1500 > /proc/sys/vm/dirty_writeback_centisecs
    00000001)
    echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
    echo 499 > /proc/sys/vm/dirty_writeback_centisecs
    esac
    *) logger "ACPI action undefined: $2" ;;
    esac
    I believe the original code there tried to set fixed clockspeeds for these situations, but I find changing governor much more flexible.
    Edit: there were some ACPI-related bugs during 2.6.26-27 development cycle, it may happen that you won't get any ACPI events playing with power source. 2.6.28 cured all ACPI problems for me, but YMMV.
    Last edited by briest (2008-12-30 19:30:05)

  • How to make labels for envelopes, how to make labels for envelopes

    I want to make address labels using our Apple computer.  What do I need to do this?

    I use Labelist by Chronos - OK it will cost you a few dollars but it works and you can create custom label formats so you can have listings like on real telephone directories.

  • How to make tablesorter work for GroupedColumns??

    Hi all,
    I imported the class of TableSorter.java to my project. It automatically picks up my normal columns, they all can be sorted.
    but the groupedColumns generated by the drag and drop table node into the design area wont pick up, even i set the property of "onAction" of the column to "Sort"(method) it wont sort the content for me.
    how to make it work?
    thanks

    hi!
    you can get lead selection in the action handler then inset your code for currentContextElement.
    wdContext.currentContextElement().getTableSorter().sort(wdEvent, wdContext.nodeXXX());
    thanks
    vishal

  • How to  make a good voip server +applet ?

    Here is my applet wich I made http://84.244.8.225/test.html
    It works a bit
    Here the code:
    http://84.244.8.225/javamic4.txt
    Any ideas/suggestions to make it better...
    (for example how to make a good server (windows) ?)
    Thx!
    Edited by: FrederikPot on Sep 24, 2007 3:01 PM
    Edited by: FrederikPot on Sep 24, 2007 3:03 PM
    Edited by: FrederikPot on Sep 24, 2007 3:07 PM

    Hello Thanks for your replys and sorry for being so fussy about this.
    I have now seen that one of the options for exporting from Premiere 6.5 is Adobe MPEG encoder. So Do you guys think it would be a good idea to do it with that, Or Would it be better AVI or DV AVI compressor from Premiere before making the DVD?
    I have the Nero Vision 4.9.6.6  But I may be able to look for another one if you think it is better...
    Thanks a lot for your advises...

  • How to make an entry in transport tab of business system in SLD

    Hi gurus,
    In PI, in SLD we maintain Business systems. In this business sytem if we go to have a detail look there is a Transport tab.
    What is this used for and how to make an entry here.
    I'm a basis person and i'm configuring XI for the first time. Kindly help.
    Regards,
    Priya

    1. Yes , you have to maintain target business system for the EACH BS in PROD system.
    2. Normally we do have 2 different sld one is explictly for production system. another one is for dev and QA system. Once u done creating all the systems needed for the project. we will copy all business from the dev server to production server. So production server will have all BS from Dev and  BS of production server.
    3. i am not sure about this. i dont have particular docuemnts . normally we assign target business system in transport tab. and in Intergration Directory we will export the business system from DEV and and import the business system in production system.
    Regards,
    Balaji
    Edited by: Balaji Pichaimuthu on May 19, 2010 9:06 AM

  • How to make apple maps default on my mac?

    I want apple maps to default on my map, e.g.., when I need to send meeting location address in calendar.

    Hi ajjacoby14,
    To make iTunes the default application to use for playing music, use the steps found in this article -
    iTunes for Windows: How to make iTunes the default application for music and audio files
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • How to make iTunes the default on my MacBook Pro

    I recently updated iTunes and now I'm having trouble making it my default music player. Any ideas?

    Hi ajjacoby14,
    To make iTunes the default application to use for playing music, use the steps found in this article -
    iTunes for Windows: How to make iTunes the default application for music and audio files
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • How to make this pattern?

    Hello guys Please I am looking for advice how to make this kind of pattenr in pohtoshop- you can see it on background- the rounded one- en the end whole piece makes nice surface.
    http://vladstudio.deviantart.com/art/Typographic-World-Map-106395788
    thank a lot

    Sometimes a patten is defined for some pixel size and may even need to have the document rotated to have the proper orientation for the pattern. For example a frame pattern for a one inch wide strip.  An Action can be created to add the pattern to a mitered 1" wide strip at 300 dpi  on the left side then rotate the document for the other side rotate back and dupe and flip the frame side added.
    If you search the web there are a countless number of patterns that can be downloaded for free textures like woods ,paper, textiles etc.

  • How to make lookup editable

    Hi All,
    In my instance MTL_RELATIONSHIP_TYPES lookup is disabled for editing , how to make it editable?
    Any profile options?
    Please help
    Thanks,

    Verify you are not in read only responsiblity.

  • How to make my iphone stop asking for my friend's Apple ID?

    First question: why does apple website logs me out every minute saying "session time out" or something(i'm using chrome on iPad)..!
    Second Question: why after i typed such a big question and when i switch tab and come back to this tab, the tex disappears (both chrome and safari for iPad)?
    Before going to my actual question:
    I(from USA) have an iPhone 5 and iPad 4, and bought the same for my dad(India), He has his own apple account and mine is separate.
    I've recently send the iPhone 5 (factory unlocking it for 10$ before sending it to him- I have proof of purchase for all 4 devices)  after the 5s is released.
    Third question: Why can't I add my dad's(Indian) phone number for iMessage?
    Since I used that phone with my USA SIM card for 1 day before sending it to him, it remembered my phone number, but even after trying everything except complete reset on my dad's iPhone( since he can't manage to download all apps from scratch again) and didn't get a new sim yet, we tried everything but I couldn't make the Apple ID remember my dad's phone number..!
    Fourth question: As my laptop broke, I used my friend's Mac to check the unlock is successful or not! Now when my dad tries to install an app from AppStore from his iPhone, it asks for password of my friend's Apple ID ,
    My question is how to add his phone number and how to make it forget my friend's Apple ID
    In Apple.com> manage Id> it doesn't show my friend's id anywhere. Do I need to de-authorize from his Mac?

    Hi, I've tried a reset all, and restored from another backup(iCloud) and it stopped asking my friend's Apple ID(its been two days i've restored, and my didn't complain yet).
    next, i've already tried all the steps you said.
    my dad uses his gmail account for apple devices(same id for his iPad too), and i already checked "My Phone" number is set to my dad's phone number.
    i asked my dad to turn off iMessage and Facetime, removed the sim, reset network settings and when he inserted the sim back, it shows his number, when he turns on the iMessage and  logs in using his email, it shows my phone number..!
    i went to view account, and it redirected to appleid.apple.com and i can see his phone number in the account.
    checked the location, set to India, time zone and everything looks fine.
    But the Apple ID is remembering my number instead of registering his number..!
    BTW, can you elaborate your reply for my 3rd Question.
    I've created a contact record with his name, phone number(with country code) and email addresses.
    Now what is the next step..?
    "setup phone to register with iMessage" can you explain this.
    I'm planning to remove sim in my phone, restore it to new device, setup the required softwares etc, take an iCloud back-up and ask him to restore from that backup. Since, the Apple ID doesn't know any phone number, when he inserts sim and turns on iMessage it should register the new number..!

Maybe you are looking for

  • Problem withlight flashing on bottom of computer and inability to turn machine on

    I have a touchsmart IQ800t which I purchased in December of 2008 along with a three year in-house warranty. In April of this year, I was unable to turn my computer on and there was a light blinking from the base of my computer I called customer care.

  • INSERT of one record takes 40 seconds; That is much too long;

    Oracle 8.1.7 Tablestructure: 10 Fields; 3 numeric; 7 Varchar2(10 Bytes, 30, 5, 230, 4, 7, 15); The Table contains 3.200.000 records. It was filled with sqlldr. The Fields are mostly filled. The 230-byte field mostly with 40 bytes. A numeric primary k

  • Can you use multiple Apple TVs in a single location?

    I have a client who wishes to put 4 monitors in a meeting room environment. They would like the ability to play the same image on all four monitors, as well as the option to play different things on separate monitors at the same time. Will Apple TV w

  • How JSP run automatically

    I would like to write a jsp file that can run in every 5 minutes. My situation is that jsp file will include some sql statements which will update a table in MS SQL Server according to some criteria. The table need to be updated automatically to serv

  • To_timestamp vs. to_date when forcing native SQL

    Hello! I was recently encountering performance problems when querying on dates, and found some useful help on this forum. The suggestion I took was to set the <uses-native-sql> element to true in my sessions.xml file. This caused TopLink to use the n