Expense Report - Change or delete an address within the portal

Guru's,
When creating and expense report, we would like to be able to delete or change an existing address from the dropdown for the "Destination Address" field on the general trip screen..  When a user first comes into the expense report, the default value in the field is "New" and the "Add" and "Change" buttons to the right of the field are available.  However, when the user selects a previous address from the dropdown, the change button becomes disabled and you can no longer change a prior address.  In addition, is there a way to delete previous addresses from the dropdown?
Any help is appreciated,
DJG

Hello,
It is no longer possible to "delete" the address you have maintain once it is used. It will be available in the drop down menu
as a suggestion, the next time you create your travel expenses.
Cheers,
Raynard

Similar Messages

  • HT204053 how do i change my icloud email address from the one i already have input?

    how do i change my icloud email address from the one i already have input?

    Hi sparkie,
    You cannot change your iCloud email address. It is an @me.com address, and is associated specifically with that iCloud account. If you want a different @me address assigned, you have to delete the current iCloud account and set up a new one.
    Here is a link with all the support information for iCloud:
    http://www.apple.com/support/icloud/
    Hope this helps!
    Cheers,
    GB

  • I need to change my e-mail address in the app store to enable me to get updates and buy more. How does this happen??

    I need to change my e-mail address in the app store, how does that work??

    On apple website, seraching on support, the article HT1918 explains.
    Log into your apple ID and edit your personal information, where email can be changed as well. All applications as itunes stores, apple store and icloud use this same apple ID, so be aware of this.
    I hope I was helpful !

  • Using a iPad.  How do you delete unwanted address from the drop down list.  I typed in a wrong address once, and now it keeps showing up.

    Using a iPad.  How do you delete unwanted address from the mail drop down list.  I typed in a wrong address once, and now it keeps showing up.

    Winfax1-
    Look in your Contacts App and see if the unwanted address is entered there.  If it is, you can delete it there.
    Fred

  • I have changed my e-mail address on the apple ID website and have been able to change it for ICloud.  My e-mail address (ID) has not changed for I-tunes and therefore, I can't install updates. ??

    I have changed my e-mail address on the apple ID website and have been able to change it for ICloud.  My e-mail address (ID) has not changed for I-tunes and therefore, I can't install updates. ??

    If this is on your computer's iTunes then log out via the Store > Sign Out menu option and then log back in with the updated version of your account. If on an iOS device then tap on your id in Settings > iTunes & App Store and log out and then log back in.

  • How to delete a Page in the portal

    Hello gurus,
    Could you please tell me how to delete a Page in the portal?
    Thanks in advance for any helps.
    Regards,
    Niki Nguyen

    I've tried that procedure, but it keeps giving me a message below, so it won't allow me to delete the Page, what is the next step?  Please advice.
    MESSAGE:
    An error occurred. Objects could not be deleted.
    Objects in the selected folder or object are currently locked
    Thanks in advance for any helps.
    Regards,
    Niki

  • Create Web Service within the Portal

    Hi, all.
    I want to use SAP Portal for generating Portal web services on a base of some external procedures.
    But to use NWDS in such way as to implement this procedure in EJB and create a web service for it seems not the best solution for me.
    Are there any other ways to do it? For example, are there any utilities that can help me to generate a web service within the Portal?
    Regards, Sergey.

    Hi,
      Follow the steps given in the following link to create portal service.  
      <a href="mhtml:https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0b57e590-0201-0010-a29f-abd37a436f54!http://localhost/Documents%20and%20Settings/i024527/Desktop/Linda/start.htm">how to create portal service</a>
    Rds,
    Shanthakumar.
    Assign points for useful answers.

  • Caching strategies within the portal server.

    Could someone please explain the caching strageties available within the portal server?
    We would like the ability to cache the html returned from our getContent methods on a service by service level. Defining the cache duration would be helpful as well.
    I have seen the "max caching time (minutes)" in Domain --> Profile --> Session within the admin console but have not found any documentation to support the field.
    -thanks
    -matt

    That caching attribute is for session information. The session cache is updated every 3 minutes. Portal has no content (html) caching. You would have to write a custom provider that does that.

  • Using Powershell to delete all users from the Portal

    Summary
    This script will delete all users from the Portal except for Administrator and the Built-In Sync account.
    Based on Markus's "Delete a User" script.
    Useful when developing your system if you want to quickly clear out the data and start again.
    set-variable -name URI -value "http://localhost:5725/resourcemanagementservice' " -option constant
    function DeleteObject
    PARAM($objectType, $objectId)
    END
    $importObject = New-Object Microsoft.ResourceManagement.Automation.ObjectModel.ImportObject
    $importObject.ObjectType = $objectType
    $importObject.TargetObjectIdentifier = $objectId
    $importObject.SourceObjectIdentifier = $objectId
    $importObject.State = 2
    $importObject | Import-FIMConfig -uri $URI
    if(@(get-pssnapin | where-object {$_.Name -eq "FIMAutomation"} ).count -eq 0) {add-pssnapin FIMAutomation}
    $allobjects = export-fimconfig -uri $URI `
    –onlyBaseResources `
    -customconfig "/Person"
    $allobjects | Foreach-Object {
    $displayName = $_.ResourceManagementObject.ResourceManagementAttributes | `
    Where-Object {$_.AttributeName -eq "DisplayName"}
    if([string]::Compare($displayName.Value, "Administrator", $True) -eq 0)
    {write-host "Administrator NOT deleted"}
    elseif([string]::Compare($displayName.Value, "Built-in Synchronization Account", $True) -eq 0)
    {write-host "Built-in Synchronization Account NOT deleted"}
    else {
    $objectId = (($_.ResourceManagementObject.ObjectIdentifier).split(":"))[2]
    DeleteObject -objectType "Person" `
    -objectId $objectId
    write-host "`nObject deleted`n" $displayName.Value }
    Go to the FIM ScriptBox
    http://www.wapshere.com/missmiis

    The DeleteObject function opens and closes a connection for each object.  This approach is faster:
    http://social.technet.microsoft.com/wiki/contents/articles/23570.how-to-use-powershell-to-delete-fim-users-that-have-a-null-attribute-name.aspx
    Mike Crowley | MVP
    My Blog --
    Planet Technologies

  • How do I access the remote(requesting) clients IP address through the Portal API?

    How can I access the remote(requesting) clients IP address through the Portal API?
    On our 4.5 - IIS system, we can acces it using the Request.ServerVariables("Remote_Addr") in the ASP pages.
    We are deploying 5.0 on Java Portal and would like to be able to do this through the Portal's API so I can call it in one of our custom login Activity space or control etc.
    I have looked documentation for the HTTPServletRequest object. It seems like we should be able to access it through one of the methods getRemoteAddr if we can get a handle to HTTPServletRequest object through the Plumtree's framework.
    I think the XPRequest object encapsulates the HTTPServletRequest but I didn't see getRemoteAddr method listed in the Javadocs.
    Is there a way to access the client's IP address through the Plumtree's framework?
    I need to do this so we know the location of the user and in our business case we have fixed IP adresss which let us identify which location is user accessign the system from. We can't do this through preferences or profile because we have to use generic userid for the specifc group of users.
    Any help on this would be appreciated.
    Thanks.
    Vanita

    Hi, Vanita. For now, you can use
    stringsClientIP = HttpContext.Current.Request.ServerVariables["REMOTE_ADDR"].ToString();
    Hope that helps!
    Sarah

  • GP instantiate from within the portal

    Hi all,
    does anyone know if I could insantiate a GP process within the portal so as to have every action/block described with a user friendly name and not its technical name as it is in GP? I want to have different names for  the steps in design and runtime. Is that possible?
    Best regards,
    Vera

    Hi,
    Here are few suggestions from the [GP wiki|https://wiki.sdn.sap.com/wiki/display/BPX/GuidedProcedures]. Take a look at the [portal entry (it is the last one) on this wiki page|https://wiki.sdn.sap.com/wiki/display/BPX/IntegrationIssues] to find out how to start a process from the portal. 
    For a user-friendly way to describe a GP process, search for "ProcessIdbyPath" on the [API GP wiki page|https://wiki.sdn.sap.com/wiki/display/BPX/GuidedProcedurevia+API].
    Dick

  • How can I change my iCloud email address when the account that is attached to my iCloud right now does not exist. I tried to delete the account attached to my iCloud on my iPhone but it requires a password. The password I type in does not work because I h

    help please

    If the old ID ("email address") is your ID, and if your new ID was created by editing the details of this old ID (rather than being an entirely new ID), go to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iDevice, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • How the heck does one change one's email address in the Control Panel

    I know this is the wrong place to post this but I don't know where the right place is!
    In about a week I am changing to a different broadband provider and the email address I have associated with these forums will no longer be valid. Obviously very easy to deal with - just go to "Your Control Panel" and change the email address ! I must be missing something because I can see my email address but cannot see any way to change it ! What am I missing?

    sabre150 wrote:
    Thanks for that! I tried to use an old email address of mine but it won't let me because 'that account already exists' . Had to create a new one!
    What a wonderful bit of software this forum software is.My +5k post count did not make it through the migration;
    When the migration guidelines said you have to use the same email address in the old and the new account I just changed the email address in the old java forum account to be a current email address, then signed up to the new forums with that... They could have said it must be the email address you used when you originally signed up in the old java forum - but that was back in '98 and I probably did not have access to that when the migration happened...
    I don't particularly care about the post count, but as my old posts are not linked to my account it makes it difficult to search through them...

  • How can I delete old addresses from the automatic fill?

    I set up a new account on a G4 PowerMac with 10.3.9 installed. This computer was being used previously by one of my other users. My question is: whenever the new user wants to send a new message and she types in the address she needs to use, it is set to automatically fill the address. All of the old user's addresses still appear as choices. How do I delete all the old addresses? I've already deleted all the old addresses from the address book. But they still appear in the automatic fill. Is there a cache somewhere to empty?
    Help!
    PowerMac G5 2.3GHz 250 HD 1.5 Gb RAM   Mac OS X (10.4.5)  

    Kately,
    Mail>Window>Previous Recipients>(Select as desired) then click on "Remove From List"
    ;~)

  • Is there a way to delete email addresses in the body of an email.  I do not want to forward email addresses in an email sent to me.

    How can I delete email addresses in an email that I want to forward on an iPad 2?  Surely there is a way to delete them all at once instead of one by one.

    Press and hold over the text you want to cut. After around 2 seconds a magnifying glass appears.
    Click select and some text will be highlighted in blue.
    Drag the blue bars at the beginning and end of the selection to include all the text you want to remove.
    Click on Cut.
    tt2

Maybe you are looking for

  • Active users request taking too much time

    Hello, every time i run "active users" request it take about 40 minutes and errored out the following X connection to aixtst01:1.0 broken (explicit kill or server shutdown). any idea?

  • Error in service call of Resource

    Hi, We are getting following error after logging to portal . the error message is     Portal Runtime Error An exception occurred while processing your request Exception id: 06:51_10/11/09_9448_11617051 See the details for the exception ID in the log

  • System.out.println crashes wireless toolkit

    I'm using system.out.println calls to create debugging commands to test my application. They mostly work but if I try to print out a lot at once the wireless toolkit crashes. This is all on my computer, not on any mobile device. The error I get is: E

  • PO Smartforms in ECC6.0

    Hi, I could not find smartform for PO (/SMB40/MMPO_A) in ECC 6.0. Is there any Note or Add on to be installed for this? Thanks , Raja

  • RecipientThreadLimitExceeded in message tracking logs, queuing and holding up local email delivery to office365

    Please let me know if anyone knows an answer to this one... We're in a Hybrid Exchange environment, with 2 x Exchange 2007 servers,  and 1 x Exchange 2013 Hybrid server which is pointing to Office 365 for the purposes of relaying mail to O365 while w