Report - insert DDIC objects in a transport request

Hello,
I am trying to create a DDIC table with a report, and I am using the function modules DDIF_TABL_GET and DDIF_TABL_PUT. After creating the table, I want to insert the table in an transport request. Does anybody how to do it?
Cheers and thanks in advance
mar

Priya wrote:Hi,
first create a transport request in se01 ,give description,than double click and give parameter as
R3TR TABL <your z-table name"<----Above FM is not for Z table only we can use it for standard one.
save it
No.

Similar Messages

  • Program to Insert BI Objects in a Transport

    Hi Experts,
    I am looking for a function module/program to insert BI Objects in a transport request (i need to include this in another code).
    Thanks in advance for your help.
    Arminder

    No solution, so just closing the thread

  • Hwo can I insert objects in a transport request automaticly

    Hi all,
    I coded a program which changes some objects descriptions, it's working fine. But the problem is that I can't transport these modifications to another system without putting the objects in a transport request.
    So, How can I code that?
    Can some one give me a detailed example
    Thank you in advance.
    Amine

    Hi Michael,
    Thank you for your answer, but can you give me more details about these FMs.
    A sample code will be perfect
    Regards,
    Amine

  • Log for Addition/Deletion of object in a Transport Request

    Dear Friends,
    Recently I had a issue where I tried deleting an object from a transport request and I got the message that object is deleted successfully.
    But when the transport was imported then it failed with Sy-subrc 8 because of the same object in transport.  The reason for the same could be :
    1.) Either the object was not deleted from the transport request.
    2.) Or Some one else added the same object again in the request.
    I want to read the log of this transport in such a way that I see when a object has been added/deleted from a transport request along with SAP User ID of the person doing it.
    Is this possible ? If so kindly share the steps with me.
    Thanks a Lot for your kind help!!! This is very important for me....
    Regards,
    Lalit

    Hello Lalit
    I hope nothing of that sort is available as the transport requests will again have tasks under them.
    The changes done to  the task will have to be tracked in that case but SAP doesn't have that task change logging as far as I know.
    All E0* tables relates to transports and objects under these transports none of them have logs on this nor even any transactions which allow user to edit the transport object.
    You get an action log which provides who created it and who releaed them.
    But if you configure CharM on Solution manager I hope you can track each changes.
    Regards
    Vivek

  • Issue in BI Objects collection into Transport Request

    Hi Experts
    I am experincing a Issue in collecting Infocube and related objects into a transport requests using transport connection.
    My Scenario is as explained below
    1.Migrated 3.x Dataflow into BI 7.0 Dataflow
    2.Dataflow consists Infocube -->DSO (two separate DSO) --> Infosource (only 1) --> Datasource (from 2 different Source systems)
    I have manually captured all my objects into a transport requests. i.e while activation.
    The issue is when I try to use transport connection on this infocube with "Dataflow before" & Automatic collection options.
    I am getting the below mentioned error.
    Object '4C3C4WGBCRK9UWKNDGGYNKDNA' (ROUT) of type 'Routine' is not available in version 'A'
    Message no. RSO252
    Diagnosis
    You wanted to generate an object with the name '4C3C4WGBCRK9UWKNDGGYNKDNA' (in transport request ROUT) of type 'Routine' (TLOGO). This is, however, not available in the BW Repository database. It does not exist in the requested version A. If the version is 'D' then it is possible that an error arose during the delivery or installation. If the version is 'A' then the Object was either not created or not activated.
    System Response
    The object was not taken into account in the next stage of processing.
    I am sure that all my objects are collected into transport requests & I checked the object entry of all the dataflow objects..
    Appreciate your valuable inputs on this.
    Thank you in advance
    PKC

    In that case, pls ignore my prevoius post...
    The issue is when I try to use transport connection on this infocube with "Dataflow before" & Automatic collection options.
    With this option, system should have collected the related routines. Did u expand routine node, and check (ON) the check box for that routine ???
    (Once all objects got collected,  now from the right most window, expand each node (application, infoarea, routines etc) and put checkbox 'ON' (checked) to ONLY the objects (routine 4C3C4WGBCRK9UWKNDGGYNKDNA' ) u want to transport. Once u r done with that, click on Transport (truck Icon) and enter package name, if system prompts.)

  • How to unlock objects in a transport request

    Hi, can you help me? I don't know how to unlock objects during a transport request. At the moment I have to unlock them one by one manually. I'm looking for a way to do it automatically.
    Thanks..

    Hi Bay,
    goto SE03,on the right side drill down Requests//task
    double click on unlock objects>give your transports request>execute
    Hope this helps
    Regards,
    Venkatesh

  • Delete all inactive objects in a Transport Request

    Hi,
    I want to delete all the inactive objects in a transport Request . How can i do this ? I have many inactive objects in a request so i want to delete them first and then transport it . How can i do this . Please help..

    Hi,
      go to transaction se10 click on display individually enter teh request and click display and then you would get the list of all objects in that request so you can check which one are inactive and delete.
    Or you can also go to se80 in the repository browser you can choose inactive objects so it would show all inactive objects for a user from there also you can delete objects.
    Regards,
    Himanshu

  • Writing objects to a transport request

    Hi all,
    I generate structures and table types in an ABAP Program and I want to record these objects to a transport request. I use the function modules 'TR_OBJECTS_CHECK' and 'TR_OBJECTS_INSERT'  to write the objects to a transport request, but in this case, for each object the dialog for entering the package name and transport request is shown. I want that all objects are saved in the same package and transport requests. Is there another function module by which I can record all generated objects in a transport request after the request and package number is asked only once?
    Regards,
    Sükrü

    Hi Suekrue,
    I think 'TR_APPEND_TO_COMM' is the one. We did something similar. First choose/Create the Request, then append objects:
    *&      Form  TR_REQUEST_CHOICE
    FORM tr_request_choice  CHANGING pv_trkorr TYPE trkorr.
      TYPE-POOLS:
        trwbo. "complex types for transport request display
      DATA:
        ls_request                            TYPE trwbo_request_header.
      CALL FUNCTION 'TR_REQUEST_CHOICE'
        EXPORTING
    *   IV_SUPPRESS_DIALOG                    = ' '
    *   IV_REQUEST_TYPES                      =
    *   IV_CLI_DEP                            = ' '
    *   IV_REQUEST                            = ' '
    *   IT_E071                               =
    *   IT_E071K                              =
    *   IV_LOCK_OBJECTS                       = ' '
          iv_title                            = 'Auftrag auswählen, Aufgabe wird gefunden'
    *   IV_START_COLUMN                       = 3
    *   IV_START_ROW                          = 7
    *   IV_WITH_ERROR_LOG                     = 'X'
    *   IV_NO_OWNER_CHECK                     = ' '
        IMPORTING
          es_request                          = ls_request
        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.
        SELECT trkorr
          INTO pv_trkorr UP TO 1 ROWS
          FROM e070
          WHERE trfunction = 'S'
            AND trstatus = 'D'
            AND as4user = sy-uname
            AND strkorr = ls_request-trkorr.
          EXIT.
        ENDSELECT."rkorr into pv_trkorr
      ENDIF.
    ENDFORM.                    " TR_REQUEST_CHOICE
    *&      Form  TR_APPEND_TO_COMM
    FORM tr_append_to_comm
      CHANGING ps_alv                         TYPE LINE OF ty_t_alv.
      DATA:
        ls_e071                               TYPE e071,
        lv.
      ls_e071-pgmid                           = 'LIMU'.
      ls_e071-object                          = 'FUNC'.
      ls_e071-obj_name                        = ps_alv-funcname.
      CALL FUNCTION 'TR_APPEND_TO_COMM'
        EXPORTING
          pi_korrnum                          = p_trkorr
          wi_e071                             = ls_e071
          wi_simulation                       = p_test
    *   WI_SUPPRESS_KEY_CHECK                 = ' '
    * TABLES
    *   WT_E071K                              =
        EXCEPTIONS
          no_authorization                    = 1
          no_systemname                       = 2
          no_systemtype                       = 3
          tr_check_keysyntax_error            = 4
          tr_check_obj_error                  = 5
          tr_enqueue_failed                   = 6
          tr_ill_korrnum                      = 7
          tr_key_without_header               = 8
          tr_lockmod_failed                   = 9
          tr_lock_enqueue_failed              = 10
          tr_modif_only_in_modif_order        = 11
          tr_not_owner                        = 12
          tr_no_append_of_corr_entry          = 13
          tr_no_append_of_c_member            = 14
          tr_no_shared_repairs                = 15
          tr_order_not_exist                  = 16
          tr_order_released                   = 17
          tr_order_update_error               = 18
          tr_repair_only_in_repair_order      = 19
          tr_wrong_order_type                 = 20
          wrong_client                        = 21
          OTHERS                              = 22
      IF sy-subrc                             <> 0.
        MESSAGE ID sy-msgid                   TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4
                INTO ps_alv-tr_message.
      ENDIF.
    ENDFORM.                    " TR_APPEND_TO_COMM
    Pleas adapt to your needs.
    Regards,
    Clemens

  • How to move objects from one transport request to another transport request

    Hi Experts,
        When I am changing the code I selected the wrong the transport request number. I want to move my objects into another transport request number in the same DEV and same client number. Could you please help to move these objects between the transport request numbers.
    Thanks,
    Chinna.

    Hi Chinna,
    If you need to change a transport request number, you can use TCODE SE80
    Click on Repository Browser tab
    Then Select the Object(s) you want to change the Transport Request number
    Right Click > Other Functions > Write Transport Entry
    After that you will need to specify other existing Transport Request number OR create a new transport request number (F8).
    Hope this is what you are looking for.
    Thanks
    Rohan

  • Changing smartform from local object to a transport request

    Hi ,
          Can any one please let me know how to change  smartform from local object to a transport request.
    Regards,
    Ashok kumar

    Hi,
    GOTO transaction SMARTFORMS.
    Enter the name of the smartform.
    Then GOTO -> OBJECT DIRECTORY ENTRY.
    There give ur package then it will ask for the request.
    Then create the request.
    Hope it helps u.
    Regards,
    KK

  • All the table objects in one transport request..?

    Hi Friends,
    I do have more than 10 tables and each table is having more than 30 fields.
    All these Tables, Data elements and Domains are created by me.... means name start with 'Z'.
    My task is i need to save all these objects in one transport request number.
    How can I do that...?
    All the eariler transports are released to higher system....
    As of my knowledge, going to each table & data element and domain... changing some text and then it will ask for new requestr and saving....
    Can i do that in a single step for table and its fields (DEs Domains).
    Thanks,
    Naveen.I

    Hello Naveen,
    In SE03 transaction ,execute the merge object list. ( if u are not authorized to SE03. Goto SE10 transaction and click the transport organizer tool in the tool bar (shift+F6))
    Input all the transport request  you want to merge and select the release check button ( as you says that your transport requests are already released ). and the execute and click the merger button in the top left corner. it will be asking new transport request. Create a new workbench request. finally  you will be getting the popup message. select any option as ur convenient ( either online or background). then all the development you have done in different transport request will merge into one TR.
    Hopes this will helps
    Regards
    Laxman

  • Change object from one transport request to another

    Hi,
    I have a requirement wherein i need to change the object from one transport request to another. The thing is that i have saved
    one in one transport request and when i am trying to transport it , it is not allowing me to transport as this transport request
    contains some inactive object. I have also tried to delete that object from this transport request and put in another one
    but when i tried to do that i was only allowing me to create sub task within the same request .
    Kindly suggest me
    Thanks
    Parag

    Hi,
    you can either just delete the object from the object item list of the first transport request (just click away all warnings and hints). Then put it into a new request, lock it and transport it. You might ned to overtake the responsibility for the first request but with the appropriate authorization this should be no issue.
    Other solution is using a transport of copies. This will tell you the object is locked in another request when you release it but still allow to transport it.
    In all solutions you have to be sure that transporting the object without all other stuff in the request is possible as the objects are independent from each other. Otherwise you will not be able to import the request in the destination system.
    Rgds.
    Roman

  • Object type in transport request

    Hi all,
        I created 2 diffrent structure(not table type) in DDIC, but in the transport request, one is included as table definition and the other as table. I have very confused with the 2 concept, anyone can answer my question, thank you.

    It is input help(F4 help) or search help .The user can display the list of all possible input values for a screen field with this help.
    for detailed information refer:-
    http://help.sap.com/saphelp_nw04/helpdata/EN/cf/21ee2b446011d189700000e8322d00/content.htm
    regards
    Gokila

  • 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

  • Moving object from one transport request to another

    Hi Gurus,
    Am Having one query that i have been done some changes in the report and saved on one transport reuest number,but one function module which i have beeen used in the program saved in diffrent request and it contains some other objects,now i can i individually move the FM to other transport request number,Give me some ideas.

    Dinesh,
    If the requests are not yet released then you can delete the object from the TR manually and then add it to the other TR manually or tag by doing a minor change.For ex
    TR 1 Objects list
    REPORT ZXYZ
    TR 2 Objects list
    REPORT ZABC
    FM ZZASDEF
    1.If both the TRs are not released then remove the FM from the TR 2 manually and add it manually in TR 1,provided you know how to add the objects manually.
    or
    2.If both the TRs are not released then remove the FM from the TR 2 manually.Go to the corresponding objects of the FM do a minor change,save,activate.Now it will ask for a TR,at this time choose OWN REQUEST and select TR1.
    Thanks,
    K.Kiran.

Maybe you are looking for

  • Error:Type conflict when calling a function module RFC_ERROR_SYSTEM_Failure

    Hi Experts, When I run my Application in Portal, i am getting the following error. Type conflict when calling a function module., error key: RFC_ERROR_SYSTEM_FAILURE When I execute the BAPI, it is getting executed. My Bapi Strucute: Import Parameters

  • Matrox DualHead2Go Digital

    Hi I've bought a Matrox DualHead2Go Digital to use two monitors (2*1280x1024) to obtain a 2560x1024 resolution. The problem is that the Matrox DualHead2Go Digital doesn't function with new MacBook; I wrote to Matrox and they answare me that MacBook a

  • Boxes around icons, duplicates in Apple menu and File menu

    When I select something on the desktop, such as an icon, a box with a black outline appears around the icon. Same thing happens when I open a folder. The highlighted name will show a box with outline around it. Also, if I go under the Apple, I can se

  • Fastest Avi to Dvd burner?

    Hi all, first of all I'm a first timer here and I apologize if this is the wrong area for this topic (So many categories and I don't know where to post this, so I went for a place which has the most recent post activity) I'm a new mac user and have b

  • G550 - Problem installing sound driver - Windows XP

    i tried the following but didn't have any luck : ============================================== the way is: downoload http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-69852#audio install it next XP find audio hardware then use this