Transaction RSZC changed owner

Hello experts.
I'm using trn RSZC to copy a huge number of queries from one InfoProvider to another, due to a massive migration of information from the first object to the second. This procedure works fine.
Now the problem is that the new queries cannot be changed by their real "owners",  as my own userID has become the owner of all the migrated queries.
This is correct from a technical perspective, but from a business perspective I am not the real owner of these new queries, and I would like to return back the "ownership" to the real ownersv so that they can keep doing the maintenance of their queries in the most transparent way.
Is there any solution for this?  (other than instructing the users to make new "copies of the copies".. as there are a huge number of queries in this situation.. )
Many thanks in advance!
Fernando

Hi,
This is not a suggested method but you can get what you want
If it is in development, then you can go to the table RSRREPDIR and for your queries, you can change the owner of the queries directly in the tables. And the owner will be changed to the corresponding users assigned here.
So when you transport it to production, the owners will be the rightful owners.
Hope its helpful.
Regards,
Joe

Similar Messages

  • Background job executed as SAP*, need advice to change owner.

    Hi all,
    I'm facing an issue where my SAP background job currently has 2 job "SAP_CCMS_CPH_REORG" and "SAP_CCMS_CPH_HRCOLL" under the ownership of sap. I would like to move them away from SAP ID.
    I have tried to recreate the job using sm36 (and using my ID with sap_all profile) in testing environment, but it not seem to work.
    Highly appreciates any advices and/or pointers with regards to the above mention question.
    Thank you.

    Hi all,
    Thank you for the reply but I have forgotten to add a few updates.
    The issue is that I can change owner from SAP* to my ID with sap_all profile.
    But, after execution,
    Job with sap* owner ended successfully, with spool status marked as completed.
    whereas
    Job with my ID as owner ended successfully, but spool status marked as "waiting"
    error mesage:
    Description          Value
    Status:              Frontend unavailable
    Last event:
    Message:             Request on hold
    Date:                19.02.2009
    Time:                11:57:28
    Job status:          On hold
    Error class:         Delayed
    Area:                Data transfer
    Printout:            Not printed
    Apologies for the inconveniences caused.

  • HT201317 Change Owner photo stream

    Hi all,
    How do you change owners for a shared photo stream?  Can there be more than one owner for a shared photo stream?!
    Thanks,
    Ryan

    Or do I just need to delete the Photo stream and start over with a new owner?

  • Changing Owner & Business Group of ASD Custom Resource

    So this is a bit of an expansion of this discussion: https://communities.vmware.com/thread/500669?start=0&tstart=0
    You will see that pizzle85 managed to solve his challenge of BG object ownership by using an ASD Service Catalog Request located in each Business Group's Entitlements so a member of the business group can just run the Provision required to bring the BG item under management in the business group.  This is quite an effective method to solve the need.  He then has a Resource Action that allows for re-"Provision" which changes owner within the business group: a necessary task because managers tend to move around a lot so they can look busy. (just kidding, I love managers--who have a sense of humor)  So to change owner... just perform a "provision" again.
    Apparently this is one of the best kept secrets in vRA because it has been hard to figure out, and nobody is writing about it.  (I can only assume that there is some SE out there who has worked with the developers to get this capability going and it hasn't been shared widely.)
    Note: I think Business Groups as a Service is something I need to plan for (vs centrally managed Business Groups) even though their future implementation might vary, so my examples here are related to that effort because I am too lazy to demonstrate a generic example.  BUT... the idea is... ownership of ASD Inventory Objects (representing ANY Custom Resource) can be modified using this method.  Ownership includes both the owner represented by "ME" in the Items list... and the Business Group  (subtenant Reference & Label) where the item resides in inventory.
    In 6.2.x, I have not found any method in the vRO plugin for vRA to be able to change ownership and business group of an ASD Custom Resource Inventory Item, but it can be accomplished via a combination of (1) ASD Service Catalog or Resource Action "Provision" capabilities and (2) REST calls through the vRA plugin service channels.  (the latter uses the plugin service account authorizations/entitlements)
    Consider this image...
    This could represent a central management point for many business groups: where I can assign a set of resource actions allowing for automation of various business group needs, an anchor point for actions.   Those in the sktest business group Support User or Manager Role would be able to see all the business groups globally if they were all provisioned in sktest.  (a bucket to manage from)
    This also could represent a starting point where business groups are created as real objects, returned as custom resources, and "provisioned" as inventory object items.  But once there...maybe you want to move it?
    Let's say we later decided, seantesting doesn't belong in sktest because we wanted to change from the "we manage it for you" model to the "manage it yourself" model.  How do you move it?
    Like this...
    And it moves now owned by the vRA plugin service account... (which an entitled user could run Take Ownership and own it in that business group)
    The service account obviously needs to be part of the destination business group and as it ends up, has to have an entitlement to any "provision" action in the business group even though the object doesn't exist there.
    This is a tricky hack and this is how it works...
    1. vRO workflow calls the Take Ownership Action in vRA via REST (front door process).  As noted before, this has a provision attribute to the action which we know changes the owner.  So we would expect that the owner would change to the user that is making the request: which is the service account.  The service account becomes the owner, but this wouldn't change the Business Group.
    2. So we change subtentantRef and subtenantLabel in the REST call to the business group we want to target, even though the object isn't in inventory in that business group.  And Voila! The business group item representation re-provisions as a new owner in a new business group.  Effectively changing the owner and moving the object from one BG to another BG using the management-method vs the self-service-method (the latter as pizzle85 did).
    Again... maybe you care less about Business Groups.  Maybe you would prefer self-service. It is the capability of moving a custom resource inventory representation that matters.
    Here is an example of the REST call to run the "Take Ownership" action.  I have a script before this that pulls in all the variables for the "Resource" I am targeting (from the BusinessGroup object ID), the action I am running  (Take Ownership ID), the business group Ref and Label) and some of the properties I need for the Take Ownership action like bgName... but those are actually not necessary. (all of the "entries" are what is required per the Take Ownership request... if that request didn't require any inputs, there would be no entries... it is the top change of subtenant that allows for the BG move)
    System.log("resourceRef: " + resourceRef);
    System.log("resourceActionRef: " + resourceActionRef);
    System.log("targetRef: " + targetRef);
    System.log("targetLabel: " + targetLabel);
    System.log("bgName: " + bgName);
    var payload ={
    "@type":"ResourceActionRequest",
    "resourceRef":{"id":resourceRef},
    "resourceActionRef":{"id":resourceActionRef},
    "organization":{"tenantRef":"vsphere.local","tenantLabel":"vsphere.local","subtenantRef":targetRef,"subtenantLabel":targetLabel},
    "state":"SUBMITTED",
    "requestNumber":0,
    "requestData":
    {"entries":[
    {"key": "provider-rYouSure","value":{"type":"boolean","value":"true"}},
    {"key": "provider-bgName","value": {"type": "string","value":bgName}}]}
    payload = System.getModule("org.dojotoolkit.dojo.json").serialize(payload);
    System.log(payload);
    Server.log(payload);
    var catalogRest = cafeHost.createRestClient(vCACCAFEServicesEnum.CATALOG_SERVICE);
    var response = catalogRest.post("consumer/requests",payload);
    Best of luck in your Automation Efforts!
    Sean

    Turns out... it is likely not required as part of the request data.

  • XD02 transaction to change the customer data for updating KNA1 table?

    Hi all,
    How can we use XD02 transaction to change the customer data for updating KNA1 table?
    Give the steps.
    Thanks in advance
    rk

    Hi KR,
    Why don't u use BDC to run XD02.
    With Regards,
    Zafar Ali

  • Transaction MMAM - Change material type

    Does anybody have documentation on transaction MMAM - Change Material type?
    Many thanks,
    stefano MAzzarelli

    Hi Stefano
       Kindly go thru the below link, this might help you.
    <a href="http://help.sap.com/saphelp_erp2005/helpdata/en/ff/515b2449d811d182b80000e829fbfe/frameset.htm">Change Material Type</a>
    Thanks,
    Alexander

  • Change owner

    i want to give change owner authorization to user in marketing document where is that authorization

    hI  Ajit
    it could be done through two ways however i cant give u the query for that  as i don't have but could tell u they
    one way is through SP that could Solve ur problem nd second way is through SDK but i would not recommend using the SP as sap does not support usage of it
    so u can ask other fellow  user to provide u with the query for either of the ways
    or there is a third way that is most easy out of the others thats is through creating additional authorization
    go to admin-system initialization authorization- addiction authorization creator then create a new authorization under the form id please place the "form number.item number" and save the document
    and please don't forget to click on items and under option place "Full/Read/None"
    and then go to authorization window choose the user id for which u wana place the restriction then move down to user authorization there u would find the authorization that u made in additional authorization creator and assign the authorization as per your requirement
    Hope that would help u
    Regards
    Mannish
    Edited by: manish.malik on Jul 19, 2010 5:37 PM

  • Transaction: VD02 - Change customer general data

    Hi All,
    Transaction: VD02
    Change customer general data
    We should have access to the alternate tabs in this view (General Data, Company Code Data, and Sales Area Data).  We needs to be able to make changes to fields within these tabs.
    They are all greyed out and he can make no changes.

    Dear friend
    You use t code XD02 input your company code and sales area
    This will open up all the three levels general data,company code data and sales area data which you can modify
    In OBD2 if those fields are kept only as optional then try in OB20 t code  (create customers centrally )
    Check here if there are any fields are kept in display
    In standard settings OB20 each and every field should be optional
    OB20 has the control over OBD2
    If any field is kept as display in OB20 then in OBD2 if you keep that field as mandatory even then that field will only be in display mode during CMR creation because OB20 has the control over OBD2
    Regards
    Raja

  • Changing owner on GPO give error

    My account is in Group Policy Creator Owners and can create GPOs fine.  I can modify permissions via the Delegation tab as well.  But when I go to try and change the owner of a policy, I get:
    Unable to set owner on <GUID>. The parameter is incorrect.
    It shows me having Modify Owner access on this policy so why would this not work for me?  Thanks.
    BTW, a Domain Admin can change this with no error.

    Hi,
    >>If you are saying to give Group Policy Creator Owners access to modify the owner of all GPOs, that is not acceptable in this environment.
    I am saying that we can just edit access control list of the GPO that we want to change its owner but not all GPOs.
    >>Seems to me if you are the owner of an object, you should be able to change this but that is not happening with GPOs in our case.
    Please follow the advice (giving the create owner
    change owner permission) I provided in the last reply to see if the issue persists.
    TechNet Subscriber Support
    If you are TechNet Subscription user and have any feedback on our support quality, please send your feedback here.
    Best regards,
    Frank Shen

  • Query - Change Owner

    Can we change the owner of a query. Since we have security setup that only the owner can modify we will run into situations where an employee is leaving the company but someone else is taking over their query.
    Thanks

    Hi,
    You can not change Owner of a Query...
    You can try this:
    First save existing Query with different technical name by required developer/user.Then delete old(original Query)..now save that Query with the same original tech name and delete old one..
    For example:you have a Query with tech name 'ZQUERY'.
    1.Save this Query as 'ZQUERY1' and delete 'ZQUERY'.
    2.Now save 'ZQUERY1' as 'ZQUERY' and delete 'ZQUERY1'.
    If you Perform 2nd step with required User ID,You will have desired Owner for this Query..
    Hope this helps.

  • When we change owner of a task or a request is any log maintained anywhere

    HI ,
    When we change owner of a task or a request is any log maintained anywhere
    suppose we want to check who were the owners of a particular task is there a table which
    saves this change informatiion ,also when we transport a request to say  QA then in QA will
    the individual tasks be present or only the request .
    Thanks

    Hello
    The owner of a request or task is stored in E070-AS4USER. For this table there is no change log active (obviously).
    Thus, you will not find this change of the request/task anywhere except you define it yourself.
    Regards
      Uwe

  • Delete the transferred values using the transaction for changing old assets

    how to Delete the transferred values using the transaction for changing old assets.
    i want delete the my asset.
    Thank you
    Anil

    Dear Anil,
    AS06                 Delete Asset Record/Mark for Delet.
    AS26                 Mark group asset for deletion     
    Hope this will help.
    Regards,
    Naveen.

  • AGIS Inbound 'Transaction Status' changes to error on clicking Approve

    Hi,
    AGIS inbound 'transaction status' changes to error on clicking Approve or Apply button? how to find what is that error as I am not able to find any error message.
    What are the causes for this error ?
    I manage to generate the outbound transaction. When the recipient has received and approve, it shows an error under - Transaction Status and in the outbound side it shows Batch Status as Error.
    Can some one help to to find out the way to fix it.
    Thanks in Advance,
    Thejas

    Something might have gone wrong in the Workflow. Please check the metalink document 785167.1
    Thanks,
    John.

  • Change Owners and Remove Previous Owner

    We setup both a Visual Studio Online and Azure Development under my contract Developers account who is the sole owner at this time.  I would like to know if we can change owners and then remove my current developer from any administrative roles. Also,
    would all the development work and setup for VSO and Azure move without deleting work done to date? Further to this I would like to change the URL?

    Hi pphawkins,
    For Visual Studio Online account, you can ask the contract Developers to add your MS account to a team member of the Visual Studio Online account and then change the owner ship to your account. Check this
    page for more details.
    If the Visual Studio Online account is linked to an Azure subscription, you can also unlink it then relink to your own Azure subscription. If the development work is deployed to Auzre websites/cloud service, then you might continue
    to keep the linking with former Azure subscription if you don't want to make changes. Or you can deploy to your own Azure websites/cloud service if you'd like to link your Azure subscription to your Visual Studio Online account. Another
    other concerns related to Azure, you can also open a new thread in Azure forums. Thanks for your understanding.
    Best regards,  
    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.

  • LSMW Transaction IA06 - Change general task list

    Hi,
    I'm using BDC for transaction IA06.  But now I've encountered a problem in the maintenace package.
    For each GROUP(PLNNR) and COUNTER (PLNAL), there are different number of maintenance package: screen field: RIHSTRAT-MARK01, RIHSTRAT-MARK02, RIHSTRAT-MARK03, etc.
    In my source data, the input value is in number which corresponds to the text in each RIHSTRAT-MARK  For example, the maintenance package for group PRPMP counter 1 has 1, 2, 3, 4, 8, 12, 16, 26, 52.  From my source data, the package is 12, then I will have to check the 6th box. 
    The problem is, there are different number of packages for each group and counter, and the sequence of package text is dfferent too. 
    I'm wondering if there is a table that stores the number of package and it's corresponding text for each group and counter?
    I've searched the forum, but there seems no discussion about this issue.  I'd appreciate any feedbacks from you.  Thanks in advance.
    Lily

    Lily Wu:
    Were you able to find a solution to loading the data maintenance package: screen field: RIHSTRAT-MARK01, RIHSTRAT-MARK02, RIHSTRAT-MARK03, etc.  ??   Transaction IA06 (Change General Task List: Maintenance Package Overview), Program SAPLCPDI, Screen 3600.   I have searched forum too and do not see discussion on this topic also. 
    I have a similar situation needing to load Maintenance Package indicator data via IA05 thru LSMW.  I have an LSMW using the Standard Batch/Direct Input.  It is using Object 490 (Gen. task list) Method 0000 and the program Name is IBIP.  I am able to import 2 files.  1 for the Task List Header to Structure IBIPTLST.  The 2nd file to the Task List Components IBIPTMAT.  This process works, but the requirement is to also load the data to update ("check") the  screen field: RIHSTRAT-MARK01, RIHSTRAT-MARK02, RIHSTRAT-MARK03, etc. with the proper 'X's for each component.
    I have found suggestions to use the IBIPMPAC (Maintenance Packages) structure to load.  But this structue is looking for a 2 character field (i.e. KTEXTZYK01, KTEXTZYK02, etc.  of type KTEXTZYK).  This looks like the data that would be used for Maintenance Strategies Cycle Lengths found in IP11.
    Any assistance in loading the Maintenance Package indicators is helpful.  Thank you in advance.
    Jim

Maybe you are looking for

  • Can't get itunes to work for windows xp 64 bit

    I can't get itunes to work for windows xp 64 bit. It won't even download.

  • Catching an exception (help)!!!

    Hi everyone, the problem i have is when the user enters a number that is out of bounds (higher or lower than the excepted values it should prompt the program to write to the screen "out of range, try again" or something along those lines. However, it

  • Blank JSPs.

    Hello, all.           Maybe someone can give me a hand. Don't see anything else similar here... so           hopefully it is just something I've overlooked.           The problem:           WebLogic works (alright.. that isn't a problem)... =) We've

  • SQL/Plus screen buffer width

    How do I set the screen buffer width in SQL/Plus other than going to Options->Environment->Screen Buffer->Buffer Width? I want to be able to change this programatically within a script but I can't figure it out.

  • System is slow when I hover over Airport logo in status bar

    When I have the Airport logo in the status bar and I hover over it or go to click on it it seems to slow everything down (around that area). So the menu will take a while to load, or I won't be able to move to another icon in the status bar etc. I wo