Creation of transport request

Hey Sap Gurus,
Does anybody know, how to create a Customizing transport request ( and it s task) and assign it some entry for a specific view ?
I mean I m creating a program which can add/remove massively the entries in view for structural authorization T77PR,  and I would like when I change the entry add them in a new / selected transport.
Is there any already built-in FMs for this ?
Many thanks for all your helps
Regards
Hadrien

Hi,
Check out the following function modules.
For assiging an object to a transport request, you need to first maintain a tadir entry (object - package assignment). The function TR_TADIR_INTERFACE provides this functionality. Then the objects an be inserted into the transport request using the FMs TR_OBJECT_CHECK & TR_OBJECT_INSERT. They 'll prompt the user for the transport request..
If tadir entry is already maintained, you just need to call the other two functions..
TR_TADIR_INTERFACE: for creating tadir entry for the object
TR_OBJECT_CHECK: for object check. Required to be called before inserting into a transoprt request
TR_OBJECT_INSERT: for inserting the object into the transport request.
~Piyush Patil

Similar Messages

  • Disable creation of transport request in development system

    Hi Sapgurus,
    I have a strange requirement. I want to disable the option of transport request creation in development system for all the object.
    Waiting for your valuable inputs. Thanks a lot.
    Regards,
    Priti

    Priti,
    May be this solution is not suggested by SAP.but yes by hook and cook if you really urgent need this we can achieve this i tried by putting a breakpoint here in my system for testing.and i got result.
    just open include LSTRDF30 in se38.search for string   WHEN 'INSA'. here you can modify your code as below:
    CASE okcode.
        WHEN 'LOCK'.
          PERFORM append_to_order.
        WHEN 'OWNA'.                       " show own orders
          PERFORM show_own_orders.
        WHEN 'INSA'.                       " insert new order
    SET SCREEN 0. LEAVE SCREEN."this need to be add.
    exit.
          PERFORM insert_new_order.
        WHEN 'ATTR'.                       " object attributes
          SET SCREEN 0. LEAVE SCREEN.
    in such manner request will not be generate.
    but only access key is required.
    Amit.
    Edited by: Amit Gujargoud on Aug 5, 2008 4:35 PM

  • 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

  • Error during the creation of transport request

    Hi
    After collection of the objects in transport connection and clicking on the truck icon. the follwing msg is being displayed and cannot more furthur with all objects.
    Edit objects separately since they belong to different original systems
    after clicking on the display icon...The followin msg is being displayed
    The objects R3TR IOBJ 0SOURSYSTEM und R3TR IOBJ 0LOGSYS cannot be edited together because the 1st object's original is in this system, whereas the 2nd object's original resides in another system.
    Did anyone come across this issue. Plz help me with the solution.
    Regards
    Annie

    Hi
    Sorry for late reply. I did maintain the conversion of logical system name in my production. In my production system, the error is 12 and in method exeuction is:
    Post-import methods for change/transport request: RBDK900062
    Post-import method RSOD_SBEL_AFTER_IMPORT started for SBEL L, date and time: 20070502202742
    Start of the after-import method   for object type(s) SBEL (Metadata Documents)
    Post-import method RS_AFTER_IMPORT started for APCO L, date and time: 20070502202743.
    These are the msgs in method execution after importing.
    Regards
    Annie
    Program terminated (job: RDDEXECL, no.: 20274200)
       See job log
    Execution of programs after import (XPRA)
    End date and time : 20070502203033
    Ended with return code:  ===> 12 <===

  • Automatic creation of transport request

    Hi Experts,
    I have a custom table. Whenever I have inserted some new entries into my table, I would like to add these entries to a new request. So is there any FM which will asks to create a request? I have to use this FM in my report program. And the FM should asks to enter the description of the request also...
    Help needed.
    Regards,
    Ramesh.

    U can use FM 'AFX_GF_CTS_REQUEST_GENERATE' to generate transport request.
    Or u can use BDC method to craete transport request and save the table entries in this request. Please check the below code.
    For table entries- Program ID - R3TR
    Object type TABU
    and give the value of all the key fields of table.
    Hope this will help you, Please let me know if u need further help.

  • No transport request generated while configure the payment terms

    Hi Gurus,
    When i am configure the payment terms in DEV with tcode OBB8,At that  time the system is not generated any transport request,plz give the any other process for creation of transport request.
    Regards,
    Ramesh

    Hi gpr rao,
    From screen Txn OBB8>Table view>Transport>Create request. Now you will get the transport number.
    Hope this will help.
    TQ
    Regards,
    Nazrul

  • Error in Transport Request PRD to Test application

    Dear all,
    We are in process of doing reverse transport from PRD to TEST system. i have opened the PRD system and collected the objects in TR and once again done the transport of copies in PRD system
    after transport of copies, i tried to import the TR in TEST transport queue. once i tried to import the same i got the below error.
    Please advise what needs to be done. Any help would be appreciable.
    Transport control program tp ended with error code 0247
    Message no. XT200
    Diagnosis
    An error occurred when executing a tp command.
      Command: ADDTOBUFFER PBWK900028 TBW pf=/usr/sap/trans/bin/T
      Return code: 0247
      Error text: addtobuffer has problems with data- and/or cofile
      Request: PBWK900028
    System Response
    The function terminates.
    Procedure
    Correct the error and execute the command again if necessary.
    regards,
    mohankumar.G

    Hi,
    when creating Transport Requests in the Production system the requests are created as local requests that can't be transported between systems, and when the Transport Request is released the Data and Cofiles are not created.
    You need to change the client settings with Tx SCC4 to allow the creation of Transport Requests.
    You need to create a Temporary Transport Layer and Temporary Transport Route from Production to Test System. When you create the Transport Request make sure the transport request is using this newly created transport layer and has a target system.(Package also) when you release this request,  the data and cofiles will be created. The transport request should also appear in the import queue of the Test system.
    Satish.K

  • Disable Transport Request

    Hi There,
    My requirement is that I have to create a table maintenance for a a Z table, and once it is done, when new records are inserted or created using the the table maintenance, the system should not ask or prompt for the creation of transport request or ask for any Transport request at all.
    How do I go about this!!!!
    Information about Table
    Delivery Class: A
    Data Browser/Table View Maint: Display/Maintenance Allowed
    Data class: APPL2
    Kindly Help!!!
    Pablo

    hi,
    for that u can save that in local object,
    that's it,then it dont ask about transport id.
    reward points if useful,
    seshu.

  • Transport request creation date

    Hi Experts,
      How can I find creation date of a transport request. I am able to find the last changed date only. Is there any function module or table to find out the transport request creation date.
    Thanks in advance,
    Venkat

    HI
    Check in the table E071, search entries with TR number, and in the results the column OBJ_NAME will have creation date and time.
    Here you get all the details related to the TR.
    Or you can also go to se16 and and give the wild card E* and those are almost related to Transports table.
    Hope this may be help ful to you
    Many thanks
    kiran

  • Business object for transport request creation

    Hi,
      I want to know the business object for transport request creation. Kindly help.
    Thanks and regards,
    Venkat.

    I am not sure but u can try this BO CTREQUEST.

  • Creation date for released transport request

    Hello everybody!
    Does anyone know how to find the CREATION date for a released transport request? I've already checked table E070CREATE and it only has entries for modifiable requests.
    Best regards,
    Luís Andrade.

    I think transport is released date field in E070 is overwritten with the releasing date.

  • Transport Request Creation while creating Characteristics and Classes.

    Hi
    While do a Release Strategy i am creating Characteristics and Classes.
    While saving Characteristics and Classes, i am not getting any Transport Request Creation.
    Is there any problem with my configuration or the Standard SAP does not give me.
    I want to track all the things i am doing.
    Reply me ASAP
    cheers
    MaruthiRam
    Edited by: MARUTHI RAM on Jul 17, 2008 9:43 PM
    Edited by: MARUTHI RAM on Jul 17, 2008 9:44 PM

    Characteristics and class are master data so system will not ask for transport.
    if you want to migrate to another system than you have to create the LSMW (upload program)
    using this you can upload all the char value into release strategy in wach client
    now if you are migrating the whole client than system will copy the class and char along with release strategy but not value.
    to upload the char value of release strategy
    use LSMW with std  object 0130.

  • Transport Request creation in ECC 6.0

    Hi,
    I am trying to do translations in SE63 and SE91( Message Class) in ECC6.0. I am not able to create Transport Request for the changes.Can any one help me in creating Transprot Request for translations in ECC6.0.
    If possible can any one give me URLs where i can get details about ECC6.0
    Thanks in Advance.
    Nirmala K

    Hi nirmala,
    Since NW2004s or basis 7.0 the procedure is changed. see note 980626 https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bc_doc/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d393830363236%7d

  • Transport request files creation

    Hi to all,
    I have one stand alone system which is not connected to any transport layer.
    In this system we do lot's of development and now we install Development system We want to transport some requests from this stand alone system to our development system.
    Problem is that after release of our transport requests files on usr\sap\trans\.... are not created. Becasue of that we can not copy files for transport on develeopment and import then there.
    It's there some program, FM or tool so I can create transport files from transport requests.
    Thanks a lot,
    Drazen

    Hi DL ,
    one way to get changes is Manual Copy of Cofiles and Datafiles into ur DEV server.
    Hi DL ,
    just tell me Y SAP will not create Cofile and Data files , when i am creating Transport Request ?<b> So u mean to say Transport Request contains nothing ?</b>
    Regards
    Prabhu
    Message was edited by:
            Prabhu Peram

  • Upload of Customs Duty Rates (xml file) without transport request creation

    Hi All
    Can we upload the Customs Duty Rates (xml file) without transport request directly in the system.
    Thanks & Best Regards
    Kiran

    Hi Kiran,
    Please check transaction & program /SAPSLL/TLC_CUSB_UPL in GTS.
    This allows you to upload the XML from a local source or an application server path.
    I do not think a transport request is required in this scenario.
    Best Regards,
    Eoin

Maybe you are looking for

  • Flash transparency in Linux Firefox

    I have develped a site where the html is split with<div> separators. One of the divisions contains a flash animation with a transparent backgroud and a z index lower than the text that should be visible over the animation. This works on all platforms

  • Oracle Migration Tool

    I recently downloaded the Oracle Migration Tool for migrating a Microsoft Access database to Oracle8 for Linux. This migration tool contains the following components: 1. Oracle Installer 3.3.0.1.3 2. Oracle Migration Assistant for Microsoft Access 8.

  • The Download Assistant said that there wasn't enough disk space for me to download. What do I do?

    The Download Assistant said that there wasn't enough disk space for me to download. What do I do?

  • Tweening a filter with AS

    So, I've figured out how to turn a glow on and off using AS. Here is how I have done it: quote: button.onRollOver = function(){ fadeGlow = .7; } button.onRollOut = function(){ fadeGlow = 0; } import flash.filters.GlowFilter; var glow:GlowFilter = new

  • Reg:IW22 tc USER EXIT

    Dear all, Which user exit will trigger when we r working in IW22 tcode and putting notificaiton no and going to the next screen that time Causes  named one table control is there know , at which user exit that table control will trigger exactly when