Customizing Transport Request Assignment process to Local Objects

Hi,
I am developing custom report, which will find out all dependent and local objects for given transport request. When we select the local objects and save, it has to show standard saving process screens...like package and TR screens.
I am trying the above problem using 'TRINT_TADIR_POPUP', 'TRINT_ORDER_CHOICE' and 'TRINT_APPEND_TO_COMM_ARRAYS' function module, but this function module 'TRINT_APPEND_TO_COMM_ARRAYS' giving exception ob_check_obj_error.
So, please let me know anyone have solution for assigning local objects to package and TR through customization (Programmatically).
Thanks,
Param..:-)

Hi Sheetal,
Thanks for the reply.
For this function module ADD_TO_PACKAGE, I can't import package name or Transport Request.
I need to have a save screen's, which generally we get during saving of any R/3 Object.
Thanks,
Param...:-)

Similar Messages

  • About Customizing transport request..

    Hi ,
    I created a customizing transport request , but I cannot add objects. It is showing "You cannot use the request. It has a wrong type". Help me , how to use Customizing request.
    Regards
    ASADUZZAMAN

    HiASADUZZAMAN
    You cannot use the request. It has a wrong type
    Is above error a warning or error?
    Double click on above information when you are getting you may get more inputs to analyze.
    Thanks & Regards,
    Nagendra.

  • Released the Transport Request which is in Local Change Request

    Hi,
            Actually without knowing I have released  transport requests which are  under Local Change Request.Due to this they are not available for importing in Quality system.My  Package is also there in one of those Requests.Now please guide me how to recover these requests.
    Regards
    Karthik

    Hello Karthik
    The easiest way should be to copy the object list of your local request to a new (transportable) workbench request.
    However, the system might tell you that your objects can only be put into a local request.
    In this case you need to find out why your objects are not (yet) transportable.
    Usually there are two reasons for local request:
    1.) The request does not have a target system -> check the request header and enter the correct target system (if possible)
    2.) Your package has an inappropriate transport layer assigned -> change the transport layer
    Regards
      Uwe

  • 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

  • Transport request and deletion of an  object

    Hi Folks,
    1.Will it ask for a transport request when a object is deleted from
    the Development.
    2.If it asks, then whether this transport request when transported to
    quality and production will it  delete the same object from Quality and
    production too?
    3.What is the best way to delete an object having an transport request.
    4.Anyother way to make an object null and void.
    Thanks,
    K.Kiran.

    Hi,
    1.Will it ask for a transport request when a object is deleted from
    the Development.
    <b>YES</b> this is needed so that the objects are deleted from all the systems in the ladnscape. so that when you release thisrequest the objects gets deleted from the target system
    2.If it asks, then whether this transport request when transported to
    quality and production will it delete the same object from Quality and
    production too?
    <b>YES</b>
    3.What is the best way to delete an object having an transport request.
    <b>If the object exist in your quality and production the best way is to use the transport request, if that does not exist you can ask your basis guy to delete it.</b>
    4.Anyother way to make an object null and void.
    <b>Ask the basis guy to delete it</b> but to keep track its always better to delete it using the Transport reuqest.
    Regards,
    Sesh

  • Transport request no for the abap object

    Hi experts,
                      I want to know the transport request numbers for the abap objects. Can anybody tell me the procedure of how to know the transport request number?
    My approach : I want the transport request number for the function module.Open the functional module. go to Object Directory Entry and click on Lock Overview.
    it is displaying the 1.Request   2.User   3.Task/request   4.Object.      What is the main difference between Request and Task/request.
    For some programs it is not displaying the request number. Instead it is displaying the request locks.
    Thanks and regards.
    Murali Krishna T

    Hi tajuddin,
                         Thanks for your prompt reply. Problem solved.
    Also please make me clear ---  In object directory entry ---> lock overview, I want to know the difference between the Request and Task/request.

  • Creating Transport request for a $temp saved object

    Hi,
    The smartform being created and its associated driver program is actually in a $temp directory.
    How can I assign a new TR ato it as well as to its Porgram ?
    Thanks.
    Regards,
    Tushar.

    Hi Tushar,
    For Smartforms
    Use T/code "SMARTFORMS"--> Enetr formname > Goto> Object Directory Entry --> Change $TMP with your package and Save then system will Give you the CTS no.
    For Program-->
    USe T/code SE38--> Enter program name > select Attributes> Then press Change button--> Change $TMP with your package then system prompts you a transport request no.
    Lanka

  • Check STMS Customizing Transport request for equal entries

    Hi
    We use the BADI "CTS_REQUEST_CHECK" for some precheck before create and / or release customizing TA to inform the user that someone else is using the same customizing object in transport xy.
    Following scenario:
    Transport request 4711 is created 20.01.10 contains object "A" and released for testing in integrationsystem
    Transport request 4715 is created 10.04.10 contains object "A" and released for testing in integrationsystem
    When importing transport 4715 into productivsystem with STMS single transport there should be an error message that it's not allowed until transport 4711 is in productivsystem.
    Which BADI or Userexit could help me?
    Thanks in advance
    Michael

    Hi Diego,
    Thanks for your reply.
    I tranported the 'Default values for tax codes', are we suppose to do any pre/post activity to tranport this request.
    @Ravi: As you suggested i compared the transported before and after transport in our Dev and QA server. there is no mismatch.
    Many Thanks,
    Shanthosh

  • Transport Request and Process Chain - Together?

    Hi,
    Is it safe to transport a request while a process chain is being run?
    Need your expert advice. Thanks!

    Hi Winnie,
    It should not affect the transport. Still a question, Does the transport request contain anything from the process chain?. If you could wait for sometime then do it after the process chain run is completed. Though I think unless you change anything in the Process chain like infopackage selection, etc. the transport should go through.
    Bye
    Dinesh

  • Transport keeps assinging itself as local object

    I assinged a group of object to a Z* package only later to find out this Z* package was a local only package.  I have since changed all the 'Z' objects to differenet packages and been able to transport these successfully.  But some of the changes were enhancements to the PO screens via pacakge ME, and i can not change the package assignent, and each time i try it assings the objects to a local transport.  Any ideas on how I can resovle this?

    HI,
    For standard objects u cannot change the package..for enhancements as u might be using the project and zinclude, u can change that package....to zpackage.
    Regards,
    Nagaraj

  • Transport requests merge process tools

    Hi,
    I am in the planning of another development system  for code development. In this process the code from development1 environment to development 2 envrionment to be synchronized. In this regards I have found Transport Express tool can help us to synchronization of the data.
    Can any one help what all the other similar tools are available in the market for synchronization purpose.
    Regards
    V

    Hi Venkat,
    Go through the link,
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/1d/1fd348243b11d5b3750050dade3beb/content.htm
    Regards,
    Azaz Ali.

  • CREATING TRANSPORT REQUEST TO OBJECT

    Hi All,
           I created an object in a LOCAL OBJECT. Can I create Transport Request for that iobject. If so how ?
    Thanks & regards ,
    Mani.

    Hi Mani,
    Please check the thread,
    how to assign a request number to the local object
    Regards,
    Hema.
    Reward points if it is useful.

  • Can't able to release transport request which has process chain information

    Hi Experts,
    Can any one come accross the similar issue? . If so I am eager to know the fix for it.
    I have collected my process chain in a transport request and when I am trying to release the same for import to another system, I get the following error message.
    Error Message: some object (start varient for process chain and DTP process) is missing in the transport request.
    BUT THE MENTIONED OBJECT IS COLLECTED AND I CAN SEE UNDER MY REQUEST.
    But still i get the error message. Not sure where the problem is.
    Hope there might be some solution to resolve the issue.
    Thanks and Regards,
    Saravanan.

    Hi All,
    I have tried all the options which you all suggested, but still i face the same issue.
    I tried collecting it through transport connection through RSA1.
    Right click on request/task.
    Please let me know any other solution to resolve.
    Are there any check will be happened at database or somewhere else when collecting  the transport?
    Thanks and Regards,
    Saravanan.

  • Assigning Transport Request No. to Function Module

    Hi fellows: I have created a function module. It already has a transport request assigned but I want to assign a different transport request ID. How do I do that?
    Thanks
    B

    Create New transport request in SE09. Make sure that its of type (DEVELOPMENT/Correction).
    Right on it and press  crtl +F11. ( Include objects from other requests).
    Enter you OLD requst.
    Your FM will be copied to new one. ( Release old one and delete the object from there).
    Hope it helps
    Thanks
    Anand.

  • How to find multiple transport requests for one object

    Hi all,
    Is there any function module which will fetches multiple transport requests ( if created ) for one object.I tried almost all the function modules , but i didn't got the solution.
    I need to develop a report ,   which will takes a single Task number as input and gets the Request number from table E070.
    Based on that Request Number i will fetch remaining Task numbers under it.
    Then for all the Tasks Numbers, i am fetching their  objects by using table E071.
    I need to list out  whether any of these objects are in multiple Transport Requests. Once i got all the Transport Request numbers i need to release the Request based on their Transport Request sequence.
    I tried the following FM's , but not able to get the solution.
    SVRS_DISPLAY_VERSION_LIST
    SVRS_GET_VERSION_DIRECTORY_46
    SVRS_GATHER_REQUEST_FRAGS
    Thanks..

    Hello
    I have tried with below code
    DATA list_tab TYPE TABLE OF abaplist.
    SUBMIT RSWBO040 USING SELECTION-SET 'TEST'
                    EXPORTING LIST TO MEMORY
                   AND RETURN.
    CALL FUNCTION 'LIST_FROM_MEMORY'
       TABLES
         listobject = list_tab
       EXCEPTIONS
         not_found  = 1
         OTHERS           = 2.
    IF sy-subrc = 0.
       CALL FUNCTION 'WRITE_LIST'
         TABLES
           listobject = list_tab.
    ENDIF.
    break-point.
    Submitting the program(RSWBO040) of SE03 transaction a will result in 'CNTL_ERROR' dump.
    Please try some other options
    Thanks

Maybe you are looking for

  • Purchase orders and sales documents

    hi what r the transaction codes for purchase orders and sales documents.

  • GR/IR clearing in PO

    Hi In the PO history tab, there is a field called "GR/IR clearing value in local currency". Please advise what is the significance of this field & where does it reflect. If the total value of this field is not zero (e.g. in IR); will there be any pro

  • Burning DL, doesn't recognise the disk?

    Morning I was just starting a disk off this morning, before I went to work, and it's 6.6GBs. I have a DL burner, and I bought a Verbatim DL disk yesterday. I put the disk in my drive and pressed "Burn Disk". What happened! The iDVD programme said tha

  • How can I copy a play list from iCloud to a jump drive?

    Hello, I use a PC for work, a MAC for home, and my wife and I both have iPhone 4 and iPad 2.  I would like to download the songs from one particular playlist on the iCloud to the jumpdrive so that I can install the mujsic onto my car's hard disk.  I

  • Ideapad u330p Screen Flickers

    I own a Lenovo Ideapad u330p for 3months now. Recently, I realised that my laptop screen is flickering like a CRT monitor and it is causing me severe headaches when I use it. Also, there is a horizontal white dotted line at the top of the screen. Can