Problem while deleting objects in Transport request

Hi  Guys,
I am working on some object .It has some tables ,RFC's etc
If I make changes to some of the objects the next day aging the same object is attached with the same name in the Transport Request.Also if i try to delete one out of it,I get the folllowing message & I am unable to delete it.Please guide on both.
Message: "Object entry exists more than once. Sort and compress first"
1. why same object gets attached to the request again?
2.How to delete the duplicates entries of the object

Hi,
If more than one user has worked on the same object, then it would be included in the TR twice.
Right click & select SORT COMPRESS, then try to delete.
Best regards,
Prashant

Similar Messages

  • Deleting objects in transport request

    Hello,
    I made the changes in InfoCube in developer system and included those changes in a transport request. I didn't release this transport. Then I realized that those changes must be reverted.
    I know what I have to do. First of all I need to change manually InfoCube and then remove objects from transport request.
    I have doubt about deleting objects. In transport request there is a lot of object which Iu2019ve never changed such as InfoObjects and InfoArea.
    Can I safely remove these objects? Why these objects are attached to my transport request?
    I checked them and last change was made by another user.
    Thank you for your time.

    Hi,
    I don't think there is any version comparison available with target system like R/3 reports. You will manually have to compare the properties.
    If you have lot of objects and do not want to loose any changes then you can even think of reverse transport from production system to development system for selected objects.
    Now about locking the remaining objects you can open the TR through SE09 in change mode and then select the required items and from the tool bar you can directly lock all the items in single go.
    Regards,
    Durgesh.

  • Error while assigning objects to Transport Request

    Hi All,
    while  assigning a Transfromation to a Treq i am getting an error saying
    Object '7KU37C7IG3T7AQ5NHSLEZVC91' (ROUT) of type 'Routine' is not available in version 'A'
    Message no. RSO252
    Diagnosis
    You wanted to generate an object with the name '7KU37C7IG3T7AQ5NHSLEZVC91' (in transport request ROUT) of type 'Routine' (TLOGO). This is, however, not available in the BW Repository database. It does not exist in the requested version A. If the version is 'D' then it is possible that an error arose during the delivery or installation. If the version is 'A' then the Object was either not created or not activated.
    System Response
    The object was not taken into account in the next stage of processing.
    Kindly advice how to rectify this error

    Hi,
    You see the which infoobejct contains that routine and first collect that infoobejct and transport it then transport Transfromation. I hope you are missing some Routines while collecting the Transformations into request.
    See OSS Notes:
    Note 613581 - Transfer structure does not exist in version 'D'
    Note 508921 - P11:Content transfer:RSO 252 or RSO 296:InfoObject
    Note 1157873 - BI7.0(SP18) Message RSO 252 using transport connection
    Thanks
    Reddy

  • How to delete objects in transport request

    Hi,
    I have several different questions in Transport requests and need advice:
    1. I need to transport an Infoobject and I chose only necessary objects in grouping and I don't see any app components in the request before created, but in SE01, under the request id I see app components and infoareas listed. A bunch of them, which I don't need to transport. Why this happens?
    2. I want to know if there is a way to delete all the app comps in one shot from the request before it is released?
    Thanks.

    U might have selected 'Collect automatically"
    I suggest u, to delete complete request ( first unlock it in SE03... then delete it from SE09)
    Recollect that InfoObject in a new request, by selecting only necessary object & Collect manually
    In this way u will have less confusion

  • How to delete bulk of objects from transport request?

    Hi
    I made some mistake in selecting the objects for transport, and now there are a lot of unwanted objects saved under the request number. I know the objects can be deleted from the transport request through SE01, SE09 and SE10. But none of these allows me to delete the request number because there are a objects under the request that has to be deleted first.
    Is there any way by which i can delete the entire list of objects in one go rather than deleting them one by one?
    Thanx
    Sujai

    Hi,
    You have to Unlock the request before you deleting the request.
    Goto SE03->Under Requests/Tasks Double Click on Unlock Objects (Expert Tool)-> enter the Request no you want to Delete and Click on Execute -. Click on Unlock.Now you can Delete that Request.
    -Vijay

  • Memory leak problem while passing Object to stored procedure from C++ code

    Hi,
    I am facing memory leak problem while passing object to oracle stored procedure from C++ code.Here I am writing brief description of the code :
    1) created objects in oracle with the help of "create or replace type as objects"
    2) generated C++ classes corresponding to oracle objects with the help of OTT utility.
    3) Instantiating classes in C++ code and assigning values.
    4) calling oracle stored procedure and setting object in statement with the help of setObject function.
    5) deleted objects.
    this is all I am doing ,and getting memory leak , if you need the sample code then please write your e-mail id , so that I can attach files in reply.
    TIA
    Jagendra

    just to correct my previous reply , adding delete statement
    Hi,
    I am using oracle 10.2.0.1 and compiling the code with Sun Studio 11, following is the brief dicription of my code :
    1) create oracle object :
    create or replace type TEST_OBJECT as object
    ( field1 number(10),
    field2 number(10),
    field3 number(10) )
    2) create table :
    create table TEST_TABLE (
    f1 number(10),f2 number (10),f3 number (10))
    3) create procedure :
    CREATE OR REPLACE PROCEDURE testProc
    data IN test_object)
    IS
    BEGIN
    insert into TEST_TABLE( f1,f2,f3) values ( data.field1,data.field2,data.field3);
    commit;
    end;
    4) generate C++ classes along with map file for database object TEST_OBJECT by using Oracle OTT Utility
    5) C++ code :
    // include OTT generate files here and other required header files
    int main()
    int x = 0;
    int y = 0;
    int z =0;
    Environment *env = Environment::createEnvironment(Environment::DEFAULT);
    Connection* const pConn =
    env->createConnection"stmprf","stmprf","spwtrgt3nms");
    const string sqlStmt("BEGIN testProc(:1) END;");
    Statement * pStmt = pConn->createStatement(sqlStmt);
    while(1)
    TEST_OBJECT* pObj = new TEST_OBJECT();
    pObj->field1 = x++;
    pObj->field2 = y++;
    pObj->field3 = z++;
    pStmt->setObject(1,pObj);
    pStmt->executeUpdate();
    pConn->commit();
    delete pObj;
    }

  • How to delete items in transport request

    How to delete items in transport request.  I have quite a lot data to be deleted.
    I click on TR5001. Then click to drill down to Table contents
       C001 
                Data A1
                Data A2
                Data B1
                Data B2
    Placed my cursor on Data A1 and tried deleting Data A1 by clicking on the item and right click then select delete but not able to delete with message "Message no. TK705, A request, task or object could not be deleted because the cursor was not positioned correctly".  . 
    Any clue to the error and any recommded solution?
    I just need to transport Data A2, Data B1 & Data B2. 
    Regards
    PSK

    Hi There,
    I dont have access to SAP as of now, Can you please reffer to these links and give feedback,
    [cursor Page|http://books.google.co.in/books?id=ASekwAiAXdMC&pg=PA250&lpg=PA250&dq=Positionthecursoronarequest,task,orobjectSAPtransport&source=bl&ots=BS7c1uNH0z&sig=dQZNp7UuXvqyHT9-otTbip8iF8U&hl=en&ei=_NBESr7CDsmGkAXX8MmsDw&sa=X&oi=book_result&ct=result&resnum=1]
    [SAP help|http://help.sap.com/saphelp_sm32/helpdata/EN/b6/b40613a44411d1846d0000e8a57770/content.htm]
    Thanks,
    Raja

  • Unlock objects from transport requests

    Hi Gurus
        I was doing the SAP_Basis support pack upgrade, in netweaver 7.1 and many of the objects seems to be locked in transport requests. as my understanding, i have two options only,
    1. replease transport - but it can create issues to us, as that will automatically imported to the next system in teh landscape, so unwanted requests will move to QAs system
    2. unlock objects from transport request.
           So i did the second option, but it had a message that it can create inconsistencies in the system, do u know what all the meassures we need to take, if we unlock objects from the transport requests. Is it required to delete the transport requests,
    by mistake , if someone releases the that transport, whether it will release the old object or the new object.
    Please suggest what would be the best recomended approch by SAP
    Bijoy Babu

    Hi Bijoy,
    Its better to release the TR and then delete the same from the queue before it is imported into the following system. This will avoid any inconsistancy when the TR released after the SP application.
    Regards,
    Varadhu

  • How to attach Query deletion to a transport request

    Hi All,
    I deleted a query in Dev and need to transport it all the way to Prod , how should I attache deletion of objects to transport request ?
    Regards,
    Shweta

    Hi Shweta,
    Generally for any query changes we create a transport request first and then record the changes in that trasport request. This is created in Transport Connection tab of RSA1 screen. There you need to provide the transport request number for BEx query changes and then save it. Afterwards whatever changes are done in the query gets recorded in that TR and finally we transport the TR.
    Check if any transport request is already created for the Query changes in your system. If its there then just transport that request.
    Navesh

  • How to add Objects to transport request through FM/BAPI?

    Hi All,
    I am creating a workbench request through program. I am able to create it by using BAPI  but i am unable to add objects to it through program.
    Can anybody tell me the funcion module/bapi to add object to transport request?
    i have the list of objects that are suppose to be added.
    No BDC please.
    Thanks ,
    Swarup

    Hi Swarup,
    Check FM TRINT_MODIFY_COMM. Also look at program TH_TKANL for the usage of FM.
    Thanks
    Lakshman

  • Collecting objects in transport request

    HI Experts,
                    My development is completed and now i have to collect the objects in transport request. my development is like
    1) infoobjects(new infoobjects and some are available in BIP already and some infoobjects have reference infoobjects, dependent object is in production)
    2)Infopackeage for Datasource
    3)DSO
    4) Infocube
    5)multiprovider
    6)queries and views
    7)web templates
    This is the first time I am collecting this many objects. So please give  sugessions how to collect these objects in a single transport request.
    Thanks and Regards,
    RAJ

    It is advisable to collect the objects in separate transport requests...the transport request should contain dependent objects
    1) collect all the InfoObjects
    2) collect all the cubes/DSO   (they need Infoobjects.. so they are dependent on 1)
    3) collect datasources/Infosources  (they need Infoobjects.. so they are dependent on 1)
    4) collect transformation  (they need 2 and 3)
    5) collect DTPs and InfoPackages   (they need 3, 4)
    6) collect the reports
    7) collect the web templates
    make sure these are transported in sequence... each on dependent on previous

  • Approve critical objects in transport requests (ChaRM)

    Hi folks!
    When trying to create transport of copies from within a Change Document (status 'to be tested') the system checks for critical objects in transport requests and prompts a warning that critical objects are to be approved.
    I do not want the Change Manager to approve every transport request containing critical objects. I would more likely use this feature as information for the Developer so he is aware of working on critical objects. The Developer should be able to make the approval.
    What I found out: only the user whos Business Partner is assigned to Partner Function 'Change Manager" is allowed to make the approval.
    More detailed it seems to be Partner Function of type "0008 responsible person"
    I tried changing Partner Function Developer from "0016 service group" to "0008 responsible person" but the system won't let me have two Partner Functions of that type in one Change Document.
    Any suggestions?
    Thanks in advance.
    /cheers

    Hi,
    For any user to approve the change req or change doc, he should have the authorization
    In your case Developer has to approve means
    1. Create a Action definition and maintain the processing parameters for the definition, select the partner fn as Developer
    2. Create the customized status in your status profile and its corresponding Authorization code also.
    3. Assign the Authorization code for Developer under teh authorization object B_USERSTAT
    By this Developer wil get the authorization for approving the change doc for the particular status
    If solves your query then mark the thread as answered
    regards
    Naveen

  • Business object for transport request creation

    Hi,
      I want to know the business object for transport request creation. Kindly help.
    Thanks and regards,
    Venkat.

    I am not sure but u can try this BO CTREQUEST.

  • Translation of objects at transport request

    hi, can any one tell how every object can be translated at transport request based on Object Type and object name is there any way to do like that, its very urgent .
    thnks,
    Vassu.

    hi, actually the requirement is that our production system would be multi lingual in future they want to change their qs-chech process. Every transport request we transport in to their test-systems must be checked, if all translatable objects are translated.
    therefore they want a report, which does this automatically.
    so they want to check every object at  transport request is transaltable or not?
    but we have some 10,000 of objects present i our development system.How can we check all those objects?
    this is the senario.
    Regards,
    vaasu.

  • CMOD Project need to move from local Object into Transport request

    Hi Friends,
                 I created a Project(CMOD) under Local Object I need to move the Project from Local object into Transport request.
    I can't able to find any option.
    Please guide me ASAP.
    Advanced Thanks.

    On the first screen of your project, choose following menu path:
    "goto => object directory entry"
    press on the change icon
    you can now assign a different package.

Maybe you are looking for

  • Windows XP Conversion Kit

    Hi all I have a new T61 with Windows Vista Ultimate. I would like to downgrade to Windows XP. I got three CD's with the Notebook 1. Rescue and Recovery CD P/N 43R4481 2. Product Recovery CD for T61 .. P/N 44Y4003 3. Supplemental Product Recovery CD f

  • IMac 6 issuing IP address's when plugged into the network.

    I have an iMac 6 that I have on a Business Network, when I plug in the network cable it starts issuing IP address's which is creating havoc.  I have disabled Internet sharing.

  • Lxpanel battery monitor plugin issues

    I have a pretty standard install of arch with lxde+openbox as my DE. For a while I had a problem with lxpanel that occured after I issued startx (after login). lxpanel would rapidly flash for about 3 minutes resulting in NetworkManager being unable t

  • Activate a user status when confirm with Reason for Variance

    Dear SAPper, I have a requirement to set a user status block order for good movement and confirmation when user confirm the order with reason for variance Z999 (machine broke down) In the order header, I have attach status profile ZBLOCK contain 2 us

  • Why does the colour on my Premiere Pro clip change when I add a title to it in After Effects?

    I applied some colour effects to a clip I was working on in Adobe Premiere Pro, but when I replace the composition of the clip with an Affter Effects composition and simply add a title over the video, it saves the clip with a slightly different colou