Transporting table contents

Hi ,
     I have created a master data table and i need to transport its contents ( the table is already in quality ) from devlopment to quality server but it is not at all asking for a request.Please help me out

Hi Arvind,
Probably your table is not marked as Transportable table.
Go to table Maintanance and see if Standard recording routine us checked.
You may also want to build the transport manually, Follow below steps:
1) Go to SE01.
2) Click on the 'Create' icon.
3) Select 'Workbench Request'(assuming your table is not customizing table).
4) Enter description and click 'Save'.
5) Put cursor on the task (lower number of the two) and in menu, 'Request/task-->
Change Type-->Development/correction'.
6) With cursor on the task(lower number), click 'Object List' icon on the toolbar.
7) Once in, you need to toggle to 'Change' mode using the pencil icon.
Then click on 'New Entries'. Now add the R3TR, TABU, <ZTAB> in the first row.
Again in the menu, select 'Extras-->Change object function-->Key according to key list'.
8) Now go to the menu, 'Goto-->Key list'. In the subsequent screen, click on 'Insert line' icon
(with a + sign).
9) Click on 'Key fields' button and it will now allow you to enter the values for each key field.
Regards
Shital

Similar Messages

  • Transport table contents

    Hello experts
    I am trying to transport the contents of a table from one system to another, using a request.
    When I select all the table data in SE16 then and go to menu Table entry- Transport Entries. By default a prompt for customizing request pops up and even if a create a customizing request and try to proceed I get an error message u201CTask BWDK901759 belongs to a different categoryu201D
    Any ideas plz
    Thanks in advance

    Hi,
    sounds like there is something wrong with your transport system. Check with a basis guy. There have to be a different setting in the transport system or you can manually enter a different category to the request so that it will be valid for your purpose.
    regards
    Siggi

  • Transport Table K9RPEF1000006  from Production Server to Quality Server

    Dear Friends,
         I am performing client export/import activity and I have exported the Production Client with SAP Profile SAP_CUSX but when we checked log then It shows the table K9RPEF1000006 is available on production server but not available in quality server.So I have two queries ,( i) how can we create tranport request for this sap standard table (ii) How can we transport/move table from production client to quality client.
    Regards,
    Adya

    Hi Adya,
    You will need to create a transport manually using SE03 or SE09 ...
    R3TR TABL will transport technical settings for the table.
    R3TR TABU will transport table contents.
    Best regards,
    Derrick Hurley
    Development Workbench

  • Transport of total table contents iso only the changes within that table

    Dear experts,
    Due to some errors i'm now stuck in a situation where in DTAP clients a custom built table is not consistant any more. e.g. In T(est) client some entries exist that are not present in D(evelopment) any more. Modifications of entries in the table will result in a transport only containing the modifications.
    I'm looking for a way that I can overwrite (delete and re insert) the whole table in the DTAP clients in stead of only the modifications.

    you should be able to create a transport and manually add the table entries.
    SE10 and create a transport, and workbench request.
    double click to get to the objects screen and go to change mode.
    entry program id : R3TR
    object : TABU
    Object name : your z table name
    you will see a key symbol appear on the line, click this,
    then double click the empty line to add the key field values of the entries you want to add to the transport.  You should be able to find wild card values to select all entries of the table.
    on the tool bar is a 'table contents' specified by the key entries which will let you test select the entries from the table.
    This transport can then be released and transported.

  • How to create transport to move table contents?

    Hello all:
        I updated some z table (added some data) but it did not create a transport so that I can move to QAS! Could someone please tell me the steps to move table contents to move to QAS i.e, how do I force to create a transport for this so that I can move the contents to QAS?
    Thanks.
    Mithun

    Check the below code ,if you maintain table maintaince for your ztable then select second radio button ,add your table name ( Bold).
    This will goto Sm30 and when you create entries ,when you click on save button this will ask transport request.
    I used to follow this program when ever transport request is required.
    REPORT  ztable_maintain .
    Table diclaration
    tables: tvdir.
    Selection screento table View
      selection-screen skip 2.
      parameter p_tabnm(30) as listbox visible length 30 obligatory.
      selection-screen skip 1.
      selection-screen begin of block s1 with frame title text-001.
      parameter: p_radio1 radiobutton group g1,
                 p_radio2 radiobutton group g1.
      selection-screen end of block s1.
    Add values to list box
    at selection-screen output.
      type-pools: vrm.
      data: name  type vrm_id,
            list  type vrm_values,
            value like line of list.
      name = 'P_TABNM'.
      refresh list.
      <b>value-key = 'V_024'. " Add your table name</b> 
       value-text = text-002. "'V_024-Purchasing Groups'.
      append value to list.
      call function 'VRM_SET_VALUES'
           exporting
                id     = name
                values = list.
    start-of-selection.
    Get flag of corresponding table view
      select single tabname flag from tvdir into tvdir
                    where tabname = p_tabnm.
    Set flag of corresponding table view
      if p_radio1 eq 'X'.
        if tvdir-flag ne 'X'.
          update tvdir set: flag  = 'X'
                     where tabname = p_tabnm.
        endif.
      endif.
      if p_radio2 eq 'X'.
        if tvdir-flag eq 'X'.
          update tvdir set: flag  = ''
                       where tabname = p_tabnm.
        endif.
      endif.
    Execute View/Table
      call function 'VIEW_MAINTENANCE_CALL'
        exporting
          action                               = 'U'
          view_name                            = p_tabnm
       exceptions
         client_reference                     = 1
         foreign_lock                         = 2
         invalid_action                       = 3
         no_clientindependent_auth            = 4
         no_database_function                 = 5
         no_editor_function                   = 6
         no_show_auth                         = 7
         no_tvdir_entry                       = 8
         no_upd_auth                          = 9
         only_show_allowed                    = 10
         system_failure                       = 11
         unknown_field_in_dba_sellist         = 12
         view_not_found                       = 13
         others                               = 14.
      if sy-subrc <> 0.
        message id sy-msgid type sy-msgty number sy-msgno
                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
    Reset flag of corresponding table view
      update tvdir set: flag  = tvdir-flag
                    where tabname = p_tabnm.
    Thanks
    Seshu

  • Table contents transport

    hai, frds
    can u hell me ans for this ques?
    can we transfer the table contents form one system to other system or client to client ?
    if yes how and what are the way's to move.
                                                                                  thank u
    Moderator message: FAQ, please search for previous discussions of this topic.
    Edited by: Thomas Zloch on Oct 24, 2011 10:51 AM

    Hi Srivani,
    To transport the table entries from one system to other, you can create either a workbench or a customizing transport.
    Then in SE09, goto that transport and click on the transport request. Goto Objects in edit mode, enter in Program ID 'R3TR' and in Object 'TABU'. Then press enter. When you press enter a Key icon will appear. Click on that icon and there enter the table key data and then  you can transport your TR.
    Hope this helps,
    Regards,
    Himanshu Aggarwal

  • What kind of transport request is used to transport custom table contents ?

    What kind of transport request is used to transport custom table contents ?
    Also what kind of transport request is used to transport SAP standard table contents ?

    Create Workbench request only.
    Because when u will transport the table from development server to quality that time table records won't transport.
    We don't have any TR type to transport table with records.
    If usefull reward points helpfull.....
    Regards,
    Rajneesh Gupta

  • Transporting table entry with primary key 120 char

    Hi all,
    I have 2 separate questions which I feel are closely related.
    In the url:
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb6e446011d189700000e8322d00/content.htm
    It says:....
    <i>If the key length is greater than 120, there are restrictions when transporting table entries. The key can only be specified up to a maximum of 120 places in a transport. If the key is larger than 120, table entries must be transported generically.</i>
    <b>How do I transport the table entries "generically" for such a table?</b>
    To further illustrate my actual problem:
    My problem in the real world lies with the MIMETYPES table, maintained in trx SMW0.
    I select the mime types row by row and do a <u>Table Entry > Transport Entries,</u> but get an error that says
    <i>"Key entry for table MIMETYPES may only be generic"</i>.
    As a result it fails to attach to my transport.
    (Note: the primary key of MIMETYPES is 128 chars long)
    The Diagnosis long text says "<i>The key is longer than allowed by the Change and Transport System (120 characters</i>)."
    The Procedure says:
    <i>1.  Make sure that you only specify the character fields before the    
        first non-character key field. You must enter the key with a generic
        ending. Enter the generic symbol directly after the specified part 
        of the key.                                                                               
    2.  You must enter the generic symbol at the latest in the 120th       
        character of the key.                                              </i>
    <b>What is this generic symbol that i need to insert at the 120th position??</b>
    Message was edited by:
            Kevin Wong
    Message was edited by:
            Kevin Wong
    Message was edited by:
            Kevin Wong

    Thanks Nick!
    So the mysterious "generic character" is actually the asterisk (*). It works.
    Strange tho as the error long text says to insert the "generic character" at the 120th character position of the key, but I found that altho I can save it, the transport still fails with the same error.
    I tried placing the * right after the key value e.g.
    KEY123*
    and it worked.
    Thanks again!

  • Transport table entries

    Hi,
    this one should be easy to solve.
    We have a user-defined customizing table with maintenance view. In maintenance view we defined no, or user, recording routine so that users can do adjustments without transport.
    For the initial distribution to a couple of systems we want to have the table entries in a transport. If I use the transport button in initial screen of SM30, message SV142 says Transport is not possible for the specified data. In maintenance, all transport-related functions are disabled.
    What are the necessary steps to include the table contents into a transport?
    TIA,
    Regards,
    Clemens

    Clemens,
    "no, or user, recording routine" ==> as far as I know, this prevents the transport request, you have to choose the other option (standard...), than SAP will prompt for transport request at the time of saving the entries (anyway, I will check tomorrow in the office)
    one more thing: "For table key, enter * to transport all records." I think you have to add the client number at least, to avoid problems (if oyu have more clients and data is maintained in more clients on this machine)
    ec
    UPDATE : yes, it is because of the no, or user, recording routine ==> this prevents any automatic transport request creation.

  • Porting table contents to other system

    Hi experts,
    We have created custom table ZXXX and table maintenance generator. We have maintained the data in development box. We have ported the transport request to other box. The TR contains function group, table, Table contents (TDDAT, TVDIR) and definition of maintenance and Transport Object.
    But, after porting we cant see the contents of table.
    My question is, how can we port table contents to other boxes?
    Thanks & Regards,
    Keya

    in table definition you have to specify "delivery class" = C to have the data written to transport request.
    You can add the table contents manually to your request as R3TR TABU tablename key values (e.g. client*)

  • Transport table and table entries

    Hi,
    I need to create a table and table entries, here I need to transport table and its entries to another system,
    what steps i need to follow for this?
    Please help me

    Entries
    Create entries by Se11-> utilities-> table content -> create entries
    For Transport
    Go to SE10.
    Click on the 'Create' icon.
    Select 'Workbench Request'(assuming your table is not customizing table).
    Enter description and click 'Save'.
    Put cursor on the task (lower number of the two) and in menu, 'Request/task>Change Type>Development/correction'.
    With cursor on the task(lower number), click 'Object List' icon on the toolbar.
    Once in, you need to toggle to 'Change' mode using the pencil icon.
    Then click on 'New Entries'. Now add the R3TR, TABU, <ZTAB> in the first row.
    Again in the menu, select 'Extras>Change object function>Key according to key list'.
    Now go to the menu, 'Goto-->Key list'. In the subsequent screen, click on 'Insert line' icon(with a + sign).
    Click on 'Key fields' button and it will now allow you to enter the values for each key field.
    Regards
    Shashi

  • Transport table settings of standard transaction (Exemple CS02)

    Hello,
    Do you know how to transport tables setting ?
    Especially system variants which are visible to all users in the current client (although user-defined
    variants, where they exist, override system variants). They can be edited using the 'Administrator' function.
    Best regards,
    MV

    Hi,
    Running RPULCP00
    The simplest way is to go into the table through SM31
    Then in your top row of buttons there should be one called 'utilities' from here select 'adjust',
    Then select the client that you want to compare/copy from (you need to have an RFC destination set up).
    This will then show you the contents of the table in both clients and identify the status of each record, they will fall into the following categories:
    ML Differences, logon client entry
    MR Differences, comparison client entry
    L Entry only exists in logon client
    R Entry only exists in comparison client
    Identical entries
    (M) Differences only in hidden fields
    You should be able to scroll down the table, select the entries that you want to import, then hit the 'adjust' button, then hit the 'copy all' button, then back out with the green arrow, and save your table.
    That should do the job. 
    Program variants
    If you have several program variants in a development system that you want to transport, use the following method to transport them:
    Execute program RSTRANSP (via se38) and inform the program and/or variant names (you can transport variant of several programs in one shot).
    Regards
    Sreedhar Reddy

  • How to export table contents in xml file format through SQL queries

    hi,
    i need to export the table data in to xml file format. i got it through the GUI what they given.
    i'm using Oracle 10g XE.
    but i need to send the table name from Java programs. so, how to call the export commands from programming languages through. is there any sql commands to export the table contents in xml format.
    and one more problem is i created each transaction in two tables. for example if we have a transaction 'sales' , that will be saved in db as
    sales1 table and sales2 table. here i maintained and ID field in sales1 as PK. and id as FK in sales2.
    i get the combined data with this query,
    select * from sales1 s1, sales2 s2 where s1.id=s2.id order by s1.id;
    it given all the records, but i'm getting two ID fields (one from each table). how to avoid this. here i dont know how many fields will be there in each table. that will be known at runtime only.
    the static information is sales1 have one ID field with PK and sales2 will have one ID filed with FK.
    i need ur valuable suggestions.
    regards
    pavan.

    You can use DBMS_XMLGEN.getXML('your Query') for generating data in tables to XML format and you can use DBMS_XMLGEN.SETROWSETTAG to change the parent element name other wise it will give rowset as well as DBMS_XMLGEN.SETROWTAG for row name.
    Check this otherwise XMLELEMENT and XMLFOREST function are also there to convert data in XML format.

  • How can I save the first dept. for an employee in a transport table?

    Hi All,
    I have created a table to store the transports to an employee from department to another department.
    the first department number to every employee is stored at the parent table called employees.
    when I insert a new record to the transports table (which is the child for the parent employees) for an employee and the manager agrees for this transport the original value of department number in employees table will be changed to the new one. I done this process through a db trigger on the transport table.
    Now the problem is that the original value of the first department number will be lost cause of the db trigger that changes this value after manager agreement!
    I looked to solve the problem by adding a new column in employees table to save the first dept. no. for each employee only if Count of records = 1 for that employee like this:
    -- Before Update DB Trigger on Transports Table:
    DECLARE
    pragma autonomous_transaction;
    N NUMBER;
    BEGIN
    SELECT count(EMP_SID) -- emp-sid is the FK referenced from employeess.emp_sid
    INTO N
    FROM TRANSPORT_TRANS
    where emp_sid=:NEW.EMP_SID
    GROUP BY EMP_SID;
         IF :NEW.AGREE_FLG = 1 AND N = 1 THEN -- If the manager agrees and this record is the first one for that employee
         UPDATE EMPLOYEESS E
         SET E.FST_AD=E.ADMINISTRATION_SID, -- E.ADMINISTRATION_SID has the oroginal value for admin no. and FST_AD is the new column to save the first value
                E.FST_HE=E.HEADQUARTERS_SID,
                E.ADMINISTRATION_SID = :OLD.ADMIN_SID, -- changing the value with then new one added on the table
                E.HEADQUARTERS_SID = :OLD.HEAD_SID
               WHERE E.EMP_SID = :OLD.EMP_SID;
         ELSIF :NEW.AGREE_FLG = 1 AND N != 1 THEN -- if the manager agrees but the record is not the first record for that employee
         UPDATE EMPLOYEESS E
            SET   E.ADMINISTRATION_SID = :OLD.ADMIN_SID, -- only change the original  values
                     E.HEADQUARTERS_SID = :OLD.HEAD_SID
                     WHERE E.EMP_SID = :OLD.EMP_SID;
         END IF;
    END;But the form gives me this error if I deleted (pragma autonomous_transaction;) st. :
    ORA-04091: table transports is mutating, trigger/function may not see it
    But when I keep it, the form gives me this error:
    ORA-06519: active autonomous transaction detected and rolled back
    Edited by: Dev. Musbah on Aug 18, 2009 2:09 AM

    Dev. Musbah,
    First make sure that the insert statement executes. And check whether other error messages are getting. Currently you are checking only NO_DATA_FOUND. so change the exception part with
    EXCEPTION
         WHEN NO_DATA_FOUND THEN NULL;
         WHEN OTHERS THEN MESSAGE('Some Error Occured');Regards,
    Manu.
    If this answer is helpful or correct, please mark it. Thanks.

  • Error while transporting migrated contents

    Dear SDN,
    I had a requirement to transport the contents of Migrated Folder in Portal. I guess these contents have been migrated from EP5 to EP6. The contents in this folder are some standard SAP objects, i.e., iviews, pages, etc. The contents are working fine in our quality portal.
    I had a standard SAP Page which had some standard SAP iviews attached to the page. The page as well as iviews were working fine in Quality. I transported the standard SAP Page and all the iviews folder to production, since iviews folders were not appearing in production. Now when I preview the page, page gets opened up properly but the iviews shows error on the page. The error displayed by the iviews is :
    *Portal runtime error.
    An exception occurred while processing your request. Send the exception ID to your portal administrator.
    Exception ID: 05:54_06/03/09_118801351
    Refer to the log file for details about this exception.*
    Regards,
    Shreya

    Hi shreya,
    Any PCD content with ID starts with com.sap......  cannot be transportted from one system to other system.
    You can do a work around.  
    You can change the ID from com sap  to com.abc(any). Then you can transport them.
    But don't change the id of standard ones. Only duplicated once (copy of standard ones) can be transported.
    Hope that helps.
    Raghu

Maybe you are looking for

  • My ipod is not recognized by windows xp

    hello every body, i bought my ipod secondhand (20 Go version 2.3), without the installation CD, so when i connected it to windows xp, it's not recognized, i installed the last version of itune and ipod driver on my PC, but the problem persist always,

  • Using upgrade from another family plan

    My family has 2 family plans. 1 with 4 phones and 1 with 3 phones. All under same account person. Although, 2 seperate bills. Question, can i use a upgrade from one of the numbers on the plan that I am NOT on?

  • 3rd generation ipod wont sync with Itunes

    My ipod is a 3rd generation and my software version is 1.1.3 (the newest available). It says that it is connected to itunes, starts to sync, but nothing happens. I have tried every step of the troubleshooting guide for my ipod 3rd generation. Now I j

  • WiFi at my house?

    I have been having on and off trouble with the wireless internet in my house for about 5 months now. I can take my MacBook anywhere that offers free wifi and connect perfectly; however, in my house I can be standing directly in front of the router an

  • Deploy app on standalone OC4J running on jdk1.6.0_04

    Hi all! I am trying to deploy an application on standalone OC4J running on jdk1.6.0_04. The application runs well when started on embedded oc4j (which is running on java 1.6). I know that jdk1.6 is not supported, but the application works smoother an