Transporting variants from development client to testing client(ECC6.0)

Can we use the report RSTRANSP for transporting variants(data for testing purposes) for a standard program from development client to testing client?
Thanks & Regards,
Savitha

Hi,
Follow like this.
In SE38, give ur program name.... select the variant radio button & click on diaply button & then press F4 for variant field & choose the variant u want to transport...
Then goto Utilities --> transport request . now execute the report select ur variant name & click on continue button .. now it will ask for the CR number ...assign it to the particular CR number & Release &  Import in the Quality Server.
Reward Poitns if it is Useful.
Thanks,
Manjunath MS

Similar Messages

  • Transport request from development system to testing system

    Hi,
    I have collected necessary objects in (development) the transport request except 0DUNN_AREA infoObject .Because info object  0COMP_CODE is compounded with Info object 0DUNN_AREA and 0COMP_CODE is in revised version in development system (But available in active version in testing). Suppose I release that transport request from development system to testing system  it get overwrite 0COMP_CODE  in testing system?
    Thanks

    Hi Jk,
    Depending the same technical names it will get overwrite in the testing server. But if the object 0DUNN_AREA is necessary in any objects which u have collected then u havce to collect it in the rtequest or else u will get RC8.
    Khaja

  • Transporting objects from Development System to Testing,Quality and Produtn

    Hi Experts,
    We have developed one scenario in our project in Development System.
    Now we need to transport the same to Testing System and test it there and then transport to Quality system and after that to production system.
    Can any one let me know what are all the steps required for transporting like
    1) like wat are all the SLD changes to be done.
    2) Do I need to create all the SLD settings of development in testing and Quality as well.
    Also please let me know if there are any other things other than SLD settings.
    Regards,
    Pruthvi

    Hi Pruthvi,
    >But I didnt get a clear idea of what exactly needs to be done.
    Please explain kindly what exactly you are missing or did not understand. If you just want to have an overview please read: [SAP help: Transporting XI Objects|http://help.sap.com/saphelp_nw2004s/helpdata/en/93/a3a74046033913e10000000a155106/content.htm]
    Regards,
    Udo

  • CHARM error - No Target system for Normal transport generated from another client

    Hi Gurus,
    This is regarding normal change. We have two clients in development. (Workbench and Customizing)
    We were trying to do Automatic import from development client to Quality. When importing the job, I’m getting an error related to Project Status switch. "you cannot import any request for the project at the moment" It works fine for another development client and we can see the target system in Project status switch.
    But, checking the Project Status switch, looks like there’s no Target System defined for Normal transport generated from another client of development.
    I attached some screenshots related to this.
    Can you please help how to add a target system for another client of development ?
    Regards,
    Salman

    yes, client 110 is present in the task list of the project. yes route is defined because it is working for urgent change

  • How can I transport data from one client to another client?

    How can I transport data from one client to another client? 
    Regards,
    Subho

    hmmm, CTS = cutomizing transport?
    If you have a customizing table, there are still two possibilities.
    1. customize in DEV system and transport
    2. customize right there where you need it.
    this depends on how the maintainance view is built. If it is a simple customizing table and you get not asked for a TR when customizing a new record or changing an existing one, you hit possibility 2.

  • How to transport requests from development  to production server

    hi gurus
    i am new to SDN
    can u pls give me detailed information how to transport requests from development server to production server?if possible give me screen shot documents
    regards
    surya

    Hi
    Transporting
    There are help pages that discuss creation of transports.
    In simple terms, you: create a transport package
    add objects to the package  export the package, plus optionally any related objects to a predefined folder/directory on the portal server into a file with an extension of .EPA copy the .EPA file to the import folder of your QA system and import it  test the contents on the QA system  copy the .EPA file to the import folder of your production system and import it  Create a transport package file
    Here is the step by step procedure to create a transport package:
    For Export
    1. Go to system administration, and click on transport?export.
    2. In the middle pane, select the folder you want to export and right click on the Transport Package. 3. Fill in the General Properties i.e the name of the package, id and description. 4. And say finish and open the object for editing.
    5. When the object has been opened then right click on the object you want to transport, and say "Add object to the Transport Package".
    6. Check the checkbox of the item u have added and see the properties if it has been added properly. 7. Now click on the save button.
    8. After the object is saved, click on the export button. 9. U will have an option to select where to store the .epa file which will be generated. U can overwrite an existing one by selecting the browse button, or store it with the generated name in the location it automatically generates. 10. Now Click on the Start Export button.
    11. once the export is completed, it shows a report on how much time is taken to generate the .epa file. 12. Here there is an option for downloading the .epa file. Click on the link and download the file. This file is ready to be uploaded into any other EP Server.
    For Import:
    Pre-requisites: You have to copy the .epa file created while export into the local drive. Optionally, you have to manually copy the .epa file generated in the export function into the Import directory of the server ie. chooseFollow the steps below for importing a certain file. 1. Go to System Administration in the portal, and click on Transport?Import. 2. For the source of the package, Click on the radio button Server for the .epa file you have copied lately. Else, click on the radio button on client if you are operating in the client and select the .epa file you have stored on the local drive. 3. Now select the file from the browse option and click on Upload.
    4. Now click on the import button. 5. Once the import process is finished, the report is shown. In the whole process, the par files are not included in the .epa files. For the par files to be included into the .epa files then we have to change the pcdStartup.properties file in the server. The property to be changed is Pcd.TransportApplication.Export.ExcludeObjectTypesAfterRuleProcessing: Keep this property's value as empty for enabling the par files to be uploaded into the .epa. You can check for this property in the portal in the following -System Administration-Support-Portal Content Directory-PCD Configuration.

  • Transfer of business object from development server to testing server

    if i want to transfer business object from development server to testing server how can i do that?
    what is the system landscape?
    what is business object?

    Hi Rizwan,
    U can get details of Business Objects in tcode - SWO1.
    Business objects are real world entities modeled as objects in an information system.
    Business objects encapsulate both data structures and the functions applied to the data, but hide their full complexity from other objects. This encapsulation of data and functions makes it easier to modify program components, because you can program with the relevant entities without having to know all the implementation details. You can also reuse existing functions.
    Client programs access business objects by reading their attributes, or by calling the methods that make up the objectu2019s interface:
    Attributes
    Attributes describe the data stored in an object through a set of properties. They provide direct read access to the data structures of objects, but client programs cannot change them from outside.
    Methods
    Methods provide a way to encapsulate the data structures of business objects, and to process them. When accessing an object, the client program calls a method with parameters and gets back return parameters.
    Interface
    The interface is the set of methods associated with a business object, and determines how an object interacts with the outside world.
    The client program defines the object types to be used and, at runtime, creates object instances of those object types.

  • Transporting requests from development server to production server

    Hi gurus,
    can anyone tell me how to transport requests from development server to production server.

    You can use SAPGUI now instead of calling tp at OS level.
    Serious: Totally wrong forum!

  • Planning Migration from Development Server to Testing Server

    Hi All,
    I am doing migration from development env to testing env. I am stuck in the middle of the migration. Anyone please guide me in this situation. Its very urgent for me. I am following below steps for the planning migration
    1. Create a new database on Production RDBMS Server for your planning application.
    I created the new database for my planning application.
    2. Configure a data source on Production Planning Server.
         I configured the new datasource on planning.
    3. Create fresh planning application on Production Server and Ensure the admin is the same as your planning application on Development Server.
         I created the new planning application on production server. Its working fine with admin login.
    4. Go into the database tables for the planning app on Production Server and look at table HSP_USERS; store the SID value against user 50001.
         I save the SID value against 50001 in a notepad
    5. Go into the database planning system tables on Production Server and HSPSYS_APPLICATION, clear out the version field for the application you have created.
         I removed the version for the application i created
    6. Stop Planning.
         I stopped the planning services
    7. Restore the planning application database on Development over the one created in the first step (to the Production Server Database).
         In this steps only, i am facing diffculities.
         How to take the backup of development database? (Here, i want to the take the database backup of planning application schema  or entire oracle databat in development server)
         How to restore to testing env database
    Please anyone guide me in this situtation. Please......
    8. Go into the HSP_USERS table and update the SID for user id 50001
    9. Start planning
    10. Go to planning web and you should see your application when you try and log in it should take you to a migrate screen.
    11. If you are requiring to migrate users as well, you will have to make sure you create them in Shared Services and then use the updateusers utility in the planning bin directory.
    Thanks,
    Lakshmi

    Hi Mars,
    Thanks for your reply. I did the same as you specified. I used Imp instead of import, exp instead of export.
    7. Restore the planning application database on Development over the one created in the first step (to the Production Server Database).
    I restored the Planning dmp here
    8. Go into the HSP_USERS table and update the SID for user id 50001
    Here, SID remains the same after restore the backup from the development server(SID same for Development and testing Server)
    9. Start planning
    I started the Planning Services.
    10. Go to planning web and you should see your application when you try and log in it should take you to a migrate screen
    I am facing problem here.
    While login into planning application, its not redirect to migrate screen. Its normally login to the application
    Thanks,
    Lakshmi

  • Transport of Alert Profile from Development client to Quality Client

    Hi APO Gurus,
    I have created different SDP alert profiles but no transport request has been generated .
    Can anyone guide how to transport SDP alert Profile from development to quality client
    Regards
    Amit

    Alert Profiles are manual config objects in APO and not transportable between systems.
    Unless you want to find out the relevant tables and manually add them in a transport through SE10.
    Somnath

  • How to send the transport request from one client to other client?

    Hello Friends,
    I have generated one transport request in one of the client in Development server.Now as it is  customizing request so unless and until i transport it to other client within the same server, Changes will not be visible in other clients.So how to transport this customizing request from one client to other client within the same server.
    Thanking you guys in advance.
    Regards,
    Jitendra

    Hi Jitendra,
    Release your Transport Request via SE10, then go to STMS & import the request first to your quality server, then to your production server.
    Apologies for the incorrect inputs, please use SCC1 as advised by other forum members
    Hope the above clarifies your query.
    Regards,
    Vivek
    Edited by: Vivek on Mar 16, 2009 1:05 PM

  • Copy a travel variant from another client (not 000)?

    We have a situation where some of our configured variants are not in a client, DV2/120 but ARE in DV2/160 and in other evironments (DV3).  Is there a way to copy a variant, either with PRCO or another tool, from a client other than itself or 000?

    the report RPRMORDE but here is the documentation on the copy function so in this respect I dont think this will fully help in this situation - check it against your requirements though!.
    Copy trip provision variant in current client
    With this function, you can copy a trip provision variant within the current client.
    If the target trip provision variant does not yet exist, you need to enter a description in the logon language.
    If the trip provision variant already exists, the system deletes the old entries before copying.

  • Transporting Objects from Development to Quality

    Hello Friends,
    I am working on a project where I have created Cubes, InfoObjects, DTP, Transformations and Open Hub Destinations in a Development Client.
    Now It's time to transport all these objects in to Q-Client.
    Can any one let me know the steps to do so? This is really very urgent.
    Your help is greatly appriciated.
    Thanks in advance,
    Kavita

    Hi
    Before transporting your complete data model
    Transport all the required info objects and its attributes First.(If you do not tranport the info objects first then when you transport the infosource the import will be failed saying that inactive info objcts found)
    Then replicate the required datasources in the target system. (If you do not replicate before transporting the request into the target system then it will give an error log saying that Fields does not exist in the dataosurce XXXX)
    So do the above two steps first and then proceed
    Then you can collect all the objects , Cube , Infosource, ODS, Open hub etc and transport it.
    You can transport from SE01 or SE09
    Go to SE01
    Select Modiafiable and display.
    Release the task of the corresponding request first and then the Request
    Go to STMS and then select your target system and import the transport request.
    Regards
    M.A
    Edited by: M.A on Jun 19, 2008 10:05 PM

  • Transporting object from development to production server

    Hi Everyone,
    Could you plz tell me how can i transport a object from development server to production serevr if that object is local in production server. And also could u tell me if the transfer structure is replaced if the names are different in both the server???

    Could you plz tell me how can i transport a object from development server to production serevr if that object is local in production server.
    Case 1: Object is in Prod, but not in Dev. and you want to align the systems through transports.
    You will have to send it to D (which could be done by changing transport routes & then following normal transport procedure) & then will have to bring it back with overwrite originals.
    Case 2: Object is present both in Prod & Dev. 
    You can send the transports D->P with Overwrite originals (following the transport procedures).
    And also could u tell me if the transfer structure is replaced if the names are different in both the server???
    If technical names are different in both the servers, the transfer structure will not be overwritten.

  • Transporting ODS from Developement to Quality server

    Hi,
    In Quality server I am haveing ODS with out one navigational attribute included in it but it contains data.same is avaliable in development with navigation attribute object included in it.Now we want to transport this ODS from development to Quality.Kindly let us know if we need to delete the data from ODS in quality before moving this ods which is in the delevopment.Technical name for both ods is same.
    Regards,

    Hi,
    You don't have to delete the data. The transport will work fine. But, the more data you have, the longer the transport will take.
    Cheers,
    Kedar

Maybe you are looking for