Program for Importing Transport Request

Dear all,
I am thinking of writing a program to perform the import of transport request into the system after the transport request is added to the buffer.
The transport request is added to the buffer using FTP.
Please kindly give me some guidance as to how can I write this program for importing transport request. Thank you.

Hi Prashant,
My 2 systems are not linked to each other, one is running SAP 4.7 and the other is running ECC6.0. Can I still use STMS_IMPORT?
When I use STMS_IMPORT, I hit some errors. It is either "tp finished: A tool used by tp broke down" or "tp finished: A tool used by tp aborted". DO you have any idea what is wrong? Thanks for your help.

Similar Messages

  • Program to Import transport requests

    Dear all,
    I need a program by which is used to fasten the import of transport request.
    Regards,
    Gaurav SOOD

    Hi
    As per my knowledge no standard program for this. We write customised program.
    Regards
    Md.MahaboobKhan

  • How to ceate Transport Request Number for importing transport files

    I'm trying to create Transport Request Number for importing transport files.
    I've copied the two transport files (K903281.QB8 and R903281.QB8) into subdirectories usr/sap/trans/cofiles and usr/sap/trans/data, respectively. Now, I want to import the transport files using transaction management system (STMS). Before using STMS, it seems like I need to create Transport Request Number, but I don't know how to create it. Could you please let me know how to create it?

    Sanjeev and Sajay,
    Thanks for your answer. I was able to import the files successfully as transport number QB8K903281 by using standard STMS transport function after manually adding new transport on STMS. My trouble was from my ingrorance of how to let STMS recognize transoprt number for transport files copied from outside SAP. Again thank you very much.
    Tetsuya

  • How to find out which User id used to import Transport Request thru STMS ??

    Dear Experts we have  6 BASIS Consultants in our org with STMS authroizations.
    In every day we review Imported Transport request thry Import History Option in STMS.
    Our requirement is which request is imported by which BASIS Consutlant thru STMS?
    Thanks for your replies in advance
    Regards

    Hi,
    You should be able to see the "owner" of a transport request under the import history in STMS. If you need the user too you can choose the menu "Edit --> Display More".
    Best Regards,
    Srividya.R

  • 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

  • How to find the source and target systems of an imported Transport Request?

    Hello,
    How to find the source and target systems of an imported Transport Request?
    chinna.

    Hi Chinna,
    In your landscape the TMS must have configured.Let assume that you have four six systems in the land scape.
    DEV->DEV1->QUA->PRD and other two systems (TR1 ,TR2)are at different domain amd both are connected to QUA and the requests are forwarded from there.Here normally the flow willl be from DEV to DEV1, then DEV1 to QUA and QUA to PRD.For other two systems (TR1 ,TR2 )the source system will always be QUA.
    Regards
    Ashok

  • 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

  • "update rules inactive " error when importing transport request

    Hi experts,
    I am stuck while importing transport request of update rules. I am moving transport request of update rules from 1 system to another and stuck while importing it in 2nd system. Only two update rules are stuck among all giving an error of "inactive update rules".
    I have again tranported it twice after activating theose two update rules.
    Please help!!!!!

    Hi Heena,
    Can you provide more details of the issue like is it a DSO to DSO transformation, error message etc.

  • Re-importing Transport Request

    Hi,
    I think it's a basis question, but you might know the answer.
    It's possible to import transport request which is already completely imported into production system, since I want to transport it to other client in production system.
    Advance thanks.
    Regards,
    Balaji Viswanath.

    Hello,
    Re-importing is possible as well in STMS as with parameter 'unconditional mode' of the tp-Tool. Use unconditional mode '1' to reimport when using tp from command line. In STMS, import the single request by positioning on the request in the import queue and using 'request -> import'. As Option in the following popup, choose 'Import request again'. You might have to add the Request to the import queue again manually, if it is no longer in the import queue.
    regard, Kathrin!

  • Importing Transport requests

    Hi,
    When i click on import transport request to import the request to target system (DEV to QTY) ,what process will be happen in background.
    Thanku

    This is a very basic question and can be easily answered by doing some reading and research on your own.
    Please read the "Rules of Engagement".

  • Importing transport request into CE7.1 giving trouble

    Hi All,
         When we are trying to import the transport *.sda files into CE7.1. Guided Procedures->Administration->transport--->import transport Requests giving      No endpoint alias has been maintained; create an endpoint alias first.
    If we try to create End point configuration there is no SAP System. Can i have any idea to solve this problem.
    ---> i have to give any other privileges or i have to enable any thing
    Please let me know .....
    Thanks and Regards,
    Sridhar

    I got the solution through this
    http://help.sap.com/saphelp_nwce711/helpdata/en/43/F3C42571122AE3E10000000A422035/content.htm

  • Import Transport Request

    Hi,
       When i click on import transport request to import the request to target system (DEV to QTY) ,what process will be happen in background.
    Thanku
    Edited by: d pavani on Jan 24, 2011 10:18 AM

    >    When i click on import transport request to import the request to target system (DEV to QTY) ,what process will be happen in background.
    - the system starts "tp import <transport> pf=<transport profile>"
    - tp calls R3trans
    - R3trans triggers an event in the system to start postprocessing
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/44/b4a0137acc11d1899e0000e829fbbd/frameset.htm
    Markus

  • Imported Transport request has been deleted

    Dear all ,
    Imported Transport request has been deleted by mistakenly in my sandbox server .
    is there any issue will be happen.
    and one more Clarification
    usr\sap\trans\log --  this directory is contain 2 GB log files  . if i delete this log files or taken a backup to some other drives any issue will come .
    kindly advise me

    > Imported Transport request has been deleted by mistakenly in my sandbox server .
    If you have the source system where the transport was created you can use a simple ABAP like
    report ZRERELEASE_REQUEST
    PARAMETERS: TRAUFTRG(10) TYPE C DEFAULT 'SIDK'.
    parameters: status like e070-trstatus default 'D'.
    PARAMETERS: TEST(1) TYPE C DEFAULT 'X'.
    TABLES: E070.
    SELECT * FROM E070 WHERE TRKORR = TRAUFTRG.
       WRITE: / E070-TRKORR,  E070-TRSTATUS.
       IF TEST = ' '.
        MOVE status TO E070-TRSTATUS.
        WRITE: / E070-TRKORR,  E070-TRSTATUS.
        UPDATE E070.
       ENDIF.
    ENDSELECT.
    start it, enter your request number and execute. Then you can re-release the request.
    Markus

  • 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

Maybe you are looking for