Whats the difference in updating the userview as an enduser/administrator?

Hey,
I have a form that a user accesses from the end user menu. It allows them to request roles for different applications. When a request is made the form calls a workflow.
This all works fine for a normal end user and I change the 'user.accounts[LDAP].ldapgroups' value to contain the new group and it is saved appropriately. If an administrator logs in and goes through the same process they are not updated with the roles they requested.
I am confused at the difference between the two users running the same process.
Any ideas?
Message was edited by:
s6craig

An Archive and Install takes up the most disk space (because it archives items rather than replacing them). An Erase & Install takes up the least space, but migrating items from a backed up copy of the old drive afterwards (required if you don't want to lose everything!) will use a variable amount of space, depending on what you migrate from the old to the new drive. An Upgrade install is somewhere in the middle, more than an Erase & Install without migrating anything but smaller than an Archive and Install.
The actual number of GB involved depends on what install options you choose (like opting to install various printer & language support packages), the type of install (Update, A&I, etc.) & the hardware (PPC or Intel Mac), but plan on no less than about 4 GB, plus whatever temporary scratch space the installer will use during the install process.
Additionally, you should try to keep around no less than 10% of the drive's capacity free for use by the OS for its own temporary files & file system housekeeping chores once the install is complete. Some of this space will be reused from the old install if doing an Upgrade or A&I, but not from an E&I.
As you can see, there is no one definitive answer.

Similar Messages

  • Hi I have the old photo shop elements 10 on my computer and want to update and was wondering what the differences between photoshop, lightroom and photoshop elements are? Also when I upgrade does it have to be with a monthly membership or can I just purch

    Hi I have the old photo shop elements 10 on my computer and want to update and was wondering what the differences between photoshop, lightroom and photoshop elements are?
    Also when I upgrade does it have to be with a monthly membership or can I just purchase the product out right like you use to be able?

    You cannot "update" from what you have to any of the applications you mention. It will have to be a straight purchase or subscription at full price.
    Photoshop is a professional level application that makes no apologies for its very long and steep learning curve.
    Lightroom is all about volume, and very light editing.
    The Photoshop Elements forum is at:
    https://forums.adobe.com/community/photoshop_elements/content
    Remember, you are not addressing Adobe here in the user forums.  You are requesting help from volunteers users just like you who give their time free of charge. No one has any obligation to answer your questions.
    I do not know where there is such a comparison table as you seek, but someone else might, or you can google.

  • Whats the difference on manual and auto update?

    whats the difference? lets say i set on auto update. if i add a new song, video or picture, do i lose the old files from my ipod?

    auto means your libary will automatically be your ipod. manual means you could chose songs to be on your ipod.also you could connect your ipod to a friends p/c and download a couple of there songs if you have the manual setting on.

  • Why am igetting an update for photshop CC AND Photoshop cc (2014)  whats the difference?

    so whats the difference and should I update both?

    May I suggest reading through the other threads on the first page of this forum.
    Here's one in particular with some pertinent info...  New Software Available via your Creative Cloud Application
    -Noel

  • What is the difference between updating a table specifying a specific partition compare to not specifying

    Hello,
    What is the difference when updating a table specifying a specific partition compare to not specifying a specific partition?
    Does specifing a specific partition while doing an update only update values within that specific partition?
    For example:
    update tab_abc partition (nov_2013)
    set col_abc = 'ABC';
    vs.
    update tab_abc
    set col_abc='ABC';
    Thank you.

    Yes, but better to do this:
    update tab_abc
    set    col_abc = 'ABC'
    where  date_key >= to_date('01-NOV-2013','DD-MON-YYYY')
    and    date_key <  to_date('01-DEC-2013','DD-MON-YYYY')
    (where date_key is the column your table is partitioned on)
    Now your code is totally unaware that the table is partitioned but it can still use partition pruning.
    And your code won't break if the partitioning strategy changes (which it certainly can).

  • "Copy to..." and Destination tab, whats the difference ?

    "Copy to..." and Destination tab, whats the difference ? Why asking 2 times the destination of my import in the import page ? that's not very clear to me.. how does that work ?
    Thanks
    btw I don't like that much all these import parameters around the desktop, difficult to check everything imho, a simple list with option would be more clear probably. I can't see the benefit in this new import UI layout.

    Ah, you're looking at the big To button?  They both do the same job and when you update one, it updates the other.  The Destination panel allows you more detailed settings, but the big button at the top (which is usually just used in the compact dialog) allows you to navigate using the OS dialog and shows a list of recent folders.  Use whichever suits you best.

  • Would you please summarize what the difference between tc and alv?

    hi, experts,
      would you please summarize what the difference between table control and alv base on the function and usage practice.
    for example, as i know:
    1.edit
      tc: can edit in the same screen and save.
      alv: pop up a sub screen to let user edit, so this is unconvenient.
    2.functional button
      alv: can have many functional button as default ,eg. sort, summary and so on
      tc:  developers must implements by himself.
    3.color
      alv: can have and change color
      tc:  cann't changed color
    some client may required the data displayed in alv and edit in tc ,such as example BCALV_EDIT_02.
    above are my idea, experts, would you give me some comments on my opinion and summarize what the difference between those two components? i should make it clear in order to consult the UI with my client.hunger for your advice, thanks!
    Message was edited by:
            liu shaochang

    ALV Grid is basically used for display puropse. It is more user friendly. There are arious features ( such as coloring, sorting, saving to a local file, sedning by mail etc. ) These featurs make ALV Grid a very good option to display the data .
    However , the table control is not only used to display data take from the database table, but also you can do operation such as deletion of data from database table, insertion of data into the database table and updation also. Yeah it has not got the various features whihc ALV has.
    So table control and ALV Grid , if you are just using for display purpose, then ALV Grid is a better option due to its layout and attractive features. But if you want to do the database operations other than display, table control can be used.
    As far as execution is concerned, I think ALV Grid is faster.
    ALV grid control is faster when compared to Table control. But the comaprision is Negligible .
    One of the major differences comes in taking of line items - ALV has an advantage over Table Control when it comes to update database from it.Table control only allows maximum of 999 records at a time where as this limitation is not there in ALV.
    Also,a main feature of ALV Grid is that it contains a standard set of functions. These functions extend beyond the functions of a table control.
    These two UI elements require different keyboard navigation, with ALV Grid being more user-friendly.
    An application can display table data in ALV Grid or in a table control. In some applications you can choose between displaying and editing data in either ALV Grid or a table control. If a configurable button () appears in the right upper corner of the table, it is a table control.
    Basically ALV is a way to display the output and Table Control is designed in screen painter through which you can get entries in Table Control, can delete some records etc for further processing and its not use only for Display.
    ALV is Application List viewer:-
    Sap provides a set of ALV (ABAP LIST VIEWER) function modules which can be put into use to embellish the output of a report. This set of ALV functions is used to enhance the readability and functionality of any report output. Cases arise in sap when the output of a report contains columns extending more than 255 characters in length.
    In such cases, this set of ALV functions can help choose selected columns and arrange the different columns from a report output and also save different variants for report display. This is a very efficient tool for dynamically sorting and arranging the columns from a report output.
    TABLE CONTROL:-
    ABAP offers two mechanisms for displaying and using table data in a screen. These mechanisms are table controls and step loops. Table controls and step loops are types of screen tables you can add to a screen in the Screen Painter.

  • Whats the functional difference between CUA and UME?

    Hi All,
    A small query regarding UME (User Management Engine) and CUA ( Central User Administration). Whats the functional difference between these two. I read in help documents that UME will be used for SAP WebAS Java server. But I read that it can be used for ABAP engine as well. Then why do we need to use CUA when we have user friendly interface tool like UME. According to my knowledge from help documentation, UME comes pre installed. so we dont need to install it as we have to do for CUA.
    Can any help me in understanding the difference between these two. Thanks in advance. Good day.
    Regards,
    Farooq.

    Hi,
    Indeed good question.
    It depends on installation type you selected. But are responsible for user administration in terms of creating, deleting, updating and role assignment tasks to users and groups.
    --CUA is meant for ABAP Installation. CUA is responsible for entire landscape user administration works with RFC connection talking to all ABAP systems
    --UME is meant for Java installations, plus UME is responsible for handling communication between ABAP users and java users.
    UME
    For more details see below links all advantages and disadvantages of both systems and comparisons deliberately.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/d2/3e3842b23d690de10000000a155106/frameset.htm
    Thanks,
    Amit Lal
    P.S Please don't forget to reward pts.

  • Whats the difference between SM50 and sm38

    HI GURUS
    whats the difference between SM50 and sm38??? job overview and process overview

    hi sharma,
    sm38: intial queueueue Info, information about the request quest queue of the server in question is displayed. The dispatcher forwards each request it receives to a work process of the appropriate type. If all the processes of this type are occupied, the dispatcher stores the request in a queue.
    In the queue info you can see for each work process type:
    ·        The number of requests currently waiting. Usually this should be 0.
    ·        The total number of requests waiting, since the server has been running.
    ·        The maximum number of requests that can be stored in the queue (specified in profile parameter rdisp/elem_per_queue)
    ·        The number of requests written and read since the server has been running.
    sm50: work process dialog steps in user transactions, updates, lock administration, etc.
    this transcatin Choosing Administration
    System Administration  Monitor  System Monitoring
    Process Overview or transaction
    For example, you can monitor processes to determine if the number of work processes in your system is adequate, to assess if the instance is working to full capacity, to gather information for trouble-shooting, or for tuning.
    DIA work process for executing dialog steps in user transactions.
    DIA work process for executing dialog steps in user transactions
    UPD: Update process for making U1 (time-critical) database changes
    UP2: Update process for executing U2 (not time-critical)
    database changes
    ENQ for setting and releasing locks on SAP lock objects
    BTC for executing background jobs
    SPO for spool formatting processes
    regards
    vijju

  • Navigation by foot or car, whats the difference?

    it seems to me, the only difference is no voice guidance when by foot is selected?
    i tried out the free 3 day trial the other day and i was impressed with the guidance by car but on foot seemed a little disappointing, the first problem is, there doesn't seem to be any footpaths or cycle ways on the map? i set a route from my home to tescos (about a mile trip using a cycle path/footpath) but the guidance kept me on the roads which is over a 2 mile trip. as i was on my bike, the N95 was out of my sight so i had the headphones on to hear the directions, but i didn't get any, u have to set the route by car for me to hear anything?
    so whats the point of the two options? there's always the volume control if you don't want to hear the voice?
    Nexu 5

    I bought Nokia's navigation solution for my N95. I have the same SOFTWARE BUG as the user in the link further down (please look for the part about "the application constantly switches back to car navigation".) That's exactly my problem. When I try to plan a route having set "by foot", the application switches "behind my back" to "by car". This results in a ridiculous route for a pedestrian or, if I am on a non-car path, hanging endlessly in "calculating a route". I have a dvd-navigation system in my car. I bought the Nokia navigation software for walking purposes. Until this bug is fixed, it's a waste of money for me.
    -Andy Bustin
    ----------snip------------------------------
    http://mobilesociety.typepad.com/mobile_life/2007/03/nokia_maps_revi.html
    Navigation vs. ‘Free’ Walking
    For street navigation on foot two application modes can be used. If you’ve paid for navigation you can use the on-foot navigation option to plot a course from the current GPS position to the selected place. While this works great for car navigation I found it quite awkward to use for street navigation on foot. When walking into the wrong direction for example, the application re-calculates the route instead of just asking the user to turn around. Also, the application constantly switches back to car navigation for which routing rules are quite different. For the moment, I therefore prefer the standard mode as shown in the image on the left in which the user saves a destination as a landmark which is then displayed on the main map. The current GPS position is shown as a cross and the location is updated as the user walks down the street. As destinations are usually in walking distance (less than 2 km for most occasions I would say) it’s easy to zoom in and out at the beginning to find the right direction and keep the zoom level low for the final turns. In practice this mode worked well for me and on top is even free of charge.

  • What the difference and use between   of  TABLES and SY-REPID?

    Hi,
    Experts,
    I have came accross 2 cases that i can't able understand
    EX1:
    TABLES: VBAP   -
    >( Here also Appplication Server(AS) creates Wrokarea of Structure VBAP but, by 
    data: v_vbeln like vbap-vbeln.    double clicking on variable v_vbeln AS taking me to DDIC VBAP table VBELN field then what the using declaring tables. )
    ( and ) 
    DATA: VBAP TYPE VBAP -->( Here also Appplication Server(AS) creates Wrokarea of Structure VBAP data: v_vbeln like vbap-vbeln.    but,double clicking on variable v_vbeln AS taking me to user declared VBAP
                                                  i.e., above DATA declaration statement )
    Then Which one is better in Functionality wise as well as Performance wise or when we have to go for TABLES and when we have to go for DATA declaration of DDIC objects.
    EX2:
    what the difference between
    I know that SY_REPID is not a system variable. And also that
    Data: vrepid type SY_REPID.--> Predefined data type in ABAP
    and
    Data: vrepid like SY_REPID.-> Predefined Constatnt in ABAP( it is a constant it allowing with out VALUE                                                                               
    attribute)
    what difference between them and when we have to go Data: vrepid type SY_REPID and when we have to go Data: vrepid like SY_REPID.
    Thank U,
    Shabeer Ahmed.

    Hi Ahmed,
    TABLES:
      VBAP.   " DDIC
    DATA:
      v_vbeln like vbap-vbeln.
    *Here you are using the DDIC VBAP
    DATA:
      VBAP TYPE VBAP.
    DATA:
      vbeln like vbap-vbeln.
    *Here you are using the local data object as your data type so it will always
    * take you to user declared VBAP which is declared by you.
    DATA:
      T_VBAP TYPE VBAP.
    DATA:
      vbeln like vbap-vbeln.
    * here its using T_VBAP not DDIC VBAP
    And for performance always the second option is better, use Data instead of tables, declare your own local structure.
    Data:
      vrepid type SY_REPID.  thereis nop redefined data type in ABAP as SY_REPID
    * its SY-REPID which is a system variable.
    Data:
      vrepid type SY-REPID.
    Also refer to the links:
    Difference between tables statement and by using type statement
    for type and like:
    Re: LIKE and Type in abap statements
    With luck,
    Pritam.

  • Whats the difference between arrayCollection = null and arrayCollection.removeAll()?

    Whats the difference between arrayCollection = null and
    arrayCollection.removeAll()?

    In arrayCollection = null; statement you're setting this
    reference to null and potentially making it available for garbage
    collection. I say 'this reference' and potentially because, as you
    may know, there might be other references to this array collection
    object that won't be affected by this statement and hence it won't
    be GC'ed.
    arrayCollection.removeAll() says that I want to empty this
    array collection for all the reference that we pointing to it. That
    is, remove all the objects from the collection -- and of course
    make them 'potentially' available for the GC -- the size of the
    array collection would be reduced down to zero and all the
    references would be pointing to a valid but empty collection.
    Hope this helps.
    ATTA

  • When i try to update my apps from the app store some of the apps wont update and ask for an Apple ID that isn't mine. Whats the problem and how do i fix it?

    When i try to update my apps from the app store some of the apps wont update and ask for an Apple ID that isn't mine. Whats the problem and how do i fix it? All im trying to do is update my apps and its asking for these random apple ID's.

    The apps were purchased by another user with a different Apple ID. You will have to erase them and repurchase them using your Apple ID.

  • HT1386 I synced (updated) my iphone to itunes and some songs were deleted from my iphone playlist on my phone.  On the computer, a circle is next to the song and the title faded out.  What the heck is that all about and how do I get my songs back onto my

    I synced (updated) my iphone to itunes and some songs were deleted from my iphone playlist on my phone.  On the computer, a circle is next to the song and the title faded out.  What the heck is that all about and how do I get my songs back onto my phone playlist?  Never happened before.  My software is up to date?

    http://support.apple.com/kb/HT2519

  • Whats the difference between list and lov ?

    Whats the difference between list and lov ?
    i can do the same things with a list what an lov can do .
    infact a list is more better. cause the list doesnt hold/show a range of values, and only has the items value iteself.
    while the lov can get all the values of items depending on the query.
    like
    select ename, job, sal from emp
    will show all the three items values in lov?

    Also, if you're looking in the US store, the prices are:
    - Airport Express (small, no ac) $99 - Has audio out for speaker connection using Airplay. Can share a USB printer only.
    - Airport Extreme (larger, ac) $199 - No audio out, can share a USB printer or hard drive.
    - Time Capsules (2TB, 3TB at $299, $399) - have ac wireless and a backup hard drive for Time Machine which the other Airports do not have.
    Matt

Maybe you are looking for

  • Index of the row created in webdynpro for ABAP

    hi experts , i got a problem tht , i hve a table and i am using the onaction enter . so wen i created a new row and press entr on tht i want to read the index of tht row . so pl help in this . thanks in advance  . its urjent ... setu

  • HP officejet pro 8600 unable to save file

    thank you for reading this and helping. I have an HP officiate pro 8600 printer/scanner.  I was able to scan and save files to the mac from the network.  Now since the Yosemite and server  upgrade, i am not able to do this.  I have reprobagated right

  • IN need of great rescue---Newbie

    {color:#0000ff}I work for a campus and I am having a hard time specially with JES proxy {color} {color:#0000ff} I do have the following difficulties.{color} {color:#0000ff}*1st,* i get the forbidden message when i try to connect to sites with https:/

  • Bug or feature?. Can`t input symbol in inputfield in webdynpro screen.

    Hi all. Sometimes in EP after open webdynpro sreen inputfield available for input (focused field is yellow), BUT cursor is not visible in field and i can`t write text. I try open screen without EP and can`t view this bug. Maybe couse in EP? SAP Netwe

  • HT5275 how to reinstall safari for lion?

    I have deleted safari from lion and wish to reinstall. Please advise how can i go about reinstalling safari?