How to Move programs from QAS to DEV

Hi,
  I have a list of 50 program, which they deleted from FROM DEV and are available in QAS. Now they ask me to move back the programs from QAS to DEV.
How to do this. Please let me know. I will surely reward the points.
Priya.

You may be able to retrieve them from version management.  If one of your programs was called Z_MYREPORT, for example, go to SE38 on DEV, enter Z_MYREPORT then menu Utilities->Versions->Version Management.  Even though the report was deleted, you'll be able to select the last version and retrieve it.
Note, however, this only works where the object was transported from DEV to QAS in the past.  It works only with objects that support version management - so not sapscript layouts, for example.
And as others have noted, you basis team can construct a transport in QAS and transport it to DEV - but this should be last resort.
And you can always cut and paste. :-D
matt

Similar Messages

  • How to move programs from one mac to another

    Hi guys, I was wondering if I can move all my programs on my iMac (adobe cs5, aperture, final cut studio, etc) to a macbook pro using time machine or migration assistant. I bought my iMac used and do not have have the serial numbers for adobe cs5 and final cut pro. Any thoughts/suggestions would be appriecated.
    Thanks

    Yes, you can do that. However, some commercial programs know they have been moved to a different machine and will require that you re-enter the license key. It may be better to try cloning one machine to the other.
    Just connect them by Firewire cable. Boot the computer you want to copy TO into Target Disk Mode. Boot the one you will copy FROM normally. The computer in TDM will show up on the Desktop as just another hard drive.
    Now use Disk Utility to clone them:
    Clone using Restore Option of Disk Utility
      1. Open Disk Utility in the Utilities folder.
      2. Select the destination volume from the left side list.
      3. Click on the Restore tab in the DU main window.
      4. Select the destination volume from the left side list and drag
           it to the Destination entry field.
      5. Select the source volume from the left side list and drag it to
          the Source entry field.
      6. Double-check you got it right, then click on the Restore button.
    Destination means the TO computer. Source means the FROM computer.

  • Perform subroutine not linking to function after refresh from QAS to DEV

    Hi all,
    Recently, basis did a refresh from QAS to DEV.
    After the refresh, all my programs with perform subroutine statement cannot find the subroutine even though all my subroutines are in the source code itself.
    May i know what is the problem that has caused this to happen? It is quite rare to find this problem and i am in a stuck situation right now.
    Thanks
    WIlliam Wilstroth

    Hi ,
           I may not be right but whenever you create a perform subroutine and double click system generates few comments and form and endform that is linkage .
    What if feel when system was refresh the linkage is disconnected though the code is there .
    Then the best option would be to reactivate the program .
    I hope it works .
    Please reward if useful.

  • How to move table from one tablespace to other tablespace?

    how to move table from one tablespace to other tablespace?

    887274 wrote:
    how to move table from one tablespace to other tablespace?
    alter table <table_name> move  tablespace <new_tablespace_name>;
    Rebuild the indexes; alter index <index_name> rebuild <new_tablespace_name> online;Example;:
    SQL> create table ttt( ID NUMBER PRimary key);
    Table created.
    SQL> insert into ttt values (1);
    1 row created.
    SQL> commit;
    Commit complete.
    SQL> select index_name, status  from dba_indexes where table_name='TTT';
    INDEX_NAME                 STATUS
    SYS_C0010863                 VALID
    SQL> alter table ttt move tablespace users;
    Table altered.
    SQL> select index_name, status  from dba_indexes where table_name='TTT';
    INDEX_NAME                 STATUS
    SYS_C0010863                 UNUSABLE
    SQL> alter index SYS_C0010863 rebuild tablespace users online;
    Index altered.
    SQL> select index_name, status  from dba_indexes where table_name='TTT';
    INDEX_NAME                 STATUS
    SYS_C0010863                 VALID
    SQL>

  • I have aperture 3.2.4 on my laptop and have the serial number, but just bought a new MAC and I can't get the Ver 3.0 link to work. Anyone know how to move it from my laptop to our new mac?

    I have aperture 3.2.4 on my laptop and have the serial number, but just bought a new MAC and I can't get the Ver 3.0 link to work. Anyone know how to move it from my laptop to our new mac?

    I am talking about the Ver 3 download link that came with the purchase email.
    That link is no longer available. Use "Migration Assistant" to copy your Applications from your old mac to the new Mac, then immediately run software update. Aperture Version 3.2 will not run on your new mac with Mavericks, you will have to Upgrade to version 3.4.5 at least - you can download this update from the Support page: Aperture 3.4.5
    Then launch Aperture and enter your registration key and try now too update from version 3.4.5 to 3.5 from the AppStore. The AppStore will change your Aperture registration to an AppStore version, so you will able to reinstall by downloading from the AppSTore in future.
    If you want transfer only Aperture and no other applications, do it manually: You will have to copy not only the application but folders from the libraries as well:
    /Applications/Aperture.app
    /Library/Application Support/Aperture/
    ~/Library/Application Support/Aperture/
    Leonie

  • How to move data from a staging table to three entity tables #2

    Environment: SQL Server 2008 R2
    I have a few questions:
    How would I prevent duplicate records, when/ IF SSIS is executed many times?
    How would I know that all huge volume of data being loaded in the entity tables?
    In reference to "how to move data from a staging table to three entity tables ", since I am loading large volume of data, while using lookup transformation:
    which of the merge components is best suited.
    How to configure merge component correctly. (screen shot is preferred) 
    Please refer to the following link
    http://social.msdn.microsoft.com/Forums/en-US/5f2128c8-3ddd-4455-9076-05fa1902a62a/how-to-move-data-from-a-staging-table-to-three-entity-tables?forum=sqlintegrationservices

    You can use RowCount transformation in the path where you want to capture record details. Then inside rowcount transformation pass a integer variable to get count value inside
    the event handler can be configured as below
    Inside Execute SQL task add INSERT statement to add rowcount to your audit table
    Can you also show me how to Check against destination table using key columns inside a lookup task and insert only non
    matched records (No Match output)
    This is explained clearly in below link which Arthur posted
    http://www.sqlis.com/sqlis/post/Get-all-from-Table-A-that-isnt-in-Table-B.aspx
    For large data I would prefer doing this in T-SQL. So what you could do is dump data to staging table and then apply
    T-SQL MERGE between tables (or even a combination of INSERT/UPDATE statements)
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • How to move Tablespace from One disk group to another disk group in RAC

    Hi All,
    I have 11gR2 RAC env on Linux.
    As ofnow I have problem with disk group. I have 3 disk group which is almost full - 98%. I have added one NEW disk group and want to move some of the Tablespace(TBS) from OLD disk group to NEW diskgroup and make some free space in OLD disk group.
    Can any one suggest me how to move TBS from one disk group to another disk grup without shutting down the instance.
    DB is in Noarchive mode.
    Thanks...

    user12039625 wrote:
    Hi Helios,
    Thanks for doc id but I am looking for noarchive mode solution. becaues I got ORA-
    "ORA-01145: offline immediate disallowed unless media recovery enabled " when run alter database datafile '...' offline.
    Hence I am trying something and findout below steps but not sure how useful it is:
    1- put tablespace offine
    2- Copy the file to new diskgroup using Either RMAN or DBMS_FILE_TRANSFER.
    3- Rename the file to point to new location.
    4- Recover the file.
    5- Bring the file online.
    I had move 240M TBS from OLE to NEW.
    These steps run successfully so I think this is valid for noarchive mode.Hence want to confirm..so inform me please.
    Thanks :)I have doubt in my mind:
    1. You database is in noarchivelog mode
    2. You're taking tablespace offline
    3. Suppose you're moving a file of size 10GB(or any larger filesize) to another disk group
    4. Now after moving the file, you're trying to bring the tablespace online............NOW
    tablespace will need recovery. if the required data is inside the SGA then it is ok. But if the data has been flushed, then?
    if step 2 and 3 has taken significant time, then most probably you'll not be able to bring that tablespace online.
    Regards,
    S.K.

  • How to move data from 2 internal table to 1 internal table

    Can any body send me code that how to move data from 2 internal table into one internal table.
    Moderator message : Read ABAP documentation. Thread locked.
    Edited by: Vinod Kumar on Jun 13, 2011 11:45 AM

    Hi Mohdarif92;
    I don't know your full needs. But general method should be as below code.
    Please check exam below code.
    Best regards.
    data : begin of gt_result.
                ... like mkpf-...
                ... like mkpf-...
                ... like mseg-...
                ... like mseg-...
              end of gt_result
    select *
    into table gt_mkpf
    from mkpf where ...
    select *
    into table mseg
    from mseg where ...
    loop at gt_mkpf.
         loop at gt_mseg where ... = mkpf-...
            move-corresponding gt_mkpf to gt_result.
            move-corresponding gt_mseg to gt_result.
            append gt_result
         endloop.
    endloop.

  • How to move pics from phone to sd card?

    Could some one explain how to move pics from phone to sd card?

    before you fiddle with it you may want to back up your photos on your PC. This is how to move them from phone to PC.
    How to Transfer photos from HTC memory to PC
    1) From the phone: select: Menu>settings>connect to pc>as disk
    2) Attach phone to pc with usb cable
    3) From pc open: Computer>removable disk F>dcim>100media
    Note: you can also pull the mini sd card out of you phone and plug that directly into your computer. just make sure to unmount the disk through your settings options before you remove it from the phone.

  • How to move pics from camera role to photo stream?

    How to move pics from camera role to photo stream?

    before you fiddle with it you may want to back up your photos on your PC. This is how to move them from phone to PC.
    How to Transfer photos from HTC memory to PC
    1) From the phone: select: Menu>settings>connect to pc>as disk
    2) Attach phone to pc with usb cable
    3) From pc open: Computer>removable disk F>dcim>100media
    Note: you can also pull the mini sd card out of you phone and plug that directly into your computer. just make sure to unmount the disk through your settings options before you remove it from the phone.

  • How to move music from PC to Mac

    How to move music from PC to Mac

    Network
    Flashdrive
    DVD
    External drive
    Email
    File transfer site
    Take your pick. You have several choices. The easiest, if your computers are networked, would be to drag and drop between the computers. Otherwise copying the files to a thumb drive or DVD then taking the thumb drive or DVD to the other computer is probably easiest. Although you could just upload the files to an online file transer site then download them to the other computer.

  • How do install  program from external drive to mac book air

    how do install  program from external drive to mac book air

    DVD or CD sharing: Using Remote Disc - Apple Support

  • How to move materials from one sloc to another sloc  materials are more tha

    Hi,
    Can any one help me on this issue How to move materials from one sloc to another sloc  materials are more than 1000
    and from existing sloc to new sloc which is Hum managened i need help onthis issue thanks

    hi
    use T-code: MB1B Transfer Posting
    Movement type:
    311 Transfer posting storage location to storage location in one step
    The quantity is transferred from unrestricted-use stock of the issuing storage location to unrestricted use in the receiving storage location.
    Possible special stock indicators: E, K, M, Q
    313 Stock transfer storage location to storage location in two steps - removal from storage
    The quantity is transferred from unrestricted-use stock of the issuing storage location to stock in transfer in the receiving storage location.
    Possible special stock indicators: None

  • How to move value from one tlist to another tlist in same form?

    how to move value from one tlist to another tlist in same form on button press?
    Same like in data block wizard when we select value from 1st list it will go to 2nd list and can be move back. Please help i am new to forms .
    Regards

    just call the following proc in your add & add all buttons. Reverse the code for REMOVEs
    this proc will move one item at a time from list_item1 to list_item2.
    PROCEDURE add_an_item
    IS
      v_list_count    NUMBER;
      v_item1_label  VARCHAR2(60);
    BEGIN
      IF :list_item1 IS NOT NULL THEN v_list_count := nvl(Get_List_Element_Count('list_item1'),0);
          IF v_list_count >= 1 THEN FOR i IN 1..v_list_count
          LOOP
             IF   :list_item1    = Get_List_Element_Value('list_item1', i)
             THEN
                  v_item1_label := Get_List_Element_label('list_item1', i);                 
                  Add_List_Element('list_item2',1,v_item_label,:list_item1);         
               Delete_List_Element('list_item1',i);
               Exit;
             END IF;
          END LOOP;
           END IF;
       END IF;
    END;
    *********************************************************************************this proc will move all items from list_item1 to list_item2.
    PROCEDURE add_all_items
    IS
      v_list_count NUMBER;
      v_item_label VARCHAR2(60);
      v_item_value VARCHAR2(60);
    BEGIN
    v_list_count := nvl(Get_List_Element_Count('list_item1'),0);
    IF    v_list_count = 1 AND Get_List_Element_Value('list_item1', 1) IS NULL THEN NULL;
    ELSIF v_list_count >= 1 THEN
           FOR i IN 1..v_list_count
           LOOP
            v_item_value  := Get_List_Element_Value('list_item1', i);
            v_item_label  := Get_List_Element_label('list_item1', i);       
            Add_List_Element('list_item2',i,v_item_label,v_item_value);
           END LOOP;
           clear_list('list_item1');
    END IF;
    END;I added [ code ] tags to make this easier to read.
    Message was edited by:
    Jan Carlin

  • HT4673 how to uninstall programs from Mountain Lion?

    how to uninstall programs from Mountain Lion?

    Hi,
    Theres a couple ways to uninstall programs. The launchpad is the rocket icon on the dock. If you open that you should see your apps spread out as icons as if it would be on a iphone or other iOS device. If you just click the icon with your mouse button and continue holding the mouse button the will shake and show the X. If you click that X it will ask if you want to delete the program. This only works for programs downloaded through the APP Store. If a program does not have an X then proceed to the next way of uninstalling
    -- The way to delete a program that will not delete the previous way is as followed:
    Open finder
    - On the left side you will see applications > Click that
    - Then you will see all the programs on the right side.
    - If you click on the program and drag it to your trash bin it will ask if you would like to make changes and delete.
    - Just make sure not to delete anything that was preinstalled with you Mac

Maybe you are looking for

  • Sequence of transferred pictures in Revel

    The sequence of pictures transferred to Revel are sometimes in a different sequence then on Photoshop.  Is that a normal problem from the transfer process?

  • RME 4.0.6 - Archive Purge not working

    Hi, I have noticed that our archive purge job is failing completely, for all devices, and it appears to have been failing for some time now. Looking at the meesage apeparing in the Job Details for one of the devices I get: *** Device Details for myde

  • Allow multiple but only display 1 choice

    with dreamweaver 8, how do I set the display to only show 1 choice initially? e.g. I have a month list. Initially, I want it to display Jan - and Jan ONLY. I want to allow multiple choice of month, e.g. I can choose Jun, July and Aug. I set type to L

  • Media Manager. Can anyone help?

    Hi, Every time I launch Media Manager I get the message "The current display settings do not meet the minimum requirements for this application. Please change the screen resolution to 1024x768 pixel or higher, and the color quality to 16-bit or highe

  • HT5287 Tried all those suggestions and remote disk does not appear in finder

    Tried all the suggsetions and still cannot see the remote disk in the finder window.