All transport requests of an ABAP program.

Hi,
I want all the transport request numbers created and released for a particular ABAP program.
Thanks in advance,
Rajesh Gupta

Hello,
Get all the Transport request numbers from the Version management of the program
-  Create a Transport of Copies within SE09 or SE10
- Include all the Transport request numbers which u colelcted from the version management of the priogram and transport the Transport of copies .
Ensure the Transports were included in the correct order (ascending Order) within the Transport of copies.
Regards

Similar Messages

  • Creation of  'Transport Request' for an lsmw program.

    Hi all,
        I have created an LSMW program, and created a 'Transport Request'(throuh the option : Extras -> Generate Change Request).
    But, the Transport Request did not create any Subtask for the 'LSMW program'; Instead The TR has created a listing of 'Table Contents' under 'Object list of request'.
    I need to know how i can create a subtask for the LSMW program in the Transport Request. And, in the absence of the subtask(like in my current situation), is it possible to transfer the contents of my LSMW program from my system to another system without suffering any loss of data?
    Thanks and Regards,
    Abhinay.

    This is standard behaviour for LSMW transports, no task is created, all relevant table entries reside directly under the transport request. Be aware that always an entire project including all subprojects and objects in being transported.
    Thomas

  • How to Revoke an older request of an ABAP program

    Dear All,
    I wish an older version (before the last three modifications) of my ABAP program to be revoked on the production server. In other words I wish an older request of my current program to overwrite the current request, in between these two requests there are three more requests.
    Please tell how to go about it.
    Regards,
    Alok.

    Hi...
    You can get back the Older Version....
    If your program is deleted, but a version of it still exists.....
    then go to <b>Utilities---->Versions----->Version Management</b>
    There you can find all the Versions of your deleted program....of which choose any one version you want to retrieve....( check that checkbox ) and click on the retrieve pushbutton.. You will get a pop window....
    Indicating that
    The current version of the program
    will be overwritten by an older version
    This only applies to source code
    Before it is overwritten, a temporary
    version will be created.
    So you just press enter on this window.....
    Go back to SE38 and give the Program Name, an Inactive Version is retained...
    You can now activate that and use it.....
    This is the way how you can revert the changes made by you.....
    Generally the concept of Version Management is very helpful whenever you go for Upgradation say for example from 4.6c to ECC 6.
    Hope this solves your problem....
    Reward if it helps you.....

  • Unable to release transport request because of control program tp

    I have create a customized transaction type as a copy of urgent correction SDHF. I am not able to release the transport requests using the action in the toolbox 'Release Transport Request' and I obtain the following error in the log:
    could not start transport control program tp
    But if I directly execute the task 'Release Transport Request' in the task list, it works.
    Another strange thing is that at the beginning both ways worked, but after some days I started to have this problem.
    Thanks
    Antonello

    I did not find any note about this error.
    Someone can help me?
    Thanks.
    Antonello

  • How to get the transport request number of ABAP query.

    I want to find out last Transport Request  number used of a transporting changes Abap query from development to quality system.
    Also is it possible to do some comparison on version existing in development and quality for abap query.

    goto SE03 ..
    In Object Directory -> Double click on
       Change Object Directory Entries
    Enter AQQU(This is for ABAP Query) in the modifiable box ..
    press enter ...
    Check this check box ... Enter the ABAP query and press F8.
    Double click on the Query and in the popup click on the
    Lock Overview ...
    U'll find the request number ...
    Edited by: Srinivas Gurram Reddy on Apr 2, 2008 6:53 PM

  • From which table could i get all the Variants of a ABAP program?

    Hi,
    From which table could i get all the Variants name which belong to a specific ABAP program?
    Thanks.

    Hi Hoo,
    You can get the variants of a ABAB Program from table <b>VARID</b>. Give the report name to the VARID-REPORT field and you will the list of variants for this report under field VARID-VARIANT and VARID-ENAME is the user who created the variant.
    Otherwise, You can use the function module RM_GET_VARIANTS_4_REPORT_USER to get the variants of a report
    Thanks,
    Vinay

  • Popup for transport request in WebDynpro ABAP application

    Hi there,
    which function module can I use to prompt the user for the transport request in an WebDynpro ABAP application.
    In SAPGUI I found 'TR_ORDER_CHOICE_CORRECTION' to do this but I get a short dump when I call this one from a WebDynpro ABAP application ...
    Many thanks in advance!
    Regards,
    Steffen

    Thanks for your replay!
    The reason I get the short dump is the function modules I found call a dynpro screen inside for prompting for the request. I am not surprised this does not work for WebDynpro applications ....
    So I thought there is a generic function module for WebDynpro applications available or a WebDynpro component I can use for this ... Sure I could build it by myself but this does not seem to be the right way for me since this requirement seems to be of a generic nature.
    @Gaurav: I am interested to bring up a generic popup for prompting for the request. So I cannot use the flags to suppress the screen ...
    Best regards,
    Steffen

  • Transport Request for a Z program in se38

    Hi
      I created a Executable Z program(SE38) in BI 7.0
      While creating i saved it as a Local Object.Now the program is ready
      How can i collect it in a Transport Request
    Thanks

    Hi,
    Open the preogram in SE38 and then go to.
    goto-> object directory entry and click on change and change the Package from $tenp to the package that you'll use.
    you would then be able to capture the program in the transport request.
    regards,
    mahesh

  • Transport request for ABAP OO Class

    Hi,
    I have created a class with multiple methods and saved into one TR. Now under the TR contains task and under the task contains
    ->Class (ABAP Objects)
        ZCL_VRL_ZCFA_CLASS =>This is normal and fine.
    Now I have created new class with 3 methods but the methods are recorded separately and the class name recorded separately, please find the below details.
    SD1K977104(Main TR)
    SD1K977105(Task)
    ->Method (ABAP Objects)
        ZCL_BASECLASS             CHECK_CONTRACT_MCON_ACON
        ZCL_BASECLASS             CHECK_CONTRACT_QUOTATION
        ZCL_BASECLASS             CHECK_CREATION_DATE
    ->Class (ABAP Objects)
        ZCL_BASECLASS
    The separate recording will be happen when the TR is transported earlier, whenever creating new class this separate(class and methods) recording should not happen.
    While transporting into Quality the first method trying to activate but the second method(which is called in 1st method) doesnt exist at this time. Anyhow the class(Object) getting transported and activated and working as expected but transport error log appearing in SE09/SE10.
    " Ended with return code:  ===> 8 <==="
    My question is why the class name and method name recorded separately.
    I appreciate your quick reply.
    Regards,
    Vadamalai A.

    Please find the log.
    Log file:                /usr/sap/trans/R3/log/SX1K997477.SX2
               Generation of programs and screens
               Transport request___: SX1K997477
               System______________: SX1
               tp path             : tp
               Version and Release: 340.16.41 640
               Generation of programs and screens for transport request SX1K997477
               Only generates programs with LOAD versions
               Start on 20.05.14 at 23:28:38
               Generation of the transported programs
               Generation of the users of the transported Includes
               Program ZCL_VRL_BASECLASS=============CP, Include ZCL_VRL_BASECLASS=============CM00L: Syntax error in line 000001
               Method 'MCON_FUTURE_DELETE_OPTI' is not declared or inherited in class 'ZCL_VRL_BASECLASS' -
               Ended on 20.05.14 at 23:28:42
               No. of programs  /Min/Avg/Max (sec): 7   0 1 1
               Generation of programs and screens
               End date and time : 20140520232842
               Ended with return code:  ===> 8 <===

  • 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

  • How to Transport a ABAP Program and Variants on the program

    Hi,
    I created a Executable Program in SE38 and collected in a Transport Request.
    For that program i created VARIANTS ...but how can i collect the created variants in a Transport request
    When creating a variant system didn't prompted Transport request
    Thanks

    Hi,
    U can go to the program, then in menu u will get vairants, guess its extras, not sure now...but once u find variants there u have an option to put it in a transport request. It is possible. Just try it out
    Regards,
    Rathy

  • How to create second transport request for same programe

    Hello ,
    I created workbench transport request. The changes are done and still in development system.
    Now I have to do another change on the same program that has to be in different transport request,
    but whenever I  change something, and activate it, the changes are saved in first transport. How I can
    create another transport request for the same program without releasing the first one.
    Thanks

    Ask your basis team to provide you with a "Transport of Copies" request.
    Once you get it, add your object in this request and transport. your object will be transported and the original request will not be released. Do note that the changes will still be saved in the original request but you can still transport your object without releasing the original request.
    Edited by: Priyank Jain on Aug 12, 2010 4:12 AM

  • How can we download smartforms under a transport request.

    hi
       my requirement is that i have to download all smartforms under a transport request using a report program, is thr any standard program in sap or anyone who have done it before.
    thanks n regards.
    pardeep kumar

    Write a custom BDC program.

  • Customer routine during importing transport request

    Dear SAP-Specialists,
    the SAP-standard defines some objects as master data, but in our point of view it is not! So we want to transport these data (tableentries) via transportrequests to "qa" and productive system. But in case of some dependecies in the tables and the usage of GUIDS makes it important to get the possability to influence the data of the tables in the transportreaquest during the import-process in the system to prevent duplicate keys and so on.
    Is there any chance to realize this ?
    Thanks,
    André

    Hello Gabriel,
    you are right - some of the tables come from SAP standard with type 'A'. We found some functions to create a transport-request (TR) via ABAP-Code and collect all Masterdate-Tableentry's together in that TR. But the Key's of the table are GUID's. If they are now "normaly" imported in the target system, then the GUID's can be double, cause they can exist already in the target system. The second part of the data is an external-ID for wich we have to generate a system specific GUID during the import of the tabledata. Therefore we are looking for an user exit ore somthing like this - or if there is realy now wayto do this in that way, than we have to write some RFC-Functionmodules to transfer the data - but this is not the prefered way....

  • Dependant objects in a transport request

    Hi Guys
    I have a transport request with 100 custom programs in it. I have to move the transport request to
    another system. Is there a way to know all the dependant objects for these custom programs?
    If the transport fails due to dependancies the client is not willing to create another transport request.
    Please let me know if there is a solution for this?
    Thanks
    Britto
    Edited by: Britto Manohar on Jul 16, 2009 5:31 PM

    Hi  Britto,
    all the Dependent Object for the Custom Program or Report..
    will be stored in Table D010tab or FM "GET_TABLES"
    ..Pass report name it will show all the tables View used..
    but the unclude of the dependent Objects in the sutom Program transport request is the issue ..
    for Custom Tbales you can create transport reuest at run time ..for standadrd Tables creating transport request and include
    in the cutom program transport request will create error.
    Prabhudas

Maybe you are looking for

  • Lumia Denim Update 1020

    Greetings, I have an nokia lumia 1020 produced in HK and I live in Romania. The denim update is released in HK and in Ro too, but my phone doesn't found any update, help me if you can. Regards Vlad Solved! Go to Solution.

  • Page not found error on IE5.0

    Hi all, I have working on JSPs. Actually i developed the project on IE6.0. Now , when i am testing it with IE5.0, its giving page not found errors for some links and some pages.. Please suggest me something to get rid of this problem. Is it due to mu

  • Is there a fix for 0xc000007b - Win 8.1 ( after upgrade from 8 ) 64bit ?

    I receive error : 0xc000007b when I launch any Adobe product. I had windows 8 and upgraded to 8.1, soon after no adobe products wants to work. Here is a milestone; After going throw a system recovery, which is a system image provided from HP in the f

  • Copy Failed "Error of Type -1402"

    I upgraded to Tiger a few months ago. I am trying to reinstall some old programs from the MAC OS X 10.3.3 installation CD. However, specifically the applications. However, when I try and do this I get the following message and my cd spits out. Copy F

  • Old USB Sync Cable

    Does the old cable charge and work with the new phone?