Transport Request - QA Server

Hi,
I couldnt understand why Log files are not created for a Request in QA - Quality server.
In SE09 there are 4 types of Request Types exists  - how to know which one to choose while creating a new  Request.
I appreciate ur time.
Regards
Krithika

> Hi Sanjay,
>  Thanx
> 1)In Dev - Server i can goto SE09 and be able to
> o view the Logs by choosing on the Request no and
> clicking the Transport Logs button , but in QAS it is
> not possible to view Logs for any Request numbers.
<b> see my other response</b>
> 2) say for  ex i want to create a transport request
> t - for transporting Variants / Table contents
> ......
> Which request type i should choose - customising /
> workbench/..., will it vary according to the
> transporting object?
Typically you will not go to SE09 to create a request unless you know exactly what you are doing. When you change any object, system will recognize whether it is a transportable object and if so, it will prompt you to create or choose an existing transport request number. System will also know what type of transport request it needs to create. But just for your understanding, you will create a customizing request if your changes are related to tables that are customizing tables(it is an attribute of the table). You will create a workbench request for all those objects that you work on using the workbench tools(including programs, tables, screens, status etc)
Srinivas

Similar Messages

  • Transport Request Between Server

    Dear All,
    I did request from One client to Other client in Same Server. Its working fine.
    But I don't know, How to transport Request between One server ( QTY ) to Another Server ( DEV ).
    Let me know.
    Edited by: thomas_raja on May 30, 2011 4:08 PM

    DEV --> QAS is a straight way which will be done by your BASIS team.
    If you have different requirement than this, also contact them.
    Regards,
    Nick Loy

  • How to download transport request to server on a HANA system?

    On a non-HANA system I am used to downloading transport requests to the server by following these instructions:
    scn.sap.com/docs/DOC-45570
    On the HANA system the directories 'cofiles' and 'data' are empty and I have not been able to locate the transport files (K-files) in any other directory.
    Also the transactions CG3Y and CG3Z dont exist etc.
    Anybody know how to go about this on a HANA system?

    Solved by installing a transport route

  • Transport Request Between Server QAS --- DEV

    Dear All,
    I have 60 Request in mine QAS Server. I set STMS Path to QAS & DEV Server,
    After that i do the Remote Client copy from QAS ( 200 Client ) to DEV ( 400 Client ). Its successfully completed.
    In QAS ( 200 Client ) - See the All request through SE01.
    But I check the DEV ( 400 Client ) through SE01 . It didn't display thel request.
    where can i get the Request Numbers in my DEV Server?

    Yes correct.
    All datas were moved in my DEV server ( 400 Client ). Functional Team members also checked with details.
    All company code & datas moved in Properly.
    But I want to know What are the Request is there in DEV Server ( 400 Client ) by userwise.
    I check with transaction SE01, its only workbench request is there.
    So Please advice me

  • Download transport requests from server to GUI

    Hi All,
    Is there any FM or report that could download a released request (or a copy) on GUI.
    Any help is appreciated.
    KS

    Here is a program that I just whipped up.  It does pull the files from the application to the presentation, but I don't know if the files are not corrupted.  You will have to test them out.
    report zrich_0001.
    parameters: data type localfile
               default '/usr/sap/trans/data/R903289.TST'.
    parameters: co   type localfile
               default '/usr/sap/trans/cofiles/K903289.TST'.
    data: begin of idata occurs 0,
          rec type string,
          end of idata.
    data: xdata type string.
    data: begin of ico occurs 0,
          rec type string,
          end of ico.
    data: xco type string.
    data: stripped type rlgrap-filename.
    data: file_path type rlgrap-filename.
    data: fe_path type string.
    start-of-selection.
    * Download Data Files
      open dataset data for input in text mode.
      if sy-subrc = 0.
        do.
          read dataset data into xdata.
          if sy-subrc <> 0.
            exit.
          endif.
          idata-rec = xdata.
          append idata.
        enddo.
      endif.
      call function 'SO_SPLIT_FILE_AND_PATH'
           exporting
                full_name     = data
           importing
                stripped_name = stripped
                file_path     = file_path.
      concatenate 'C:' stripped into fe_path.
      call function 'GUI_DOWNLOAD'
           exporting
                filename = fe_path
           tables
                data_tab = idata
           exceptions
                others   = 22.
    * Download Co Files
      open dataset co for input in text mode.
      if sy-subrc = 0.
        do.
          read dataset co into xco.
          if sy-subrc <> 0.
            exit.
          endif.
          ico-rec = xco.
          append ico.
        enddo.
      endif.
      call function 'SO_SPLIT_FILE_AND_PATH'
           exporting
                full_name     = co
           importing
                stripped_name = stripped
                file_path     = file_path.
      concatenate 'C:' stripped into fe_path.
      call function 'GUI_DOWNLOAD'
           exporting
                filename = fe_path
           tables
                data_tab = ico
           exceptions
                others   = 22.
    Regards,
    Rich Heilman

  • How to set at the server level to log transport request in SAP ME

    Hi:
    when I do configuration in SAP ME, can I set at the system level to log for transport request ?
    so I can  use transport request for other client or server.

    Hi!
    There is no "transport request" in SAP ME, however, there is Configuration Data Transfer Export/Import activity which can export the data to ZIP file at the source site and then import that file at the destination site.
    CDT activity can utilize CTS+ as a transport channel but I would suggest ZIP file instead because the file can be edited manually in case of any issue or if you want to remove some data.
    For details, please consult this How-To Guide.
    Regards,
    Sergiy

  • Re-transport the transport request to NQA server after system refresh

    Hi
    Users are moving the transport requests in NQA (quality server) using STMS tcode and Basis team is moving the trasnport requests using TP command in operating system level.
    There are some transport requests that are released and are moved only to NQA server but not in Production server.
    After the NQA refresh from Production server, we need to re-create the trasnport route for NQA server
    in NQA using SE06 and STMS.
    Now users want to re-transport the requests again in NQA server that was moved to NQA before the system copy but they are not able to make it.  In the transport queue, users are able to see their transport requests but they are not able to re-transport.
    When basis team try to move the same transport requests using TP command in operating system level, it failed with  error:
    - "Transport request is not in buffer".
    - x2n0v2:nqaadm 14> transport250_NQAu126 908807
    /usr/sap/trans/NDV/cofiles/K908807.NDV
    is this the correct cofile ?y
    cofile is K908807.NDV
    source system is NDV
    transport type is K
    transport name is NDVK908807
    Renamed to K908807.NDV.INTRANSIT on dbcindv
    Datafile copied to dbcinqa
    Cofile copied to dbcinqa
    -rw-rw-r--   1 nqaadm     sapsys       25606 Oct 29 11:13 /usr/sap/trans/NQA/data/R908807.NDV
    -rw-rw-r--   1 ndvadm     sapsys       25606 Oct 29 11:13 /usr/sap/trans/NDV/data/R908807.NDV
    -rw-rw-r--   1 nqaadm     sapsys         678 Dec  1 19:05 /usr/sap/trans/NQA/cofiles/K908807.NDV
    -rw-rw-r--   1 ndvadm     sapsys         678 Dec  1 19:05 /usr/sap/trans/NDV/cofiles/K908807.NDV.INTRANSIT
    Please compare the files before proceeding
    Do you wish to continue the import?y
    tp addtobuffer NDVK908807 NQA pf=TP_DOMAIN_NDV.PFL
    This is tp version 305.13.25 (release 46D) for ANY database
    Addtobuffer failed for NDVK908807.
      Cofile not existent or corrupted (datafile exists).
      If source system is available you may try to reconstruct
      the cofile using the command "createinfo".
    We used the following method to re-transport the requests to NQA server:
    "STMS --> Request -->Delete (the request number)" method delete the transport request from transport queue and from the cofiles/data directory of the operating system and then  " STMS --> extra-> other request-> add" allow us to put the transport request back to transport queue in NQA server. Once the transport requests are in queue, we can re-transport all of them one by one or in group.
    Question: Is it the right way to re-transport the request in NQA (first delete if from transport queue and then add and then re-import in NQA server).
    Id there is any other way to re-transport the requests, pls suggest us.
    Thanks
    Amar

    Amar,
    Depending on how many tarnsports you have and also if this is one time, what you can do is ask Basis guys to write a small script which adds to the buffer to your NQA system.
    Steps:
    1) under /usr/sap/trans/buffer rename the NQA buffer file.
    2) create a new empty file NQA (make sure permissions are identical)
    3) Provide the list of transports and ask Basis team to put it in a file at Unix level
    4) Run a script which will add to the buffer from the source file.
    5) From STMS refresh the NQA queue and you should see all the transports ready for import.
    Hope this helps.
    Thanks,
    Naveed
    Edited by: Naveed Qureshi on Dec 4, 2008 8:52 AM

  • To revert back a transport request from prd to dev server

    hi experts
        how to revert back a transport request from prd server to
        dev server?
        a transport request has been wrongly transported
        and it has make major changes in production server,
       now  we want to revert back that request , we know the   request no.
    regards
    pankaj

    All you have to do is create an order of transport type "Transport of copies" in PRO.
    I give you the steps to follow:
    1. Go to SE01 and create a new order (remember the type "Transport of copies").
    2. Enter the data of the order of transport that is going to come back.
    3. Enter the target, here is where you asign the target system to carry the request.
    4. Now just add the number of request to the new request you just created.
    5. Finally released the request from this transaction.
    6. Check on the queue of transport in DES, the request must appear there.
    I hope you serve =)

  • 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.

  • Re-transport the transport request in Quality server after System refresh

    Hi
    Users are moving the transport requests in NQA (quality server) using STMS tcode and Basis team is moving the trasnport requests using TP command in operating system level.
    There are some transport requests that are released and are moved only to NQA server but not in Production server.
    After the NQA refresh from Production server, we need to re-create the trasnport route for NQA server
    in NQA using SE06 and STMS.
    Now users want to re-transport the requests again in NQA server that was moved to NQA before the system copy but they are not able to make it.  In the transport queue, users are able to see their transport requests but they are not able to re-transport.
    When basis team try to move the same transport requests using TP command in operating system level, it failed with  error:
    - "Transport request is not in buffer".
    - x2n0v2:nqaadm 14> transport250_NQAu126 908807
    /usr/sap/trans/NDV/cofiles/K908807.NDV
    is this the correct cofile ?y
    cofile is K908807.NDV
    source system is NDV
    transport type is K
    transport name is NDVK908807
    Renamed to K908807.NDV.INTRANSIT on dbcindv
    Datafile copied to dbcinqa
    Cofile copied to dbcinqa
    -rw-rw-r--   1 nqaadm     sapsys       25606 Oct 29 11:13 /usr/sap/trans/NQA/data/R908807.NDV
    -rw-rw-r--   1 ndvadm     sapsys       25606 Oct 29 11:13 /usr/sap/trans/NDV/data/R908807.NDV
    -rw-rw-r--   1 nqaadm     sapsys         678 Dec  1 19:05 /usr/sap/trans/NQA/cofiles/K908807.NDV
    -rw-rw-r--   1 ndvadm     sapsys         678 Dec  1 19:05 /usr/sap/trans/NDV/cofiles/K908807.NDV.INTRANSIT
    Please compare the files before proceeding
    Do you wish to continue the import?y
    tp addtobuffer NDVK908807 NQA pf=TP_DOMAIN_NDV.PFL
    This is tp version 305.13.25 (release 46D) for ANY database
    Addtobuffer failed for NDVK908807.
      Cofile not existent or corrupted (datafile exists).
      If source system is available you may try to reconstruct
      the cofile using the command "createinfo".
    We used the following method to re-transport the requests to NQA server:
    "STMS --> Request -->Delete (the request number)" method delete the transport request from transport queue and from the cofiles/data directory of the operating system and then  " STMS --> extra-> other request-> add" allow us to put the transport request back to transport queue in NQA server. Once the transport requests are in queue, we can re-transport all of them one by one or in group.
    Question: Is it the right way to re-transport the request in NQA (first delete if from transport queue and then add and then re-import in NQA server).
    Id there is any other way to re-transport the requests, pls suggest us.
    Thanks
    Amar

    No cross posting
    Read the "Rules of Engagement"
    Regards
    Juan

  • Import back the transport request to Development Server

    Hi All,
    I need to import back the Transport request which is in Quality Server to Development Server.
    For ex: DEV900764  from Quality to Development Server.
    But the same(DEV900764 ) transport request is available in Development also.
    How to overwrite the transport request which in Development server ?
    I deleted  the request in se01, stms  in DEV server.
    Once i updated the copy of Quality to Development in co-file,data file in OS level. But still it show the old one(DEV copy) while importing thro' stms in development server.
    How to solve this ?
    actually i need the data of quality transport request

    Hi Milan,
    Even though you have deleted the request in Development system and later copy the co-file and data file from Quality to Development it will be the same. What is the reason of transporting from Quality to Development.
    Normally requests will move from Development to Quality and to production as you already know. Once the request is released from development and transported to next systems that request will have same data in the request what it was at the time it was released and whenever you re-transport that request it will have same changes.
    Why you want to do from Quality to development. If you find any differences in the changes of quality and development then some one might have done the chages directly in quailty with client being opened. If it is the same case then you need to take care of the system and avoid any direct changes. If as per my assumption if really there is any difference then make the  necessary changes directly in development instead of wanting to transport from Quality.
    Transporting from Quality to development is not good practise.....
    Regards,
    Sharath

  • How to retrieve the Sapscript layout changes for a particular Transport request in development server after this Transport request so many requests created  ?

    Dear Abapers,
    I request the Abapers kindly reply for this blog
    I want to retrieve the sapscript layout changes for a particular transport request in development server after that many transport request created and moved to quality ? 
    I checked in SE03 transaction the transport request was there.  But I want to retrieve the existing transport request which is not moved to Quality?
    Is it possible to retrieve the existing transport request in development which is not moved to quality ?
    Like how we retrieving the programs using versions in development server,  In the same way I want to retrieve the sapscript layout in development server ?
    Thanks & Regards
    Muzeebur Rahiman.S

    Hi,
    There is no version management for SapScript or Smartforms .
    When you write "transport request in development which is not moved to quality" - was the transport ever released and exported from the development system? If yes, and if the "Transport files" are still available in "Transport directory" (or if the transport files were backed up and could be retrieved), the transport could be imported again. If the TR was not exported, you are out of luck, I believe...
    I would not recommend you do it on your own even if you happen to have enough authorizations (consult with Basis and/or Transport Admin, if you have one in your organization). I would not recommend that it's imported on a development system or QA system, even if the transport contains no other objects - only the SapScript form in question. Import it on a "sand-box" that gets overwritten by system copy from time to time... Once the transport is imported, you should have the old version of SapScript in that system and could analyse the changes and perform manual merge.
    cheers
    Jānis

  • Open transport request in Development server which is not moved to Producti

    HI All,
    I am doing upgrade from ECC5.0 to ECC6. EHP4.
    We have some open Transport request in development server which are not moved to PRD.
    Now client wants to stabilize their both the systems, want to compare each trasport in PRD.
    My question is, if they dont want that request to move to PRD, what we have to do?
    We have to delete the tranport and select the active version of tranport which is there in PRD or how.
    Please suggest me how to proceed for this scenario. we have lot of transports. ( Tables,programs,classes,methods,etc.,)
    Regards,
    sarath

    Hello Sarath,
    1st question: did you already finish your upgrade? If not, at which phase is it at?
    2nd: did you upgrade your DEV system already to the same level as PRD?
    3rd: were these transports generated in an old version (like ECC 5.0)? If yes, and now you have an ECC 6.0 system, you must not import them on this system, as they have different versions. If you do it, you'll make your system inconsistent.
    Please clarify on these points so we can help you.
    Best regards,
    Tomas Black

  • 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!

  • Transport request in quality server

    Hi everyone..never mind if this is not the correct place to post this question..i have the access to ECC QUALITY SERVER..i tried to generate the datasources in ECC Quality server..it has given PROMPT FOR LOCALWORKBENCH REQUEST pop-up window
    when i look for the available requests through F4(input values)..there are no input values..
    Dont we have the possibility to activate datasources in quality server?why so?and if anybody knows details about development,quality and production server could you please give me a broad explanation??im confused with these three types of servers and how they work!!
    Thank you very much in advance for any help,
    Edited by: yarpath on Sep 22, 2011 11:21 AM

    Hi ,
    Along with provided details Some info about server .
    In SAP Landscape we have a server system called SAP architecture
    DEV, QAS and PROD.
    -  DEV would have multiple clients.
      190- Sandbox -Sandbox doesn't affect the other servers or clients its standalone system
      100- Golden- dev and changes transferred to next level via transports it contains all configuration and master data .So all the configuration settings are done in golden clients and then moved to other clients. Hence this client acts as a master copy for all settings to be done so called "Golden Client"..
      180- Unit Test- if configures then Transports from golden client will come here .
    - QAS may again have mutiple clients
      300- Integration Test
      700 to 710 Training.
    -  PROD usually have one client
    this depends on how is the client's business scenario.
    Request flow like
    DEVELOPMENT -> QUALITY -> PRODUCTION
    DEVELOPMENT : where developer create new objects and flow or change existing one .
    QUALITY : The objects moved from Dev tested as it has large amount of data and usually a copy of production so new development get tested with real time data and any bugs etc found can be fixed back in dev and get transported again .
    PRODUCTION : Day to day business data is present here coming from different systems (R/3 ,flat file ,NON SAP system etc).
    --In quality or producation you cannot see your transport request and it will not allow you to change object .
    --Usually we have only access to create DTP ,Process chain ,Program etc in Production but we cannot change transfromation etc as the flow can not be disturbed .
    --To see the status of your objects in any system which are moved via transport you need to see logs in Dev system .
    --this will also tell you which systems are connected to your dev system .
    Hopw this will  be helpful .
    Regards,
    Jaya Tiwari

Maybe you are looking for

  • "Add Hyperlink" not working in Mail

    Edit/Add Hyperlink used to work just fine. Recently it stopped working. It appears to have done its thing by changing a selected word, URL or e-mail address to blue with an underscore. I even get the little glove when I roll the cursor over it. But i

  • Bank accounts query

    Dear All , this is regarding maintaining different bank accounts for EoU and Domestic division: How do we ensure that we pick the right bank a/c if we  have a common vendor between domestic and eou? Have we need to  split the vendors in domestic and

  • How do I rotate a button?

    For the life of me, I can't figure out how to rotate a simple button. I can rotate a drop zone, but not a button.

  • Maxl Start up problem

    Hi All, I am using system 9.3.1. essbase ( Windows 2003 server). When I tried to open maxl in command prompt (essmsh) I am just getting a pop-up which dissappears in seconds. I started essbase server, adminserver. I am able to write commands in Maxl

  • UWL - is it possible to hide tasks

    Hi, we have different tasks shown in the UWL in our portal. But there are a view tasks (the EIC generates) which we want to hide. We already have these task-numbers (TSxxx) deleted from the XML-file (system configuration - Universal Worklist Configur