Re-Assigning Objects to another Package

Hi,
I have developed couple objects in a Z* Package. But my Client's asking me not to use that Z* Package and suggesting to use another Z* package. I am not sure, how to re-assign the package for the objects already created and assigned with a CTS. There are few CTS already released to QA System. Can any one please give me suggestion, how is it to be done?
Thanks,
Kannan

If the released transports haven't been migrated to QA yet, you can ask your BASIS resource to delet them from the buffer.. You can then change the Package via SE80.. select the Object & then use the menu path Goto--> Object Directory Entry.. in the next pop-up click on the Display/Change (F6) icon and change the Package.. If your old request isn't released, the change will be saved to it, else, you will be prompted for a new tr req.
Arya

Similar Messages

  • How to Transfer Objects from one Package to another?

    Hi,
    I have Objects(Form Layouts,ABAP Programs....ect) in Package. Is there a particular Transaction that could be used to move these objects to another Package.
    Thanks
    Kishan

    Hi,
    You can also find more detailed explanation at <a href="http://help.sap.com/saphelp_erp2004/helpdata/en/d1/801972454211d189710000e8322d00/frameset.htm">this link</a>.
    Regards,
    Anand Mandalika.

  • Assigning object of one class to object of another class.

    Hi,
    How will i assign an object of one class to an object of another class?
    Ex:
    ClassX A=some_method();
    Now how will I assign the object A of class ClassX to the object 'B' of another class 'ClassY'.

    In java you can only assign a object reference of one class into object reference of another class if the first class is the Second class (in other words the first class is a subclass of second class).
    for example if this is a inheritance chart
    Car ==========>Mercedes
    "===========>Audi
    then you can use
    Audi a1 = new Audi();
    Car c1 = a1;
    or Mercedes m1 = new Mercedes();
    Car c1 = m1;
    but not
    a1 = m1;
    before assigning a variable into another variable of different class, use:
    if(variable1 instanceOf ToBeAssignedIn Class){
    variable2 = variable1;
    example:
    Audi a1;
    Car c1;
    if(a1 instanceOf Car){
    c1 = a1;
    Edited by: gaurav.suse on Apr 10, 2012 1:14 PM
    Edited by: gaurav.suse on Apr 10, 2012 1:15 PM

  • How to assign one JSP request object to another JSP

    Hi,
    I want to assign one JSP request object (i.e., previous JSP Page request object) to another JSP (i.e., current JSP page request object).
    I don't want to use "<jsp:forward>" tag or "RequestDispatcher" obect here.
    Because i want to display one message in the current JSP page, before sending both JSP pages' request to a servlet. How to do this ?
    please help
    Thanks in advance
    Vishnu

    You cannot assign a request and response object of one jsp/servlet to another, every jsp or a servlet get is own fresh copy of request and response object with the request parameter data from the previous page.
    Unless u use request dispatcher or jsp:forward action, this solution that u r looking for by re-assigning the request and response object doesn't work

  • Assigning objects

    i'm trying to assign an object to another of the same kind. but i cannot do so. i used to program in C++ and this was done by overloading operators. any idea how can i do this in java this is the code of what i'm trying to do
    FDfields temp = new FDfields(fileName, mode, fdcounter, nextblknum);
                   fdtable[counter]= temp;fdtable is an array of FDfields objects

    i was testing it and found out that my FDfields object never gets created this is my code for FDfields class and how i access is how i showed early can you tell me what i'm doing wrong apriciate your help
    package FileSystemPack;
    public class FDfields
    //this class contain the fields of the table which will keep track of the files
         String fileName;
         int ifopen;
         int fd;
         String mode;
         int blknum;
         Inode this_file;//= new Inode(fileName, mode);
         public FDfields(String fileName, String mode, int fd, int blknum)
              fileName= fileName;
              fd= fd;
              mode= mode;
              blknum= blknum;
              ifopen=1;
              this_file= new Inode(fileName, mode);
         public FDfields(FDfields obj)
              fileName= obj.fileName;
              fd= obj.fd;
              mode= obj.mode;
              blknum= obj.blknum;
              ifopen= obj.ifopen;
              this_file= obj.this_file;
         public String get_fileName()
              return fileName;
         public String get_mode()
              return mode;
         public int get_status()
              return ifopen;
         public int get_fd()
              return fd;
         public int get_blknum()
              return blknum;
         public Inode get_Inode()
              return this_file;
    }this is the function where i create the object
    public class FileSystem
         public static FDfields [] fdtable =new FDfields[10];
         Disk diskobj= new Disk();
         static int counter= 0;
         static int fdcounter=0;
         static int nextblknum=0;
         public int f_open(String fileName, String mode)
              //System.out.println("test0");
              for(int i=0; i<counter; i++)
                   int temp_fd=0;
                   //System.out.print("test");
                   try{
                   if(fdtable.get_fileName().equals(fileName))
                        //System.out.print("test1");
                        temp_fd=fdtable[i].get_fd();
                        fdtable[i].ifopen=1;
                        fdtable[i].mode=mode;
                        //counter++;
              return temp_fd;
              }catch (Exception e){
              System.out.print(e);}
              if(counter<10 && counter>=0)
                   int temp_blk=0;
                   byte[] buf = new byte[64];
                   counter++;
                   fdcounter++;
                   FDfields temp = new FDfields(fileName, mode, fdcounter, nextblknum);
                   fdtable[counter]= new FDfields(temp);
                   fdtable[counter].this_file.inodeToBuffer(buf);
                   //fdtable[counter].mode=mode;
                   //fdtable[counter].this_file(fileName, mode);
                   //fdtable[counter].fd=fdcounter++;
                   try
                        temp_blk=diskobj.put_block(nextblknum, buf);
                   }catch(DiskException ex){
                        System.out.println("Exception: " + ex);
                   fdtable[counter].this_file.set_address(temp_blk);
                   nextblknum=temp_blk;
                   System.out.println();
                   System.out.print(temp.get_fileName());
                   System.out.println();
                   System.out.print(fdtable[counter].get_fileName());
                   return fdcounter;
              else
                   System.out.print("The maximum number of open files have reached");
                   return -1;

  • Assigned Object text not displayed in Multi-Level Notification Lists (QM19)

    Hello Everyone !
    Today, i would like to share an issue I am facing in regards to Assigned objects in QM notifications.
    We are using Assigned objects functionality available in Enterprise Extension PLM, Enhancement Package 4 (EA-PLM 604), to link inspection lots to notification items. Assigned object type Inspection lot is provided in standard by SAP.
    All necessary configuration has been done and inspection lots are correctly linked. When we run Multi-level notification list (QM19) to display the details of notifications in a tree view with assigned objects, all information is coming except object text. In this case inspection lot text. The field is available in the structure but comes blank despite being filled in the lot.
    I would like to know if anyone has encountered such issue and how did you solve it.
    System info:
    EHP7 for SAP ERP 6.0
    Thank you.
    Ayoub.

    Hello Everyone !,
    After checking, looks like this is a missing code in standard SAP implementation for Assigned objects.
    This will be solved by small ABAP code.
    Thank you
    Ayoub.

  • How to include a large amount of objects in a package interface

    Hi guys,
    I would like to include a large amount of objects (programs, classes, etc.) in a package interface in the package builder (SE21).
    I would like to avoid inserting them one by one. Is anyone have a solution? It is not possible to use such characters has " * ". There is no documentation or help provided for this issue.
    Thank you in advance for your answers.
    Best regards,
    Sylvain

    Hello,
    I do not wish to change the package assignment of all my objects.
    I created a new package in which I created an interface to include various objects from others packages (standard and customer specific). I want to make these objects visible into my new package.
    Since I have a high quantity of objects to include in my interface, I would have like to know if there was a simple way to do this task rather than entering the name one by one in SE21.
    I hope the context is clearer now.
    Best regards,
    Sylvain

  • The CO account assignment object belongs to company code 2100, not 1100

    Hi All,
    My system has all different company codes assigned to one cotrolling area as a result one can change org unit and position cost center from one company code to another.
    I recently changed same position's cost center from co code 2000 to cost center in new  co code 1100 and created new personnel area to be linked to new Co code 1100. OM module doesn't moan however when I try and capture org-reassignment action to default same employee postion with new related cost center from new company code 1100 get the follwing error.
    'The CO account assignment object belongs to company code 2100, not 1100'.
    I see in IT0001 system defaults new personnel area linked to Co code 1100 however it still defaults old cost center linked to Co code 2000 instead of new cost center linked to Co code1100. How can I make the system default  new cost center?
    NB relationship for new cost center  from Co code 1100 to postion has been changed effective 01.04.2012 . The same date is used for or-reassignment action.

    Hi I had same problem can you explain me little bit more that how you will resolve this

  • How do I move objects from other package to a newly created one?

    How do I move objects from other package to a newly created one?
    Thanks!

    Dear Anthony Pham ,
    for changing objects from one package to another package
    open that object for example Report
    open the report and than click GOTO select OBJECT DIRECTIORY ENTRY
    than it will open a popup in that popup click the change and give the new package
    Thanks
    Surendra

  • Actions- move object to another layer

    Is it possible in Illustrator CS4 to record an action that selects a particular object in a layer called base & move the selected object into another layer called blue & lock the layer that the object was moved? Any suggestions are welcome

    An Action can record the assignment of a Note to a selected object.
    An Action can select an object by its Note.
    An Action can record the locking of a Layer if it is done in the Layer Options dialog, not by just clicking the Lock icon.
    The problem is recording a step that will switch you to another Layer. However, selecting an object makes its Layer the current Layer. So, you can, for example:
    Assume you have two Layers: Base and Blue.
    Assume there is an object on Layer Blue with a Note: "OnBlue".
    Assume there is a selected object on Layer Base that you want to move to Layer Blue.
    The Action would:
    1. Cut the selected object to the Clipboard.
    2. Lock the current Layer Base. (Toggle Dialog Off.)
    3. Select the object that is noted “OnBlue”. (Thus, LayerBlue becomes the current Layer.)
    4. Paste (or PasteInFront or PasteInBack to cause it to paste in the same location).
    JET

  • Use a method from another class in another package?

    How can I use a method from another class in another package?

    WhiteJ wrote:
    What do you mean by "new keyword?" You posted this previously:
    I tried that, it seems to not be working. I want to use the constructor from the other class. I imported it, using this piece of code:
    import components.FileChooser;
    components.FileChoser();
    Typically if I am going to call a constructor on a class called Fubar, I'd use new to create a new object:
    Fubar myFubar = new Fubar();Incidently, is it a simple typo in your post or are you trying to use a FileChoser object when it should be FileChooser?

  • Error In Transfer The CO account assignment object belongs to company code

    Dear All,
    When i am trying to transfer a employee from a personnel area to another personnel area, i am getting the following error.
    The CO account assignment object belongs to company code 2000, not 2007
    These personnel areas belong to two different company codes.
    Pls suggest.
    Kind Regards
    Nag

    Hi,
    Please check with the FICO consultant you have to give new CO assignemnt when you transfer  EMPLOYEE to other companycode. i hope so
    Vibin

  • The CO account assignment object belongs to company code PN10, not BN10

    Hi All, Iu2019m getting the error u201CThe CO account assignment object belongs to company code PN10, not BN10" when trying to make a payment on an invoice that was created in company code BN10.
    The error came about because, there was an exchange rate difference between the invoice value and the corresponding payment value (document currency is USD and the transaction I'm using to make payment is F-58).
    Therefore when i try to make the payment, the SAP system detects the exchange rate difference and attempts to post it to the exchange rate difference account (421020050). In OKB9, the default cost center specified for G/L account (421020050) in BN10 is (B999010). Therefore when the payment is been done, the system posts the exchange rate difference to G/L account (421020050) and assigns the cost center (B999010).
    However, upon trying to save the document, the system shows the message "Correct the marked line items" (the marked line item here is the exchange rate line item). Therefore, I double click the line item to drill down on it and see that everything seems fine. I then click the save button, on clicking it, the system shows the error "The CO account assignment object belongs to company code PN10, not BN10u201D.
    When i double click the error to read a more comprehensive explanation of the error, its content are as displayed below:
    The CO account assignment object belongs to company code PN10, not BN10
    Message no. KI100
    Diagnosis
    You want to make a posting in company code BN10.
    At the same time, a CO account assignment object was specified that is assigned to company code PN10.
    This is account assignment object with object type CTR, and object key NIG1/A999010.
    System Response
    Company code validation is active for company code BN10:
    All account assignment objects in one posting row must be assigned to the same company code.
    Procedure
    You can
    u2022     Make an assignment to company code PN10.
    u2022     Enter an account assignment object assigned to company code BN10.
    u2022     Change the assignment of object NIG1/A999010 to company code PN10. In this case, you should note the document and edit it further after changing the assignment.
    If the posting is to a balance sheet account (category 90), you may also decide whether to allow CO account assignment objects from other company codes. If this is the case, deactivate the error message with the IMG step Change message control (message ID "KI", message number 100).
    You can set the following message types:
    "-"   Message is not sent
    "W"   Message is sent as a warning message
    "E"   Message is sent as an error message
    Posting to cost elements of another category always results in the message appearing as an error message, whether it has been deactivated or not.
    Execute "Change message control"
    (NOTE: All cost centers that starts with u201CAu201D belong to company code PN10 and those that starts with u201CBu201D belong to company code BN10)
    Kindly help with the resolution of this issue. Any resolution ideas would be greatly appreciated.
    Moderator: Please, search SDN

    Check the following OSS notes
    1)  Note 141224 - Error message KI100 for cross company
    2)  Note 202765 - KI100 during release of intercompany billing
    thanks
    G. Lakshmipathi

  • CO account assignment object belongs .... SO problem

    Hi!
    By updating the plant at the shipping of sales order I have got the following error message:
    The CO account assignment object belongs to company code 2200, not 2900
    Message no. KI 100
    Diagnosis
    You want to make a posting in company code 2900.
    At the same time, a CO account assignment object was specified that is assigned to company code 2200.
    This is account assignment object with object type SDI, and object key 133444/20.
    Unfortunately I cannot follow the error message. Can you please help what I should update? Thank you!

    You can
    o   Make an assignment to company code .
    o   Enter an account assignment object assigned to company code .
    o   Change the assignment of object  to company code . In this case, you
         should note the document and edit it further after changing the
         assignment.
    If the posting is to a balance sheet account (category 90), you may also
    decide whether to allow CO account assignment objects from other company
    codes. If this is the case, deactivate the error message with the IMG
    step Change message control (message ID "KI", message number 100).
    You can set the following message types:
         "-"   Message is not sent
         "W"   Message is sent as a warning message
         "E"   Message is sent as an error message
    Posting to cost elements of another category always results in the
    message appearing as an error message, whether it has been deactivated
    or not.

  • CO account assignment object belongs to company code SE01, not DK01

    Hi SAP Gurus,
    I am posting one inter company billing document.  Customer is from Denmark and material is supplied from Sweden Co Code.  Our requirement is to update the cost center field for the intercompany code document SE01.  I have done following customizing in order to update Cost center field for inter company billing document for CoCd SE01.
    1. Create order reason - OVAU
    2. Maintain default cost center for order reason in tranx OVF3
    I am encountering following error while trying to release billing doucment for account.
    Diagnosis
        You want to make a posting in company code DK01.
        At the same time, a CO account assignment object was
        specified that is assigned to company code SE01.
        This is account assignment object with  object type CTR,
        and object key CMAX/SE9001.
    System Response
        Company code validation is active for company code DK01:
        All account assignment objects in one posting row must be
        assigned to the same company code.
    Procedure
        You can
        o   Make an assignment to company code SE01.
        o   Enter an account assignment object assigned to company
            code DK01.
        o   Change the assignment of object CMAX/SE9001 to company
            code SE01. In this case, you should note the document
            and edit it further after changing the assignment.
        If the posting is to a balance sheet account (category 90),
        you may also decide whether to allow CO account assignment
        objects from other company codes. If this is the case,
        deactivate the error message with the IMG step Change
        message control (message ID "KI", message number 100).
        You can set the following message types:
            "-"   Message is not sent
            "W"   Message is sent as a warning message
            "E"   Message is sent as an error message
        Posting to cost elements of another category always results
        in the message appearing as an error message, whether it
        has been deactivated or not.
        Execute "Change message control"
    Please let me know if you face such a issue in past.
    Regards,
    SATVIR SINGH
    Moderator: I trust, SAP explanation is quite sufficient

    Hi Satvir
    You have switched on Comp Code validation in OKKP... which means you can not post to CO objects of another company code...
    Eg: If billing is from comp code A, the co object has to be from same comp code.... Try to use OKB9 and specify a default CO object for the GL account involved in the posting or specify a default Cost center in OVF3 pertainig to the other comp code
    Regards
    Ajay M

Maybe you are looking for

  • How to Print a material document .

    How to Print a material document . W#hat all configs/settings do i have to make . I did the following .... 1. Maintain the Printer Name in SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Print Control->Gen Settings->Printer Setting 2. Ensure that in SPRO->Mat

  • Jabber for Mac 9.2 - Enable Differentiated Services?

    In Preferences>Calls>Advanced there is a setting called Enable Differentiated Services for Calls. What does this setting actually do?  I cannot find the setting referenced in any Jabber Mac docs on CCO.

  • Question re dgmgrl switchover

    oracle 10.2.0.4 on OEL 5.4 My lab is Two machines running under VMworkstation on my laptop Primary database 'houston' is on server vmlnx01 physical standby 'smyrna' is on server vmlnx02. Everything seems to be working - albiet a bit slow - but when I

  • ITunes freezes on program exit

    Does anybody have any ideas about how to fix this problem? It doesn't appear to be related to my iTunes library, because I tried starting with an empty library and still had the error...

  • Converting forms 5 to 6i

    Hello, we are working on windowsNT platform. I would like to know what changes need to be done to convert forms 5 to 6i and also for the menu while converting from 5 to 6i. Please give suggestions and help me. Regards, Alpesh