Change an agreement owner?

I have completed an import of master agreement and agreements.  Many are set with me as the owner, and I would like to change the owner to the correct person.  Is it possible to change the owner or only add someone as a collaborator?
Thanks

Hi Elizabeth,
Yes it is possible to change the owner of a document. See the note below.
Regards,
James
The collaborator importer provides support for importing collaborators on any document that supports them. The importer is listed as 'Document Collaborator' in the import data wizard that is found in system setup.
Collaborators are uniquely identified by their principal (user or group), their type (user or group), and their role (owner, collaborator, etc).
To support updating these values on the collaborator, the importer expects two sets of columns for each of these attributes:
LOOKUP_PRINCIPAL, LOOKUP_COLLABORATOR_TYPE, LOOKUP_ COLLABORATOR_ROLE, PRINCIPAL, COLLABORATOR_TYPE, COLLABORATOR_ROLE.
Each of the columns that begin with 'LOOKUP_' is used to lookup the collaborator to be updated. The other columns are the new values used for the update.
Collaborator Roles that do not allow multiple entries, such as the Owner role, are treated specially. Since there can only be one principal, the LOOKUP_PRINCIPAL column can be left blank for these collaborator updates.
If the document that contains the collaborators has an external ID, then that should be used in the PARENT_EXTERNAL_ID column. For all other cases, the document's unique doc name should be used in the PARENT_UNIQUE_DOC_NAME column. Only one of these columns should be used at a time for each record.
When used in a workbook, the 'Internal Object Type' for the new importer is 'doc.collaborator'.

Similar Messages

  • BAPI/FM to change scheduling agreement's delivery status.

    Hi All,
    I have to check  "Delivery completed" indicator of scheduling agreement.
    I tried using BAPI_PO_CHANGE but it returns the message below:
    "Not possible to process a scheduling agreement using this function"
    Is there any other BAPI or FM to change the agreement.
    I do not want to use batch-input. But if there is no other option I will.
    Note:  I am using system 4.6C
    Thanks
    Mandeep

    hii
    try using BAPI_AGREEMENT_MAINTAIN FM.
    one another FM BAPI_SCHEDULE_MAINTAIN is used to create or change scheduling agreement delivery schedule lines.i hope any FM can help you.
    regards
    twinkal

  • Change Scheduling Agreement and Info Record using Bapi

    Hi Experts,
    Can anybody say how to change the Scheduling agreement and Info Record using Bapi.
    I use BAPI_AGREEMENT_MAINTAIN to change Scheduling Agreement .
    But it does not changing Scheduling lines.

    Hi,
    Please find the below link check the setting are correct or not
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a02cb00a-bfb4-2c10-98aa-e33e7f64ba28?quicklink=index&overridelayout=true
    Reagrds,
    Pramod

  • I just bought a used iPad 2, how do I change the previous owners info for the app store? Whenever I try to buy an app it asks for the previous owners password for the iTunes account. I have my own account Nd would like to use it.

    Need help Changing the previous owners settings for the app store. I can't buy any apps. Because it asks for previous owners information.

    I had this same problem, and it was erased.
    For some really odd reason iPads sometimes retain the last user iTunes account on first visit to the iTunes store.
    I am thinking it is actually the iTunes store recognising the iPad, and so 'helping' by showing the last log in settings.
    So I would also recommend Erase All Content and Settings to start.
    If that was done then what you need to do is log in, or create your own itunes account.
    This is in Settings, Store.
    create your own iTunes account (or log in with an old one).
    Purchase something.
    Then (as long as you don't have any app from the last owner on) it should never ask for the old account again.

  • How do I change the artist/owner name for my podcast?

    How do I change the artist/owner name for my podcast?
    For eg, a podcast has 'The Ricky Gervais Podcast' and underneath 'Ricky Gervais'. I can't see where to change the latter. I can't change that through our podcast host Libsyn.
    Is it done through iTunes?
    Jack

    You can't change anything in iTunes: all infomation is carried in the feed, in this case in the 'itunes:author' tag. there will certainly be somewhere to enter it but if you can't find it you will need to contacts Libsyn; or quite possible Rob Walch, who works for them and posts here, will see this question.

  • I have an iPod Classic that belonged to my late wife how do I change the listed owner?

    I have an iPod Classic that belonged to my late wife; how do I change the listed owner?

    Camariotti wrote:
    I have an ipod classic that has more music then my computer how do I sync the music from my ipod back to my computer?
    -> Recover your iTunes library from your iPod or iOS device

  • Changing SSIS package owner

    I'm ready to deploy my packages, do I have change the owner from developer to sa or dba? If yes can someone guide me how to do that and are there any other things I have to take care of like Protection level (which is presently set to EncryptSensitiveWithUserKey
    sree

    No, we don't change the package owner info when deploying among different environments. 
    If your package has some connection strings that have password or any other sensitive info in the package, it will be encrypted with your user key. If the package is deployed to other environment, it will failed because it will  not be able to decrypt
    the password\sensitive values. So you will have to use some other protection level (most common Encrypt Sensitive With Password) and have sensitive values password protected. When it will be deployed to another environment, share the password with them.
    Thanks, hsbal

  • Error when trying to change scheduling agreement

    Hi gurus,
    I have created a scheduling agreement via me31l and all is ok.
    I'm finding an issue when trying to change the agreement via me32l.
    If i add a new item and save, all seems ok, but the new item is note created and the below error is raises (sm13):
    Function Module: RV_KONDITION_SICHERN_V13A
    Status: Update was terminated
    Report: LV13AU02
    Row: 209
    Error details: Class: VK - Number: 211
    VK 211: UPDATE error Table KONM. Return code 4
    The curious thing is that if we add an item with the same material, the error is not raised and the scheduling agreement is properly updated.
    Could you suggest me how to solve this issue?
    Thanks in advance,
    Valentino

    Hi RAVI,
    the issue was solved with the maintenance of material inforecord. There was only one price condition mainteined with the flag "scales"... We have removed the flag from the interested material, then it has been possible to change and create scheduling agreements.
    Thanks & Regards,
    Valentino

  • Montly changes of schema owner passwords

    Hi folks:
    Our companies policy is to change schema owner password every month. We have over 200 database and 20 unix servers. Our old process is to go to every server and run some script to change the schema owner password by using a input file containing all the scehma name in each database. Now the process is getting more complicated with DATAGUARD.
    I am thinking of storing all these info in a oracle table and have the password encrypted. So every month I can just run one script to change all the schema passwords. What do you think, how do you guys do it??

    user4579454 wrote:
    The reason DATAGUARD making it more complicated is because we have to change SYS password as well, thus we have to copy over the password file over from Primary to Secondary. We have locked all SYSTEM account in all databases already.Copying the pswd file should be pretty trivial to automate.
    As for the others, I'd guess you have a mix of oracle users that are actual humans connecting to the database with their credentials, and oracle users that exist simply to own an application schema. For the first group (the actual humans), I just set password control parameters in the default profile. when their password expires, they are prompted to create a new one when they connect.
    the handful of 'schema owning' accounts can be scripted, using a password generating utility to drive the process. For those accounts, does anyone have to actually know the passwords? Does anyone (including DBAs) ever really have a need to actually connect with those usernames? If not, then the process becomes even easier because you have no need to retain the passwords generated by the change script. And if the need to actually connect with one of those accounts exists on a sporadic basis, you could still script the periodic change, and manually change the password to a known value when needed.

  • HT1222 how can i change the old owners keychain password into mine

    how can i change an old owners keychain password into mine so i can update software

    Create a new keychain.
    I'd generally suggest acquiring and wiping and installing the most recent version of OS X onto the system that it'll support, as you'll spend more time and effort undoing what was done before.  You can usually get the proper distro with a call to Apple.
    Given the iBook is PPC, you'll be limited to Leopard (10.5) at most, and possibly not that version.

  • Project Server 2013 Site Owner not changed when Project owner is changed

    It seems when a project is created the project site "owner" is set to be the person that created the project. If the project owner is changed then site "Owner" is not updated.  This is a problem on several fronts and I am almost
    hoping it is an issue with my install.(We are running Project permissions mode)
    Use Case 1: A project manager leaves the company and the New PM is added as the new project owner. After addition and publish the site owner remains the same as the original. this means the new pm can't share the site (to a stakeholder who is not in the
    ERP) by adding them to the general "Contribute" group or otherwise.
    Use Case 2: a planner creates a portfolio project and gets it through the workflow and all. the PM is assigned but can't add other stakeholders without going back to the planner and having them add them to the project site as an owner. 
    Question: Is this a feature or a bug? Is there a script to do this? 
    Seems kind of cumbersome and has already produced numerous issues for us. 
    Tasks

    Bob,
    Unfortunately, you are seeing the behavior as designed. The Project Site Owner will always be the person, who created the project site (i.e. Project). This is because, after the initial creation, the only groups that are synced are:
    <Site Name> Project Managers (Project Web App Synchronized)
    <Site Name> Team Members (Project Web App Synchronized)
     <Site Name> Web Administrators (Project Web App Synchronized)
    The idea here is that, all 'sharing' of the project site will happen via the project schedule/Project Server. Anybody who is part of the Project team, will be given Team member access, and anybody with rights to save that project will be given project manager
    acess on the Project site,
    This is also good in a way, because, this prevents any license violations, (users who access project sites also should have PWA CAL), that could happen via direct sharing.
    Having said that, you have couple of options:
    1) Make it part of your process that when a owner changes, the admin (or workflow) manually adds the new owner to the Site Owners group.
    2) Disable Project Site Sync, and manage it via the AD Groups (depending upon on your security model).
    Cheers,
    Prasanna Adavi, Project MVP
    Blog:
      Podcast:
       Twitter:   
    LinkedIn:
      

  • How to Change Scheduling Agreement Schedule line data thru BAPI ??

    Hii
           I want to change the shedule line data for a scheduling agreement .
    I used BAPI_PO_CHANGE but as this BAPI is used for PO only this gives a
    Error Message for Scheduling agreement .
    Please suggest me BAPI or FM to update the Scheduling agreement Schedule line.
    Regards
    Ajitabh Pradhhan

    as BAPI_AGREEMENT_MAINTAIN is not available in 4.6c
    Please help me out on hwo to maintain Scheduling Agreements .
    Regards
    Gaurav

  • Accruals not updated for Changed Rebate agreement when VBOF  performed.

    Hi Pals,
    Need your assistance in solving an incident  . our client has changed the  valid to date  of the  rebate agreement on 29.04.2014  in VBO2  from 28.02.1014 to 31.12.2014, later it was observed that  the rebate accruals for the blling documents generated after 28.02.104 to till date were not updated even after running the report VBOF. There are 15000 invoices after 29.04.2014 , hence it is difficult to check which invoices carries my rebate condition type.
    hence pls advice on
    1. how to find out the invoices for the changed agreement .
    2. How to update the accruals for the invoices that were created after  28.02.2014 to till date.
    An early reply would be highly appreciated.
    Br
    Krishna.K

    Dear krishna
    i tried your scenario--so after changing the validity for my Material rebate agreement type--i ran VBOF(SDBONT06)--so system has shown the updated billing doc with rebate which was not having any rebate condition earlier.
    Have you tried by retrieving all the billing docs created after service render date of 28th Feb14.
    Please take all the billing docs created after this date from VBRK table and you check some random billings docs whether rebate condition type is active with condition record or not.
    (other wise you try with by executing condition record numbers in KONV(doc condition number--then followed by VBRK)
    pl update us..
    Phanikumar

  • Unable to change home folder owner? ls -al showing root

    Hello.
    I seem to be unable to change the owner of my home folder?
    I have tried to use the following command:
    sudo chown -R myusername /home/myusername
    I even tried to log in as root and do the same, and still ls -al shows root as owner..
    I think i have been able to chmod the home folder though, because i can create and delete files in my users homedir.
    However, this is kinda bothering me because vncserver seem to be unable to read its passwd file as its asking for a new password every time i start it.. (unless i start it with sudo, but then it reads the passwd file from /root/.vnc/passwd)

    If you want proper permissions/acl support you'll have to create a usermapping from uid and gid to microsoft sid. If I don't want to share it with windows I create a usermapping like this:
    https://www.tuxera.com/community/ntfs-3 … r-mapping/
    #!/bin/sh
    domain=$(sed -e "i obase=10\nibase=16" -e "s/[[:xdigit:]]\{8\}/\U&\n/g" /etc/machine-id | bc | {
    read a
    read b
    read c
    echo "$a-$b-$c"
    echo "# generic \.NTFS-3G\UserMapping"
    echo "# (id generated from /etc/machine-id)"
    echo
    echo "# root group"
    echo ":0:S-1-5-21-$domain-512"
    echo "# root user"
    echo "0::S-1-5-21-$domain-500"
    echo "# user group"
    echo ":users:S-1-5-21-$domain-513"
    echo ":100:S-1-5-21-$domain-513"
    echo "# generic template"
    echo "::S-1-5-21-$domain-10000"
    Last edited by progandy (2014-03-31 16:16:19)

  • How do I change the Mac "owner"?

    I made the mistake of having my old pc contents moved to my new iMac. The problem is that pc was bought used from a very nice woman whose name was forever listed as the admin/owner... on the PC. And now it's on the Mac too! When I use "Get Info" it won't let me change the name. Any ideas? (Note it's the LamyaLari I am trying to change. Thanks.

    That's just the name assigned to the user, not the owner of the machine or anything deep like that.  Unfortunately, changing the name of the user is, whilst possible, most definitely not recommended, as it isn't a perfect process and breaks things.
    The best solution is simply to create a new user with the name of your choice, migrate your data into it and delete the old one.  I understand this may be a pain, but it's the most trouble-free solution.  There'll be a useful script (or similar) somewhere that'll help change the owner and group on your files quickly and easily.
    I'd also highly recommend you make the new user a "Standard" user, not an "Admin" user, and create a separate Admin-level user for when you have to perform Admin-level tasks.

Maybe you are looking for

  • How to use the .aliases file to resolve a host's address?

    I am trying to setup a communication between a RT PXI system and a windows computer using network shared variables (shortened to "shared variables" in the further text). Both of the computers shall run compiled executables. The documentation concerni

  • Having issues with syncing the ipod to the itunes

    when i load the ipod after rebooting it will say songs on ipod "name" cannot be updated because all of the playlists selected for syncing no longer exists HELP! i just got the ipod nano and i dont want to have to return it. it was an earily christmas

  • ITunes not showing Summary page

    After a successful download of iTunes 8.2, I now have a relatively minor issue. Whenever I connect my Classic to sync, iTunes no longer shows the "Summary page." I'm sure there's a way to get to that "view," however, I don't seem to be able to find i

  • Why isn't the CBO using my indexes?

    Why isn't Oracle using my indexes to join 2 big tables? I ran statistics last night before kicking off this job. I don't want to have to use hints. STAGING_TXN_081 has Primary Key on VSYS_STAGE_ROW_ID TRANSACTION has an index on STAGING_RECORD_ID Rec

  • Duplicate Invoices getting posted in MIRO

    Dear Expert, My user has raised an issue that while posting a MIRO transaction duplicate documents are getting generated with the same details(amt, invoice ref etc.) in a span of 30 seconds giving two document numbers. I have asked the user to revers