Regarding User and Transport request

I have unreleased transport request still, created at old client 5XX. Now this old client 5XX does not exists.
From the new client, I am trying to release or delete those Trans Request using User SAPUSER/DDIC.but i cannot delete.
However if using the Old customer user id ZXXXX, who created Transport request, we are able to delete those Transport request by changing the old client to new client.
How to solve this issue any ideas.
regards

Hi ,
u can include those old transport requests into  new transport request , then do the transport.
check tcode SE03.
regards
Prabhu

Similar Messages

  • Attaching Package and transport request for existing SAPScript

    Hi!
    I require to attach development class and transport request in one existing SAPScript. Can anyone please suggest how to do?
    Thanks and regards,
    Atanu

    Hi Atanu,
       You can try following two methods -
       1. Display SAPSCRIPT and use option goto -> Object directory entry and change the "Package".
       2. If that is not allowed, try using Txn. SE03 and try changing Object directory entry from there.
      If you assign a package which is transportable, system will prompt you for a transportable request.
    Cheers,
    Sanjeev

  • Ifference between change request and release request and transport request

    what is the difference between change request and release request and transport request and customization  request?

    Please refer to this link :
    http://help.sap.com/saphelp_nw2004s/helpdata/en/57/38e1824eb711d182bf0000e829fbfe/frameset.htm
    Regards,
    Praveen
    Pl reward if helpful

  • Difference between CTS and Transport request

    Hi,
    i need to know what is the Difference between CTS and Transport request.
    kindly expecting replies

    CTS (Change & Transport System)
    The CTS is a tool that helps you to organize development projects in the ABAP workbench & in customizing and then transport the changes between the SAP Systems & clients in your system landscape.
    This docuentation provides you with an overviewof how to manage changes with the CTS & essential information on setting up your system & client lanscape & deciding on a transport strategy. Read & follow the documentation when planning ur development project.
    For practical information on working with the Change & Transport system, see Change & transport Organizer & Transport Management System.
    Transport Request
    Transport Request is a Request number where the developments are given logical storage number which in turn help in transporting the developments to one system / server to other server.
    T.Code SE09 & SE10 are used to Transport the request..
    Click the Display button.
    The list of Workbench ( Workbench request )Customizing ( Customizing request) are shown.
    Reward Points if useful.

  • About package name and transport request number

    Hello Gurus,
            I know when doing some changes in the sap bw system, and performing activation subsequently , you are prompted to save the changes into some package and transport request. my question is:
            in the real project, where does those package name and transport request number come from?   make up by myself or provided by project management, or someone else?  if doing by youself, how to make up package name and transport request number ?
    Many thanks.

    package is like a folder in windows.. u create package for a project and than collect all the relevant transports in it.
    to create package u use SE80.. Transport req number are configured by basis team.. its usually source system ID and running serial number...
    package name can be decided by tech architect or by ur team manager..

  • Regarding User-Exit/Badi and transport Request

    Hi All,
    Some one asked me one question that when we are putting some code in one exit then transport requests are created or not.What is the case when we are putting some code in a method to implement a BADI.Is transport request is generated ?
    I have told that in both  cases the transport requests are generated.Am I wrong?
    Can any one please explain.
    Thanks in advance and waiting for your reply.
    Raj

    You are right, provided that you assign those objects to transportable Dev. class/Package.
    Rgrds,
    Hadiman

  • All Information regarding Change and Transport management System in SAP

    Hello Experts,
    Iam into Basis . I need all information ,fundamentals and concepts over Change and Transport management system in SAP .Its fundamentals,the way it works ,how requests r transporteded etc.  I want more of this information in regards to practical scenario. Plz dont provide help link as iam aware of that. I need good explanatory content ,in your own words shall be appreciated more. If any body has any self prepared good explanatory and procedural matter , tat will be of help.requested to revert at earliest as this is a bit urgent. My Email Id is [email protected]
    Useful answers shall be rewarded points.
    Thanks and Regards,
    Somya

    check this link
    http://help.sap.com/saphelp_47x200/helpdata/en/d7/8eb9361a75ea43e10000009b38f839/frameset.htm

  • Package objects and transport request

    Hi Gurus,
    How to find out the transport request which are generated by an object created?
    I have a package(ex:xyz) which has got an object (abc).Now i need to find the transport request which are related to this object abc?
    Please tell me the procdure or the Tcode to out the same.
    Regards,
    Prasad

    hi,
    SE09 is the transaction code for workbench organiser.Workbench organiser is the set of utilities for development change management.All Development changes are tracked via Workbench organiser.
    SE10 is for Customosing organiser.Customising organiser is the set of tools for customising change management.All customizing changes are tracked via customising organiser.
    thnks,
    raji.

  • ChaRM: link between ChaRM message and Transport Request

    We use the action 'Release Transport Requests' in the task list of the
    Maintenance Cycle to release all assigned Transport Requests. In the
    pop-up window that appears we see all Transport Request numbers and the
    transport description.
    Is there a possibility to add an extra column in this pop-up screen, to
    see the link between the Correction number and the Transport Request?

    I agree on this one.
    However, a naming convention for OSS notes and FRICE is implemented over here.
    That's why it would be useful to have an additional column.
    The link is somewhere in SAP, because when you go to the tab Project Structure in TA /TMWFLOW/PROJ for the selected Maintenance Cycle, you see which Transport Requests are assigned to which ChaRM msg.
    Roel

  • ECC6 -  Include in Program and Transport Request

    Hi
    In ECC6 when I write a subroutine it is creating separate include , then how it is taken care of in the transport request? Do I need to keep track of all the includes that get created this way in the request??
    Thanks in advance..
    Sameer

    Hi sameer,
       When you create a subroutine, (By double clicking on the subroutine name), the pop up will be checked by default with a new include name.
    You can over ride that include by selecting the same program in that pop up.
    But, even if you create one include for each subroutine, they would all be in the same request. That is taken care of by the system. You don't need to worry in any case.
    Regards,
    Ravi

  • Need Help Regarding Users and Roles

    Hi,
    I have Created a role with Password authentication and in that role only object privilege (SELECT TABLE) and System Privilige (CREATE SESSION)
    Now I created user name abbasi and add above role to it and make that role as its default role.
    Now when I connect above user from SQL*Plus its Connected.
    I want to know since for there is Password Authentication then why during the session databse server not authenticate for role password.
    Actually I want to know real usage of password autheticated role.
    Regards.
    D.abbasi

    See the following demo
    SQL> conn aman/aman
    Connected.
    SQL> create user test identified by test;
    User created.
    SQL> create role test_role ;
    Role created.
    SQL> grant create session to test_role;
    Grant succeeded.
    SQL> create role dangerous identified by danger;
    Role created.
    SQL> grant drop any table to dangerous;
    Grant succeeded.
    SQL> grant dangerous, test_role to test;
    Grant succeeded.
    SQL> alter user test default role test_role;
    User altered.
    SQL> conn test/test
    Connected.
    SQL> select * from session_roles;
    ROLE
    TEST_ROLE
    SQL> select * from session_privs;
    PRIVILEGE
    CREATE SESSION
    SQL> set role dangerous;
    set role dangerous
    ERROR at line 1:
    ORA-01979: missing or invalid password for role 'DANGEROUS'
    SQL> set role dangerous identified by danger;
    Role set.
    SQL> select * from session_roles;
    ROLE
    DANGEROUS
    SQL> select * from session_privs;
    PRIVILEGE
    DROP ANY TABLEYou should not make the roles haivng the passwords as the default roles. Let them be there but not as the default roles. These roles can be enabled by the end user when he needs that. In my example, I have made a user TEST, two roles, TEST_ROLE, Dangerous. Dangerous is password protected and contains a priv drop any table. I have made TESt_role as the default role for the user and it becomes active. But for the dangerous,I need to supply the paswword. If I don't , I get an error like I have shown inthe example.
    HTH
    Aman....

  • Object type and Transport request for Category group.

    Dear All,
    I have configured category group for objective setting and appraisal (PD module) in  development serverwhich is to be transported to quality. Can any body let me know how to generate the tranport request for that?
    What is the object type for Category group and category?
    Regards,
    Jyoti

    Thanks Dilek,
    In objectice setting the top most hierarchy for appraisal catalog is category group followed by category and then template (VA) .
    My query is related to category group. For category and template system has standatd upload/download utility for transport, but for category there is no as such option therfore in such a scenario how to transport category group.
    Also I want to know the object  type for criteria group and criteria.
    Regards,
    Jyoti.

  • Client and transport requests

    hi frnds,
    in the dev system we have two clients 900,500.
    now i want that the reqeuests which are seen in 900 clilent (se10)  should also be seen in 500.
    how is it possible.
    regards,
    bhupesh

    Hi,
    Are you looking for SCC1 (copying transports from one client to other  with or without release) ?
    And also it dependens on the purpose...
    Do you want it just once ..or every time you want to view these transports.
    Client copy  if it is for one time
    Or configure the Extended transport control for always the transports to move to that other client.
    And also check this thread it may be of help..
    Re: How automatic transportation between clients
    Thanks.

  • Creating and transporting requests

    Hello every one
    I AM joined in a company as a fresher I want to know about how request are created and how they are
    Transported to different server and same server
    Thanks
    R.Charan

    Hi Charan,
    As per your system landscape you have to configure Two System or Three system landscape. If you have already landscape configured then you can move the request to qas or prd using stms_import and to the different client in same server using scc1.
    Refer this
    http://help.sap.com/saphelp_nw04/helpdata/EN/c4/6045377b52253de10000009b38f889/frameset.htm
    Hope this provide you more details.
    Cheers
    Deepanshu

  • Regarding user and role batch input

    hi freinds:
        Our Portl project are the final stage, we are going to batch input roles and Users,could
    you please tell me the professional way to do it? I searched on google and SDN, it seems UME
    is the solution, I am not sure about this, to be cautious, I have to put a thrad here, 
    could you please give provide a solution and its detailed steps?
    thank you very much

    Hi,
    You can use import feature in useradmin to create mulitple users along with the roles.
    Create an excel with the following headers
    uid
    last_name
    country
    role
    and fill in with the values you need.
    Open your microsoft word Go to Tools-->Letters and mailings --> Mail merge.
    Choose the following .
    Letters --> Next >Next>Use an existing list>Next>Choose the excel you created > Choose the sheet> ok -->
    Next(Write your letter)--> Type uid= > then on the right hand side click on 'More items'> Database fields> choose 'uid'> Click on 'Insert'--> Click on close.
    In the same way do for last_name,country,role. It should be like this.
    uid = «uid»
    last_name=«last_name»
    country=«country»
    role=«role»
    Click on 'Next'> Click on Next(Complete the merge)> click on 'Edit Individual letters'> Choose 'All'>One record will be created in one page. Delete the spaces and copy the text.
    go to http://:/useradmin
    login and click on 'Import'
    Paste your text over there.Click on 'upload'.
    Then you can create users.
    Export one user to see how to maintain the data in the excel.
    Hope this helps.
    Best Wishes'
    Idhaya R

Maybe you are looking for

  • Workflow not routing to agent specified in partner profile

    have included below notes regarding the mis-routing of workflow messages of "translation error" STATUS message idocs that are uploaded into R/3. The testing that I have been performing has been in Development System. The first thing that I check is t

  • Forms hiddenfields buttons and css

    Hello, Sometimes when I have a few forms along with form buttons hotozontially close together I find they can have different spacing between them. I have set both form { margin:0; padding:0;} http://www.theelbow.com/wowa.asp but when I have a few hid

  • 5800 Xpress Music Firmware 31 on different devices

    Hello! I have 2 phones - both are 5800 Xpress Mussic (Blue and Black) A week ago i have updated the firmware of the blue phone (over air), but the second one doesn't see this update (v 31). Nokia software update dosen see the update (for the first on

  • Crash while launching in "building color conversion tables"

    Photoshop CS6 crashes while "building color conversion tables"  I reinstalled the program but it still hangs up at this point.  please help!

  • Permission denied when read file with setGID

    I'm using a NFS system. I noticed that once I set setGID to a file, e.g. chmod g+s myfileThe file become un-readable (even root user is not able to access it). if I try to read, i got: tail myfile cannot open `myfile' for reading: Permission deniedWh