OSA: automatic update of employee profile based on appraisal document

Hi,
is it possible that qualifications written in the appraisal document and its evaluation are automatically transferred to the employees profile  and that the level of qualifications there will be updated. If yes, how?
Thanks a lot.

Hi,
this is possible with a correct customizing in the template. In PHAP_cATALOG, select your template and go to tab Processing. In section Follow up processing, you have the possibility to 'Adjust Qualifications (from validity start date on)' or 'Adjust Qualifications (from validity end date on)'.
Regards,
Ana

Similar Messages

  • Automatically update a Numbers spreadsheet from other application/documents

    Hi,
    Before I start I am a relative novice in using Numbers, and if it applies in this instance, Applescript and Automator. I run a small local weekly free newspaper (created using InDesign if that is relevant) which is paid for by adverts; I want to create a spreadsheet to track my advertisers and the financials in every respect - renewals, sizes and duration of ads, amount paid and owing, and a whole load of other stuff which includes their contact details. Now I know that I can import the relevant info from Address Book as a snapshot at that moment, but what I want to know is whether it is possible to have the spreadsheet automatically update whenever I change a contact or add a new one to my Address Book? As far as I have been able to ascertain so far, it is not, so if that is the case, is there some sort of workaround, possibly using Automator and another app or even the web, where this can be done? Or is it possible the other way round, where I keep the contact details updated in Numbers and this gets transferred to Address Book? Or any other bright ideas? I don't really want to have to type the same information, or even copy/paste it for every new customer, as well as inputting it into my phone (which I don't think is able to sync with my Mac - it is a Samsung).
    Please keep any scripting/technical answers as simple as possible, as I don't have much experience with it. Thanks in anticipation...

    I have been doing a lot more reading on the forum and I now think there might be a partial solution to what I would like to do, possibly even a complete one, but I am not sure if what I have in mind is possible.
    Using Automator/Applescript, could it be done that on a weekly basis Address Book gets opened automatically, the relevant group of contacts (which is already set up) is selected and copied/exported, and then Numbers and the relevant sheet opened automatically and the updated contact list pasted/imported? In addition is it possible to set up a script that can check if a group in AB has been changed, and if it has for this to be the trigger for the earlier script/workflow I have described rather than a date (every week in this case)? Again this could work the other way around, with the Numbers sheet being the one changed by me, and then a script to update AB. Any help would be massively appreciated.
    I have now managed to set up iSync to work with my phone so that can be updated once AB has been, but I am still working on getting the information from the phone to AB to be correct for Numbers! This is because of how my phone contact details is stored which is different seemingly from AB and I am not sure if I can sort that out. There is a First Name and Last Name field but no Company name in my phone, and I need to have all of those for it to work.

  • Automatically update 2 dimensional array based on list content

    Suppose I have a simple class named SimplePoint
    class SimplePoint
    public int x { get; set; }
    public int y { get; set; }
    Next I create an ObservableCollection of the class and bind it to a WPF DataGrid via XAML.
    Each SimplePoint has a distance to each other SimplePoint int the list, resulting in a matrix. The distance from point a to b can be different from the distance from point b to a (ie. different route).Distances should be editable.
    I wonder how I can create a class, that can automatically keep track of changes in the ObservableCollection<SimplePoint>. When a new SimplePoint is added, one row and one column should be added to the distances matrix. When a SimpePoint is removed,
    the appropriate entries in the matrix should be removed. Later I also wish to store and retrieve all the info to and from an XML via serialization.
    So this list:
    point1
    point2
    point3
    Would yield a 3x3 matrix of distances.
    Searching a lot did not yield results, though I am unsure if I looked for the right thing. I cannot get my head around how to organize this internally. Maybe something like ObservableCollection<ObservableCollection<SimplePoint>>, but then how
    to maintain that, and how to bind it to a DataGrid... Any ideas?

    Hi mennowo,
    >> that can automatically keep track of changes in the ObservableCollection<SimplePoint>. When a new SimplePoint is added, one row and one column should be added to the distances matrix
    I would recommend that you can use ObservableCollection<T>.CollectionChanged event:
    https://msdn.microsoft.com/en-us/library/ms653375(v=vs.110).aspx
    This event will be triggered when items are added, removed, changed, moved, or the entire list is refreshed. In this event, you can easily add item into the distances matrix as you wish.
    Here is a simple sample:
    public ObservableCollection<SimplePoint> DemoSource { get; set; }
    public MainWindow()
    InitializeComponent();
    DemoSource = new ObservableCollection<SimplePoint>();
    DemoSource.CollectionChanged += MyItemsSource_CollectionChanged;
    DemoSource.Add(new SimplePoint() { x = 1, y = 1 });
    DemoSource.Add(new SimplePoint() { x = 2, y = 2 });
    DemoSource.Add(new SimplePoint() { x = 3, y = 3 });
    this.DataContext = this;
    private void MyItemsSource_CollectionChanged(object sender, NotifyCollectionChangedEventArgs e)
    if (e.NewItems != null)
    foreach (SimplePoint item in e.NewItems)
    //Add this item into the distances matrix
    if (e.OldItems != null)
    foreach (SimplePoint item in e.OldItems)
    //Do something for old items
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Change Employee Responsible based on user who last changed.

    CRM 5.0
    Partner procedure has IC Agent & Employee Responsible. Both use partner access sequence 0008 which brings in the person that created the document.
    We would like to automatically change the Employee Responsible based on the last employee BP that changed the document.  This would be useful in warm transfers via CTI instead of the user manually changing the record.  The IC Agent can always be the person that created the record.
    I don't see any actions that can set this, is there any standard functionality to do what I want? or is this an enhancement.

    Try this BadI, COM_PARTNER_BADI.
    Cheers,
    cady.

  • Determine the employee responsible based on the territory structure

    Hi all ,
    System should automatically determine the employee responsible based on the territory structure.
    Get the Employee Name and Employee Region Name
    Are they standard programs or BAPI's to achive this?
    Thanks,
    Anitha.

    Hi Anitha,
    You can try using partner determination procedure ,where in for partner function employee resposnible  define access sequence with  the source as "CRM_PARTNER_M-- Business Partner from Territory management".
    Also check few notes:
    1428285
    1399843
    1423950
    Hope this helps.
    Rgds,
    deepa

  • Windows 7 Automatic Update deleted my files!

    I am running Windows 7 Home Premium 64-bit.
    Last night two updates were automatically installed when I shutdown my computer: KB976098 and KB915597
    This morning when I turned on my computer, all my files appear to have been deleted, and although installed software is still there, programs (e.g. iTunes, Google Desktop) have lost all settings and act as though it were a new installed.
    - over 200+ photos in My Pictures GONE
    - entire iTunes music library GONE
    - Desktop shortcuts GONE
    - Programs pinned to taskbar GONE (reverted to original default so programs I had removed reappeared)
    Oddly enough, everything in my Recycle Bin was preserved.  The Windows.old folder was also preserved.
    Needless to say, after my painstaking effort to upgrade to Windows 7 from XP, this is more than a minor annoyance.  Everything is backed up (I think) so I should be able to restore what has been lost but WTF MICROSOFT?!  If automatic updates are going to wipe out My Documents, a little warning.
    Has anyone else had a similar problem?

    Ok guys I think I may have figured this out although I'm not so vain as to think it will work for everyone. I'm hoping it does though and I would appreciate you letting me know if it does. Here goes:
    Last night 5/25/2011, while surfing and studying I ran across a website about accounting. I'm not sure what happened but something definitely did cos my computer started acting weird and then I got an error. It was a User Account Window asking me to allow
    some program and click yes or no. I clicked no like 12 times and it just kept coming back. Since it was a common "Windows" window that I'd seen b4 I finally clicked yes just to get rid of it that's when it happened. 5 seconds later I got an error about my
    hard drive and that I needed to restart. It would not go away and then I saw the screenshots on this page. This was the virus only I didn't know it at the time.
    http://www.microsoft.com/security/portal/Threat/Encyclopedia/Entry.aspx?name=Trojan%3aWin32%2fFakeSysdef&threatid=2147639286
    Anyway, I closed my lid last night with the error window still open and went to sleep. When I "resumed" this morning all my data was gone. This includes programs, files, pics, music everything. I almost cried. I call this my million dollar laptop: Toshiba
    A665. Anyway, I immediately restored to 2 days ago and all I got back was my programs but no files. I started searching and found a deleted file. I suspected they were there on HD somewhere. I followed the path to the folder and no file. I remember hiding
    files from my ex a while ago so I went to the Start Menu----->My User Account---->Organize---->folder and serach options--->View ----in the list below select Show all hidden files and folders and apply it. All my files suddenly appeared. They were
    all hidden by the virus and they still are. Even though i can see them, they are transparent and the properties are changed on each one.  I had to right click each one, go inside properties and change the Attribute from Hidden and Apply. That's it
    and I am so relieved. My antivirus found the FakeSysdef file and removed it. So far so good. Let me know if this works for you!

  • In sm_crm automatically populate service and response profiles based on support team

    Hi All,
    i have a requirement that in SM_CRM transaction while creating a incident user wants to automatically populate service and response profiles based on support team name.
    i have checked for BADI's but dint find any which automatically populates service and response profiles at the time of creation of the ticket.
    Kindly help!!

    Hi Shaswat
    This doesn't work as mentioned in the wiki page and SLA doesn't get determined by the org unit or support team via customizing.
    We reported this to SAP and got a feedback that this is not supported and will be removed in future from the access sequence.
    Therefore the only option is to implement badi i.e. crm_sladet_badi and use BADI determination in ur acess sequence to call this badi.
    hope this clarifies
    Thanks
    Prakhar

  • Automatic Update of Dates in the Transaction based on the date rule assigne

    Hi Friends,
    This might sound very basic but, it is a major issue at the moment in our project
    I have a date type Today-20 days 
    I have created a Date rule Today-20 days
    and assigned to the Date type and then to the Date profile and the date profile to the Transaction type
    when i create an Opportunity it takes the system date as Todays date and the Today-20 days is also calculated correctly.
    Till now everything is fine.
    But the next day when i open and see the opportunity the Todays date is still the system date from yesterday and also the Today-20 days is the same what i saw yesterday
    Unless i explicitly click and change something in the dates, they dont refresh automatically
    I need a mechanism to trigger the automatic update of dates in the Business Transactions
    so as to trigger an action if an opportunity is open but not touched for 20 days
    Any advise would be appreciated and rewared as points.
    Thanks and Regards,
    Raj

    Hi Raj
    As any other determination the date determination takes only place as long as no dates are filled. It is triggered then only after dates are changed.
    Nevertheless your szenario sounds a bit strange to me: What is the sense of always having the actual date / actual date -20 days in the date scheme? As this can easily be calculated on request you do not put this into the date scheme; only information that stays over time is put in schemes (and saved along with the opportunity main data in the DB).
    So if you want to stay with the concept the only thing you can do is to re-trigger the date determination of the opportunity by e.g. modifying the dates whenever you are changing / saving the opportunty. This can be done in the ORDER_SAVE badi or in an event (search the CRMC_EVENT_CALL table for an appropriate one). In both cases you need to code some lines of ABAP though.
    Hope this helps,
    Kai

  • Automatic synchronization of Collection Profile in Business Partner

    I'm in the process of implementing FSCM Collections Management in ECC 6.0 single system scenario.
    I configured automatic synchronization of customers with business partners. Whenever a new customer is created, SAP is automatically creating corresponding business partners with general and collection profile tabs. If a customer is changed, SAP is automatically changing business partner general data. This process is working fine for general data.
    However, I would like system to automatically update business partner collection profile data based on certain parameters maintained in customer master company code view. Is there any BAdI available for this purpose? I do know that it can be done through transactions UDM_BP_PROF or UDM_BP_GRP or enhancing these transactions through BAdI, but I prefer to do it at the time customer is created or updated.
    Any suggestion will be appreciated.

    Hi,
    You can directly change the Coll specialist in the BP it self
    Regards,
    D vasanth
    Edited by: vasanth_y18 on Jan 18, 2011 11:50 AM

  • Customer wise employee profile

    Hi,
    The requirement is slightly peculiar and i don't have any clue if this is achievable.
    We have 3 profiles in our organization lets say:
    Profile1
    Profile2
    Profile3
    All the employees in the organization have any one of these profiles (defined in HRMS). These profile needs to be associated with a customer for bill rate definition. For example for
    Customer A - profile1 will be 30$, profile2 will be 40$ and profile3 will be 50$
    Customer B - profile1 will be 20$, ,profile2 will be 25$ and profile3 will be 45$
    Customer C - profile1 will be 15$, ,profile2 will be 25$ and profile3 will be 35$
    When I create a project for Customer A, and allocate resource, the bill rate should be automatically picked up for each employee-profile as defined against Customer A. Similarly it should happen the way we create project and allocate resource for other customers too.
    How is this achievable?
    Thanks.
    Anand

    Hi
    You may use the Labor billing extension.
    This extension is called by the process GDR when the billing method is WORK. This extension will return the bill rate based on a custom logic you may code.
    We are using a similar method.
    You may set up bill rate schedules names for the various customers.
    You may also setup jobs, even though they are not assigned to employees.
    Populate the bill rates values on the bill rate schedule, per job (equivalent to profile).
    Alternatively, we created a custom table with rate schedule name and bill rate per employee profile.
    On the project billing options you can assign the bill rate schedule.
    Then go and develop the extension logic, so for the employee on the expenditure item it will select the profile in HR, and for the project will gather the bill rate schedule name. Then find the bill rate of the employee's profile on that schedule. This bill rate is the output returned by the extension to the GDR process to multiply by the EI quantity of labor hours.
    Dina

  • Automatic update of a part of Jsp

    Dear all,
    I was wondering if anybody could give me pointers on the direction for this :
    I need to update my rows displayed in jsp based on updates done to the database.
    Initially I thought I could do this with refreshing the JSP using the Meta tag for every 5 seconds and then having a sql query run for every 5 seconds and compare it with previous results and if the prev.res < new res. then send the data to the jsp. Obviously this is not the right way. I would love to ask for advise on how I should go from here.
    That is just a part of the problem. The bigger picture is , I suppose, I will need to use AJAX so that I can update only a part of the jsp and not reload the entire page.
    I just have no clue how to go from here. Did a lot of google and found something called hotcell for this. Still, I would love to hear back on advises.
    Thanks in advance for your time spent on this.

    Hi, thanks for your reply. I looked at the ajax code in that post.
    attrResponse should be called from my Action class (controller class in my case since am using spring)
    However, this is extremely useful if I am expecting the user to do an input for me.
    I need to figure out if a Query is updating table abc ( I plan to do it this way :
    I will get the table name from all update queries being executed (this I dont know how I will do though), and then after the successfull updation I will execute the select query for the same table) and then return the result set in the attrResponse.
    ultimately this will help in updating rows displayed in jsp based on updates done to the database without the page being refreshed. For ex, if my current Jsp is displaying my total no. of employees, which is 2 then if someone updates the table with a third employee, then the third row gets automatically updated.
    am I taking it up in the correct way ?
    Is there another way to do this ?
    Thanks for your time on this.

  • After an automatic update, Firefox will start but immediately terminate. How can I fix this problem? I am sick and tired of manually un-installing Firefox!!

    Since Firefox version 12, after Firefox automatically applies an update, Firefox will launch and immediately terminate.
    The only solution is to manually un-install Firefox, completely clean the registry of Firefox entries, and manually re-install a previous version of Fiirefox that will work -- I use version 4.0. And then manually update that version to the current version.
    I DO NOT install the new automatic update option -- that is, the automatic maintenance option.
    BUT never the less, EVERY TIME I check for the latest version of Firefox using HELP --> About
    Firefox, the UPDATE is AUTOMATICALLY RUN and FIREFOX WILL NOT WORK AGAIN.
    I have put with this none sense for 18 versions of Firefox - MAKE IT STOP!!!!!!!
    Thanks, David Breed

    You can use one of these to start Firefox in <u>[[Safe Mode|Safe Mode]]</u>:
    *On Windows, hold down the Shift key while starting Firefox with a double-click on the Firefox desktop shortcut
    *On Mac, hold down the Options key while starting Firefox
    *Help > Restart with Add-ons Disabled
    *https://support.mozilla.org/kb/Safe+Mode
    Can you bring up the Profile Manager to create a new profile (possibly when starting in Safe Mode by holding down Shift)?
    Create a new profile as a test to check if your current profile is causing the problem.
    See "Creating a profile":
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    If the new profile works then you can transfer files from a previously used profile to the new profile, but be cautious not to copy corrupted files to avoid carrying over the problem
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • Firefox does not start up after an automatic update. Every time i try to open it, it just prompts the Mozilla Crash Reporter.

    Firefox does not start up after an automatic update. Every time i try to open it, it just prompts the Mozilla Crash Reporter.
    ''Add-ons: {972ce4c6-7e08-4474-a285-3208198ce6fd}:3.6.10
    BuildID: 20100914125854
    CrashTime: 1290192405
    EMCheckCompatibility: true
    FramePoisonBase: 00000000f0de0000
    FramePoisonSize: 65536
    InstallTime: 1287124738
    ProductName: Firefox
    ReleaseChannel: release
    SecondsSinceLastCrash: 422
    StartupTime: 1290192405
    Theme: classic/1.0
    Throttleable: 1
    Vendor: Mozilla
    Version: 3.6.10
    This report also contains technical information about the state of the application when it crashed.''
    Same thing happens when i click restart.
    No difference when i run it in Safe mode. And it won't let me create a new profile either. Is there anyway else i can extract my bookmarks? This is driving me crazy!

    Did the crash reporter send any crash reports?<br />
    You can see the crash reports in this folder:
    "C:\Users\&lt;user&gt;\AppData\Roaming\Mozilla\Firefox\Crash Reports"
    See: http://kb.mozillazine.org/Breakpad
    See also [[Firefox crashes when you open it]]
    Create a new profile as a test to check if your current profile is causing the problems.<br /><br />
    See [[Basic Troubleshooting#Make_a_new_profile|Basic Troubleshooting&#58; Make a new profile]]<br /><br />
    There may be extensions and plugins installed by default in a new profile, so check that in "Tools > Add-ons > Extensions & Plugins"<br /><br />
    If that new profile works then you can transfer some files from the old profile to that new profile (be careful not to copy corrupted files)<br /><br />
    See http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox<br /><br />
    If that still causes the same problem then do a clean reinstall and remove the Firefox program folder.
    * Download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    * Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    * Don't remove personal data when uninstalling.
    * It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    See:
    * http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • How do you reset the Apple ID to a new one for the automatic updates download tool?  It defaults to my old Apple ID, even though I have changed the Apple ID to the new one everywhere I can find.

    I have an original Apple ID from my personal iPhone and iPad.  I bought a MacBook Pro for business and the Apple Store clerk told me to use the old Apple ID to make setup faster and that I could change to a new one later.   So... I did all that and changed the Apple ID everywhere I can find a place to do so.  And everything seems okay, except the Automatic Updates download tool defaults back to my original Apple ID.  That old Apple ID is grayed out in the login, so I cannot seem to change it to download and update under my new, business-related Apple ID for my MacBook Pro.  What to do?

    Yes, absolutely, you can still use the old ID to update, etc., but I understood the OP to want to simply discard the old one and use only the new one. Maybe I misunderstood...
    And, actually just now re-reading the first post, it could be that the ID had only been associated with the iDevices, so if he established a new ID and associated that with the new MBP, I frankly have no idea if he can still use the old ID on that machine (based on him saying that the old ID is greyed out) - have not come up with this type of situation before.

  • How can I prevent Firefox from ever automatically updating without my say so. It just did, and DESTROYED all bookmarks. I'm BUMMED about that

    There were NO .json files saved anywhere in the 'puter. I need to be reliably OPTED OUT of automatic updating unless the auto destruction forces warn me aforehand to backup my cookies, bookmarks, email and etc. When I now click on Help, I get an automatic start of "downloading Firefox 3.6.6" WHAT KIND OF HELP IS THAT?

    Your bookmarkbackups folder is your Profile folder which is normally a folder hidden by Windows.
    See:
    https://support.mozilla.com/en-US/kb/Lost+Bookmarks#Restoring_bookmark_backups
    http://support.mozilla.com/en-US/kb/Profiles#How_to_find_your_profile
    http://kb.mozillazine.org/Show_hidden_files_and_folders
    Everything indicates that you have Firefox 3.6.3; the current version is Firefox 3.6.6. To check your version at any time, click Help > About Mozilla Firefox.
    You can manually check for updates by clicking Help > Check for Updates.
    To change your options on Automatic Updates for Firefox: Tools > Options > Advanced > Update
    See: http://support.mozilla.com/en-US/kb/Options+window+-+Advanced+panel#Update_tab
    I use the "Ask me what I want to do" option. It will still check, but ask you if you want to update <u>'''IF'''</u> you leave the check mark next to Firefox. Un-check Firefox and you run the risk of missing important security updates. With Firefox checked, it should check for updates, by default, once per day.
    <u>'''''Other Issues'''''</u>: ~~red:You have installed plug-ins with known security issues. You should update them immediately.~~
    <u>'''Update Java'''</u>: your ver. 1.6.0.17; current ver. 1.6.0.20 (<u>important security update 04-15-2010</u>)
    (Firefox 3.6 and above requires Java 1.6.0.10 and above; see: http://support.mozilla.com/en-US/kb/Java-related+issues#Java_does_not_work_in_Firefox_3_6 )
    ''(Windows users: Do the manual update; very easy.)''
    ~~red:Check your version here~~: http://www.mozilla.com/en-US/plugincheck/
    See: '''[http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox#Updates Updating Java]'''
    Do the update with Firefox closed.
    <u>'''Update Shockwave for Director'''</u>: your ver. 10.1 (~~red:very old~~); current ver. 11.5.7.609 (<u>important security update released 2010-05-11</u>; see http://www.adobe.com/support/security/bulletins/apsb10-12.html)
    NOTE: this is not the same as Shockwave Flash; this installs the Shockwave Player.
    ~~red:Check your version here~~: http://www.mozilla.com/en-US/plugincheck/
    SAVE the installer to your hard drive (Desktop is a good place so you can find it). When the download is complete, exit Firefox (File > Exit), locate and double-click in the installer you just downloaded, let the install complete.
    IMPORTANT: I have found it wise to always restart your system after doing anything with Adobe products.
    See: '''[http://support.mozilla.com/en-US/kb/Using+the+Shockwave+plugin+with+Firefox#_Installing_Shockwave Installing Shockwave]'''
    <u>'''You'''</u> ~~red:<u>'''MAY'''</u>~~ <u>'''need to Update Adobe Reader for Firefox'''</u>: your ver. N/A; current ver. 9.3.2
    ~~red:Check your version here~~: http://www.mozilla.com/en-US/plugincheck/
    See: http://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox#Installing_and_updating_Adobe_Reader
    ''<u>You may be able to update from the Adobe Reader installed on your system</u>'' instead of going to the Adobe site and downloading. Start > Program Files, find and click Adobe Reader to open, click Help, click Check for Updates.
    ''<u>If you go to the Adobe site to download the current Adobe Reader:</u>''
    -'''<u>use Firefox to download</u>''' and <u>'''SAVE to your hard drive'''</u> (save to Desktop for easy access)
    ~~red:-See the images at the bottom left of this post to see the steps to take on the Adobe site~~
    -exit Firefox (File > Exit)
    -check to see that Firefox is completely closed (''Ctrl+Alt+Del, choose Task Manager, click Processes tab, if "firefox.exe" is on the list, right-click "firefox.exe" and choose End process, close the Task Manager window'')
    -double-click on the Adobe Reader installer you just downloaded to install/update Adobe Reader
    *<u>'''NOTE: On Vista and Windows 7'''</u> you may need to run the plugin installer as Administrator by starting the installer via the right-click context menu if you do not get an UAC prompt to ask for permission to continue (i.e nothing seems to happen). See this: http://vistasupport.mvps.org/run_as_administrator.htm
    *'''<u>NOTE for IE:</u>''' Firefox and most other browsers use a Plugin. IE uses an ActiveX version. To install/update the IE ActiveX version, same instructions as above, except use IE to download the ActiveX installer.
    *Also see: http://kb.mozillazine.org/Adobe_Reader ~~red:'''''AND'''''~~ [[How do I edit options to add Adobe to the list of allowed sites]]

Maybe you are looking for

  • Smartforms in HTML Format

    Hi Guru's, Please help me. I want to display Smartforms in HTML Format. i.e when I run my Tcode inspite of Print Preview the data should open in HTML Format. Thanks in Advance.

  • Mac OS versions between 10.7 and 10.8

    Hi everyone, I am very new working on Mac, but I need to test an application on different Mac OS versions, so I have some question: 1. Are there Mac OS versions between 10.7.5 and 10.8?, I mean 10.7.6, 10.7.7, 10.7.8 and 10.7.9. 2. If yes, where can

  • Wait() to slow?

    I have a client/server model that use threads to handle the input and output. Basically, I used the idea behind awt's event listeners to handle when something occured that the program needed to deal with. Whenever a download of a byte array completes

  • Password protecting and encrypting received pdf file

    Hello there, how can I password protect (and encrypt) a pdf file that I received from someone else? For example, I may get a copy of my tax return from my accountant that I don't want anyone else to see on my computer or when I back up contents of my

  • I need help with my nano p

    I have a ZEN nano plus GB I have used it meavy 0 times last year this week I started working out again and for some reason it is not turning on. I did the software upgrade and it didn't work. any help will be appreciated.