Regarding Transport Request and related program names

Hi All,
I have a issue with picking Pro<b>gram Names</b> from <b>Transport Request</b> names.
I am using <b>E071</b> table to pick up all the <b>Objects/Program Names</b> based on <b>TR's</b>.
But for the <b>TR's</b> which are having <b>D-Modifiable status</b> i am not getting any entries from <b>E071</b> table.
Can anybody give me alternate table which will give us All Program names under a T<b>R</b> based on T<b>R</b> for which status is <b>D</b>.
Thanks in advance.
Thanks,
Deep.

Hi Deep,
When the transport request is not released (i.e it is in Modifiable status) all the objects are linked to the tasks under the transport request. So if you are trying to get all the objects in the transport request(in modifiable status), first you have to get all the tasks under the transport request and get the objects under each task from E071 table.
You can get the taskes under the transport request by selecting from E070 table
select * from E070 where STRKORR = <your transport request numer>
then you can get all the objects for each task .
- Kalyan

Similar Messages

  • Transport Request and Cross-Application techniques

    Respected Members,
    I want to know what is the difference between the transporting request and Cross-Application Technique( eg  ALE)
    Generally suppose you have made some object in development server and then a transport request will be created and through transporting to the production server same data can be transported to production server.
    Same thing we do with ALE also that we can transport the data from one server to another server or from one client to another client.
    THen what will be the difference between the transport objects and Cross-Application techniques.
    Clear this picture by giving your valuable answers.
    Thanks a Lot.
    Manish

    Hi Manish,
    The applications transferred through Transport Requests and the data passed through ALE or EDI are completely different technologies.
    The Transport requests transfer the programs and the configurations that you do within the development Server or rather the SAP system to the Production Server and then you execute them to get the desired result.
    On the other hand,ALE(Application Linking and Enabling) or EDI(Electronic Data Transfer) transfers the data or rather business documents(for example vendor payments or making the payme nt through cheques) from one system to another system,i.e different Landscapes.
    If suppose you want to transfer the data from one SAP system to another SAP system which are in completely different landscapes,then you use ALE and in case you transfer it from one SAP system to another Non-SAP system or vice-versa,you use EDI.
    Moreover,you cannot view the coding or the configuration part in case of ALE or EDI whereas you can view the same in terms of Transport requests.
    The landscape means all the clients within one SAP system.
    I hope I have made it In case you have any further clarifications,do let me know.
    Regards,
    Puneet Jhari.clear.

  • How could we delete transport request and task(the released one)

    Hello
    We have a released transport task(not request). Transport request is not released.
    How could we delete transport request and task(the released one). Namely we would not like to transport it to production

    Hi, never delete directly in table.
    There are more tables which depends each other...
    Here, you can find nice example how to do it: Help on ABAP: Few Tips for Transport Request Manipulation
    Using program: RDDIT076 and changing status.

  • Query regarding transport request

    Hey guys,
    I have a question regarding transport requests.
    If only the report source code is included in the transport request, the text elements of the program will not be transported to the next box?
    when you transprot the main program or the function pool, does it follow that all the changes in FM's under the function pool will be transported to the next box?
    Thanks a lot!
    Rgds,
    Mark

    Hello,
    If you create transport request with just the report, text element will not be transported:
    LIMU REPS <Program>   
    For text element, you need the following transport entry:
    LIMU REPT <Program> 
    If you want to transport both, you can have the following entry:
    R3TR PROG <Program>         
    If you have the following transport, all the components of function pool will be transported.
    R3TR FUGR <Function Group>   
    Thanks,
    Venu

  • Table to find spool no and corresponding program name

    Is there any Table to find spool no and corresponding program name. I know one table that will give only for background jobs TBTCP table. I want fore ground also

    table: TSP01
    Way to fetch spool number is:
    CONCATENATE sy-repid+0(9)
      sy-uname+0(3)
      INTO lc_rq2name.
    SELECT rqident FROM tsp01
                INTO TABLE li_spool
        WHERE rq2name EQ lc_rq2name
        AND   rqowner EQ sy-uname.
    *** Sort spool table so that latest spool entry is at top
      SORT li_spool STABLE BY rqcretime rqident DESCENDING.
    *** Read the first line of the table to get the spool number
      READ TABLE li_spool INTO lwa_spool INDEX 1.
      lv_spoolid = lwa_spool-rqident.
    ags.

  • How to assign a new  transport request for  a program saved in $tmp mode

    Hi  all,
    How to assign a new  transport request for  a program saved in $tmp mode?

    Hi,
    delete the object fro the package $tmp.
    go to change mode, save it.
    while saving it will ask for teransport id.
    thanks
    vinod

  • What's the difference between transport request and change request

    Hi, I am reading TMS part of TADM12-1 now, and confused about two terms mentioned in this book, transport request and change request.
    Is there any difference with them? Please advise. Thanks
    James

    In the context of course tadm12 transport request = change request

  • Program attached to wrong transport request and sent to QA, now what?

    hi,  while doing a program bymistake  i have taken a request id of another program which has been send to quality
    now my running program has been attach to that program please please help me out iam in great trouble...............
    how to remove that from version management...............
    Thanks
    Edited by: Thomas Zloch on Jan 5, 2012 - subject enhanced

    Hi,
       If you want to retrieve the older version of that program in quality, then you need to go to -->version management and retrieve the older version of that program in development system. Capture it in a new transport and transport it to quality.
    Or If it is a new report and you don't want that to be in quality then delete the new report  and capture it in a new Transport and transport it to quality.
    You can use this report RS_DELETE_KEY_IN_TRANSPORT2 in se38 to delete the objects from transport requests.
    Regards,
    Selva M
    Edited by: Selva M on Jan 5, 2012 7:26 PM
    Edited by: Selva M on Jan 5, 2012 7:32 PM

  • How to get Transport request number of program

    Hi, 
       well, all i want is that , 
    I want to run a report in my <b>developmnt systems</b> so that
    i will input the name of my dictionary object (table or report name) and  oject type and as a result the output should be the active version request number in <b>production</b> (remote client) and also request number of active version in development. 
    Please tell me how to do that.
    points guranteed
    Regards,
    Anindya
    Message was edited by: Anid
    Message was edited by: Anid
    Message was edited by: Anid

    Hi Anid ,
    please use this function module.
    In lws_dest give your destination client
    lws_obj_name -object name
    obj_type  = 'PROG' for program and so on
    and you will get the version and transport request 
    CALL FUNCTION 'SVRS_GET_VERSION_DIRECTORY_46'
        EXPORTING
          destination            = lws_dest
          objname                = lws_obj_name
          objtype                = lws_obj_type
        TABLES
          lversno_list           = li_verno
          version_list           = li_verlist
        EXCEPTIONS
          no_entry               = 1
          communication_failure_ = 2
          system_failure         = 3
          OTHERS                 = 4.

  • Automatic Release of Transport Request: By ABAP Program

    Hi Experts,
    I have following scenario:
    I have created one custom table in which entries will be inserted/modifed through one report program by using alv grid list.
    I have one selection screen in which one text box which is used to display the entries from custom table and have one push button: "Transport Release".
    whenever user enters a entry in text box and click on push button, report should pop up and display the request numbers regarding the custom table and once user selects that request, the request automatically releases from that system to other systems.
    Please let me know is there any FMs for pop up the existing requests and release the requests automatically.
    Regards,
    Ramesh.

    [Check if this might help you.|http://logosworld.de/www3/cookbooks/tms/tms60_tips/docu.htm]
    on the push button hit you write code to modify the entry in the database table with a status to release... and hit star popup star in se37 for popup function module.

  • Transport request  and  Message class?

    Hi,
       How to create a transport request for the changes I made in a content of the table (eg: T100 ) so that the changes can reflect in all clients. and please mention the name of message class for the object BUS2121 or else name the message class for the messages that has been used in shopping cart email templates.
    regards,
    George.

    Hi,
    The message for SC is BBP_PD, you will find in SE91 txn. and you would need to know the message number to customize it, you can do it in SPRO-Cross-application settings-> Message control, and then select BUS2121 and add new entry to change it from standard.
    Award Pointsif helps.
    Thanks.

  • Attaching a table entry to a transport request  by a program

    Hi,
    I need to create an entry in a database table through my program and at the same time I have to attach the same in a transport request. The Table is client independent.
    I am able to create a transport using BAPI_CTREQUEST_CREATE. But does not know how to add the table entry to it.
    Please help.
    Regards,
    Himanshu

    Hi Himanshu,
    there are two ways to put table entries in request.
    one is if you have table maintenace generator for that table then the table entries will automatically store in the request.
    second way using the tcode se16 execute the entries. select the entries by check box, from menu table entry -> transport entries.
    using this two ways you can transport the table entries.
    Regards,
    Ravibabu. A

  • Transport request and task releasing?

    Hi all,
    I've three systems dev,QA and prod.I'm working on dev client and I've a two reports(say A and B) under the same transport request with different tasks,If I want to release the report 'A',is it necessary that I shud be releasing th ewhoel request number or if I release the task it's enough.why a transport request will have different tasks,when the transportationof ht ese taks associated with the transport request is independent.
    I've released the task to QA and the QA sytem had some problem and did nto get he task,what I shud be doing now,release the task again or ?
    Can a report be assigned to different tasks(numbers) under the same  transport request.can the report be assiged to different transport requests.please let me know.
    thanks and regards
    Message was edited by: henry

    There is a transport route defined by your Basis Team for the transport scenarios. There, the possible ways through which request can be moved( from Dev --> QA & Dev --> Prod ) are defined.
    But it does not mean that you can't transport your request to production without transporting it to QAS.
    Furher, when you release a transport request, it does not automatically move to QAS or Production but someone from your Basis Team has to run the TP through Xn STMS, which in turn imports the objects from your Dev Request and put it on QAS / Production.
    In case of any error encountered while importing to let's say QA, you need to check whether it's a problem with the transport buffer or is it because some objects are missing from the transports or dependent transports are not moved as yet.
    Please understand that there is no concept of re-release.
    You can only ask your Basis guy to re-import it.
    According to the encountered problem, you need to decide whether you should just ask you Basis consultant to re-import the same Transport.
    Or create a new request through SE10, and include all the objects from your last request. Release it and ask your Basis guy to import it to QAS.
    Or first move the dependent transport and then ask your Basis guy to re-import your current transport.
    Or create and group the changed objects, altogether in a new transport by changing all the objects which were contained in the original request.
    Further, to your other queries, if two users are modifying the same program ( not exactly at the same time - that's not possible but one after other )then that program will be contained in two separate tasks of the same transport request.
    I hope it answers a few of your queries.
    Thanks,
    Ram

  • Automatic Transport Requests and Support Pack Stacks using CHaRM

    Hi Experts,
    Could you please give your valueable inputs on below Requriements :
    1. All Transports Requests needs to be Automatically moved from Solution Manager using CHaRM.
    2. Automatic Support Package Stacks needs to be updated using Solman - CHaRM
    would be helpful if any one could send the documentation on above requirements.
    Regards,
    Vijaysateesh

    Hi,
    >
    > 1. All Transports Requests needs to be Automatically moved from Solution Manager using CHaRM.
    Yes. You can schedule a periodic job (say for example daily 6M) to import all released transport requests from  QAS to PRD of a maintenance cycle/project. This is the task "Import Transport Request(Backround)" given in task list (tcode-SCMA) of a maintenance cycle.

    > 2. Automatic Support Package Stacks needs to be updated using Solman - CHaRM
    I haven't done this. But this is the  task "Import Support Package" given in task list (tcode-SCMA) of a maintenance cycle.
    I hope there is no specific documents for these. It's the same documents related to ChaRM.
    Regards
    Sanjai

  • Error regarding Transport Request in Queries

    Hi all,
    We are facing this problem in Queries, we have a certain query, when I try to change it ,it is throwing an error saying that a particular Transport request is not available. I have checked in SE09 (Transport Organizer) and that perticular request as said does not exists. If I Try to generate a new Transport Request for the query,then again, I am not able to as an error occurs saying that the objects present are in different systems.
    Has anyone faced a similar kind of situation before??
    By the way we have upgraded to NW 2004s.
    Regards,
    Partha

    Hi Partha,
    go to - transport connection - click on Bex icon - Assign a request or create a new request and assign to Bex.
    System would look for a transport request to save all the changes done to the queries, if one isnt assigned, the system wouldnt allow you to edit any of the queries.
    Assign points if this helps.
    Regards,
    Anil

Maybe you are looking for

  • Macbook Aluminum Battery

    Is it bad for the battery to be charging while im on Safari or using iMovie? Does that make the battery life span shorten?

  • FIOS1

    What is the update on FIOS 1 coming to NYC Area? its needed to compete with TWC and CV in NYC, NJ and LI. I was told FIOS 1 is a 24 hour local channel, who has it , can confirm what exactly it is ? Also when is NBC Weather + going to the all news cha

  • I paid for membership and cannot access the program please help???????

    I paid for the program and cannot access it please help may i talk to someone?

  • E4200 - came dead

    I bought an E4200 and brought it to Brazil but for my surprise it came dead. The cisco's logo lights but the router system doesn't start. I also tried to reset it according the linksys support instruction but it didn't work. I'm feeling tricked becau

  • Opening a browser to read an HTML file

    I need to be able to open a browser to read an html file that I can specify. The HTML file probably, but not necessarily, reside on the same machine as the app. I've looked through the APIs amd can't seem to figure this one out. Any help would be app