Need TP command for Add  Transport Request to import Queue all at a time

Hi SAP gurus,
Can you tell the o/s  or  TP  command  to  Add   Transport Request to import Queue all at a time which are available in co files directory   ,
Because I have to add 500- 600 request .  For every request I canu2019t  do like this  STMS_IMPORT  -- Extras=> other requests -add--
Thanks and regards
babu

Hi,
You can export list of all transport requests from your DEV system in one shot, from SE09-> Display (provide your required selection criteria) -> Goto -> "Display as List"
You can export these all Transport Requests as Spreadsheet. Then Filter out all your required 400 to 500 Transport Requests.
Now,use another excel sheet to create a file with the list of required transport request Nos only, then concatenate all of them to generate the required TP commands as mentioned below.
The syntax will become as follows:
column1           column2         column3
tp addtobuffer DEVK900123 <SID> pf=<Drive>:\usr\sap\trans\bin\TP_DOMAIN_<SID>.PFL
tp addtobuffer DEVK900124 <SID> pf=<Drive>:\usr\sap\trans\bin\TP_DOMAIN_<SID>.PFL
tp addtobuffer DEVK900125 <SID> pf=<Drive>:\usr\sap\trans\bin\TP_DOMAIN_<SID>.PFL
tp addtobuffer DEVK900126 <SID> pf=<Drive>:\usr\sap\trans\bin\TP_DOMAIN_<SID>.PFL
tp addtobuffer DEVK900127 <SID> pf=<Drive>:\usr\sap\trans\bin\TP_DOMAIN_<SID>.PFL
tp import          DEVK900123 <SID> client=### pf=<Drive>:\usr\sap\trans\bin\TP_DOMAIN_<SID>.PFL
tp import          DEVK900124 <SID> client=### pf=<Drive>:\usr\sap\trans\bin\TP_DOMAIN_<SID>.PFL
tp import          DEVK900125 <SID> client=### pf=<Drive>:\usr\sap\trans\bin\TP_DOMAIN_<SID>.PFL
tp import          DEVK900126 <SID> client=### pf=<Drive>:\usr\sap\trans\bin\TP_DOMAIN_<SID>.PFL
tp import          DEVK900127 <SID> client=### pf=<Drive>:\usr\sap\trans\bin\TP_DOMAIN_<SID>.PFL
-> Open Notepad and Copy+Paste these three columns & save the text file in the <Drive>:\usr\sap\trans\bin\ folder.
-> Then rename this .txt file to *.bat.
-> open a command prompt and change to the <Drive>:\usr\sap\trans\bin\ folder and run the .bat batch file.
Make sure that object lists of all the Trans. Requests are checked and confirmed for the transport to avoid data incosistency in target system. (e.g. Number Range Object)
Regards,
Bhavik G. Shroff

Similar Messages

  • What checkbox "import again" when adding an transport request to import que

    Hello
    I wander what checkbox "import again" when adding an transport request to import queue means?
    Thank you in advance

    Hello Jan,
    Well you should have searched in help.sap.com before posting here for basic concepts. Anyways, import again means after successful import also you can reimport that particular request.. Please see the below link for other options as well.
    http://help.sap.com/saphelp_nw04/helpdata/en/5c/d21880fe3c11d2b461006094b9ea64/content.htm
    Thanks,
    Siva Kumar

  • F4 help for Customizing Transport Request Field....

    Hi,
    I need a Function Module for F4 help for Customizing Transport Request field. I have used the below FM but I ma able to get only Customizing TR for only Login User Name only but not other Users. How to get the Customizing TR which are created by other Users(Owner is diferent from Login Owner).
    PARAMETERS: p_cts  TYPE e070-trkorr OBLIGATORY.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_cts.
      PERFORM get_cts CHANGING p_cts.
    *&      Form  get_cts
    FORM get_cts  CHANGING p_cts.
      TYPE-POOLS trwbo.
      DATA: lv_cts TYPE trwbo_request_header.
    To Get only custimzing requests
      CALL FUNCTION 'TR_REQUEST_CHOICE'
        EXPORTING
          iv_request_types     = 'W'
        IMPORTING
          es_request           = lv_cts
        EXCEPTIONS
          invalid_request      = 1
          invalid_request_type = 2
          user_not_owner       = 3
          no_objects_appended  = 4
          enqueue_error        = 5
          cancelled_by_user    = 6
          recursive_call       = 7
          OTHERS               = 8.
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        CALL FUNCTION 'POPUP_DISPLAY_MESSAGE'
          EXPORTING
            titel = 'Transport'
            msgid = sy-msgid
            msgty = sy-msgty
            msgno = sy-msgno
            msgv1 = sy-msgv1
            msgv2 = sy-msgv2
            msgv3 = sy-msgv3
            msgv4 = sy-msgv4.
      ENDIF.
    Pass the selected TR to selection screen
      IF sy-subrc = 0.
        MOVE lv_cts-trkorr TO p_cts.
      ENDIF.
    ENDFORM.                    " get_cts
    Regards,
    Deepthi.

    Instead of using FM 'TR_REQUEST_CHOICE', you can have direct database select on table E070 and E071.
    In E070, the field TRFUNCTION determine the customizing and workbench request.
    K->     Workbench Request
    W->     Customizing Request

  • CRM Support Package Manager - Add transport request to queue

    Hi,
    I'm applying CRM Support Packages with SP_MANAGER on the production system.
    I already applied these SP on the development system, I performed an SPAU adjustment, selected the corresponding transport request to use it on the production system, but SP_MANAGER didn't asked for this transport on the production system.
    How can I add the SPAU adjustment to the queue with SP_MANAGER ?
    Kind regards,
    Christophe

    Hi,
    That's why I opened this message: in step 1 of the procedure described by the link (http://help.sap.com/saphelp_nw04s/helpdata/EN/de/151042f664e12ce10000000a1550b0/content.htm), the system should ask for a transport request. This is not the case here, despite the fact that the correct setting is set in SPAM.
    Any other idea ?
    That's not a problem since I can use a workaround (import via STMS when the system asks to perform the adjustment), but I wonder why the system doesn't ask for a transport request in the case of a CRM system.
    Kind regards,
    Christophe

  • Tcode to look for a transport request number

    Hi all,
    I have to look for request number details .I dont have access to SE01 . How can i look that details?

    Hello Priya
    The standard transaction for finding transport requests is <b>SE03 </b>(choose option <i>Requests/Tasks -> Find Request</i>).
    If you are not authorized to call this transaction try to execute the underlying report <b>RSWBOSSR </b>using transaction <b>SA38 </b>(menu <i>System -> Services -> Reporting</i>).
    Regards
      Uwe

  • SAP/System did NOT prompt me for a transport request for ALE BD64 CDM View!

    Hi Experts,
    Am doing ALE setup for sending sales orders IDOC out to a 3rd party system.
    I have created the logical system and attached to a transport. Here we dont have necessity of linking a client to this logical system!
    Then, I created a Distribution Model (CDM) View in BD64 transaction and added Message types to it, but SAP/System did NOT prompt me for a transport request!! Pls. let me know
    1) Is it usual with CDMs creation that NOT prompting for a transport? if so, How my CDM/changes will be moved to QA/Production?
    2) If not, Why system did not prompted me for a transport?
    3) Then How Can I attach my CDM/changes to a transport?
    Thank you

    I don't think we get a TR prompt when adding a view in BD64.
    You've to individually maintain the CDM view in QAS & PROD. Also there is a functionality to "distribute" the CDM view, are you looking for something similar ?

  • System ask for a transport request while maintain IT0002

    I'm getting strange message while maintaining IT0002 i.e system ask for a transport request. But while maintaining IT0008 or IT0009 etc it's not asking transport request. So while Diagnosis it is giving
    Active integration to Organizational Management means that when a link to Organizational Management is created, it is saved automatically.
    When saving organizational data, the data must be written to a transport request because, for example, the automatic transport recording is active. Without a correction request, the relevant changes in Organizational Management cannot be saved.

    Check the Tcode OOCR how the swich is active or not
    later check with ur basis Guy once

  • Problem transport requests remain in queue

    Hello
    I have problem as transport requests remain in queue of QAS and does not advance in approwal list. Problem began  after /usr/sap/trans was full
    Now trnasport are imported correcly but remain in queue of QAS and does not advance in approwal list. Problem began

    Hi Jan,
    Talk to your Basis team as this is basic config.This is happening because import queue is inconsistant. Check this thread - STMS: Transport Requests Forever Stuck to Running
    Regards,
    Sen

  • Need FNDLOAD command for request group

    I need FNDLOAD command to download seed data of a Request Group with a particular concurrent program. I do not want to download the whole request group will all associated concurrent programs with it. can some one help?

    sounds to me like you want to download just a specific Concurrent Program...use the following command...
    FNDLOAD apps/<APPS_PWD> O Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct <File_name>.ldt PROGRAM APPLICATION_SHORT_NAME=<APPL_SHORT_NAME> CONCURRENT_PROGRAM_NAME=<SHORT_NAME>
    FNDLOAD apps/<APPS_PWD> O Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct <File_name>.ldt

  • RFC error when trying to add transport request in queue in STMS..

    Hi,
    When I try to add a Transport request in queue in STMS transaction. I get RFC error saying some problem with tp program.
    But when I go and check the RFC connection through STMS in system overview -> Communication -> RFC setting, it says RFC connection Ok.
    What may be the issue  ? I really need some light on this..
    Regards,
    Rajesh.

    Hi Rajesh,
    At times when u try to add the TR to a queue there would be 2 reasons.
    1. If u have imported a TR into a system say QTY and it needs to be re imported, then we delete it fromthe STMS queue and add it again to re import it.
    2. If u have some transport from external sap system to be imported here we place the data and Co files in the trans directory and then add the TR to this queue.
    A TP failure happens if the data and co files does not exist in the TP directory or else, the TR target system is incorrectly mentioned.
    Hope it helps.
    Br,
    Sri
    Award points for helpful answers

  • SES_ADMIN search help index to add transport request.

    Dear All,
    I have a requirement to add index for particular business object in SES_ADMIN.
    i need to business object index to add into a transport request to move to other systems.
    please let me know whether it can be possible to add index into a transport request?
    Thanks & regards,
    Prathap.

    Hi Prathap.,
    I'm not sure why you would want to transport an index from per-production to production.  The content the index points to would not be live production data.  I think you might want to transport you search configuration.  Please visitSearch Engine Service Configuration for Advance search
    Best regards,
    Duncan

  • STMS: Add a great number of transport requests to the queue

    Hi everybody!
    we make a system copy and I have two questions regarding this.
    1. After the system has been copied, we have to add a great number of transport requests to the transport queue (transaction STMS). Is there a report to to this?
    2. Of course, the transport requests added to the queue have to be imported. Is it possible to mark them all at a time and then start the import? I mean, if one specific object (for instance a reportsource) is part of several transport requests, does the STMS ensure that they are imported in the correct order, so that the following won't happen: a imported object is overwritten by a older version.
    Thanks for your help in advance.
    Regards
    CHRIS

    As Sunny said you can do it from OS as there is no SAP program. Create a file with the all transports no. that you want to add to the buffer at the OS level. Here is the script that we use:
    for i in `cat file_name`
    do
    tp addtobuffer $i SID client=xxx pf=TP_DOMAIN_SID.PFL
    done
    For you second question, the sequence of import into the system will be based on how they are listed in the STMS queue. So first transports goes first then the second, third and so on.
    Hope this helps.
    Thanks,
    Naveed

  • Datafile missing for a Transport Request

    Dear Sir,
    We created a Transport Request directly in our Quality Server and subsequently using SE10 we released the Transport Request also .   However we find that there is no Data File & CoFile are found on the Quality Server for this request .
    Due to this , we can not import the request in our production server also .
    Kindly help us pl .
    Rgds
    Sonia Agarwala

    Hello,
    First check the type of your transport request, probably it will be a "local transport" request.
    Local transport requests do not generate data and cofiles when they are released.
    Probably your current TMS setup does not allow you to release transports from the QA system.
    What you can always do is creating a transport of type : "Transport of copies" and manually add your objects you want to transport.
    Do not forget to fill in the "target" field in your transport, otherwise when you release it it will be again a local transport without data and cofile.
    [https://service.sap.com/sap/support/notes/28967|https://service.sap.com/sap/support/notes/28967]
    [Local Transport|Local Transport]
    I hope this can help you further.
    Best wishes.
    Wim Van den Wyngaert

  • BADI UserExit Required for Before transport Request is created

    Hi Friends,
    I have a problem in implementing  :
    We have two development client one for support and other for development.
    Same object can be worked together in both client simultaneously that is causing lot of synchronization problem in both client.
    Can any one suggest any BADI which i can use when creating Transport Request to check if the same object is locked in other client or not using the RFC.
    Please provide if there is any solution to implement the same.

    Hi
    Check the following BADI's
    <b>
    CTS_REQUEST_CHECK               Request checks</b>
    CTS_EXPORT_FEEDBACK           Feedback after export of a transport request
    CTS_IMPORT_FEEDBACK           Feedback after import of transport requests
    CTS_INT_REQUEST_CHCK          Internal: Request Checks
    CTS_TASKDOC_TEMPLATE        Determine template for the task documentation
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • How to view Pre requisite for a transport request

    Hi All,
    We want to release multiple transport at one go. Now, in that there are related developments so that one particular request should go first and then the other related request should follow. I want to know how is this achieved? Is it done by creating proposal for the one to be transported first before the other? So if one request has proposal no. 7780 then it will go before the one having proposal 7789. Is this correct?
    Also, I want to know PreReq no. (Prequisite) for a transport i.e. which proposal is lined up before a given proposal. Is there any tool for that?
    Thanks,
    Bhaskar

    Combine all transports into one (can be done in SE10). Dependencies will be resolved by SAP if there is only one transport.
    For the next time, create one transport and create a task for every developper having only two transports (workbench and cust).

Maybe you are looking for