How to transport a Deleted Table entry

is there a way of transporting deletions of table entries.
For example. I'm dealing with a table say such as T529U. So we already have value there for active, inactive, retiree, withdrawn. Say I wanted to delete retiree from the selection list.
I go to our DEV and make the deletion. I manually create a transport of the entire table and transport it to our QA system. When I do so, the table still remains the same. The only way the record would be changed would be if it was new or had the same key (thus overwriting). How do you remove and transport (so you don't have to do it in all instances).
any help would be much appreciated.
Thanks

Hello
A delete should be a change just like any other change and should be recorded on a change request.  After releasing the change request you should be able to transport that delete to your QA and PRD systems as needed.
As a general rule I would not transport the complete table.  There is too much risk that unintended changes get transported. 
Are other changes to your table being recorded on a transport request?
If you have another environment(sandbox or project?)  try the delete in that environment to convince yourself that it does(or does not )work.
Regards
Greg Kern

Similar Messages

  • Event trigger on transport of ABAP table entries

    Hi Experts,
    I have an issue with respect to the scenario mentioned.
    Scenario is that I have a Z-table in Dev which is maintained through SM30 once the data is saved ,the event"02 After saving the data in the database" ,I have linked a include program to this event which triggers a abap proxy to send data to SAP PI Java stack cache,this scenario is used in value mapping replication from Z-table.
    The problem is the QA and PRD Client has status 'not modifiable'.
    So can these Z-table entries when transported to QA or PRD ,trigger an event which can call my proxy program to send the full load to the SAP PI system.
    Thanks
    -Alok

    Hi I can try to give the information for the z-table entries to be transported to QA or Prod environment?
    Ans) Yes, we can transport these Z-table entries to the the QA and Prod system environment, but the z table 'devliery and maintenance" table defines the technical attributes for this Z-table.
    in the delivery and maintenance tab, you can define the deliver class. Suppose if your delivery class type is C, G, E, S: The data records of the table are copied to the target client.
    Hope this information can be useful.
    thanks

  • How to transport/move a table with data from development to Test to Production

    Hi,
    How to transport/move a table with data from development to Test to Production..? Export-Import a Delivery Unit does only the structure and not the data
    Reg
    Sri

    Hi Sri,
    You cannot transport Data via Transport route in HANA, you can only transport code changes/Structure via DU. For Data movement, you either have a do a export/import from a flat file or replication from a Source System to HANA.
    Thanks Much,
    Abhishek

  • How to use transport request to delete table entries on target system

    I released a request from DEV system to QA system , the request(request 1) delivered some table content,
    but some of contents are incorrect, is that possible to release another request(request 2) to QA system,in
    the request 2, I can specify which records needs to be deleted, so when request 2 is imported into QA
    system, all the incorrect records are deleted?
    Is there any API for me to create such a request 2?
    The problem is we delivered some redundant table enties when project released to customer,
    we want to delete these redundant records in support package, when customer installed support
    package, all the redundant records are deleted, so no manual actions are needed on customer side.
    thanks very much.

    Hi
    It should be as simple as deleting your entries, saving as a transport and then sending the transport to the client and this should override what is there
    Frenchy

  • How to find the Transport request for table entry

    Hi ,
    There was certain entry made in the SAP std table and which got transported to subsequent system. I want to find the Transport Request Number which was containign that table entry and which gor transported.
    Please suggest how can I find that transport number.
    Thanks
    Saurabh

    Hi,
    Yes we can get , Basis team will help.
    B'coz i had same requirement my basis got the TR for me.
    Take their help.
    He said u can like this.
    SE11 - > Table Display - > Table Entry in Menu Bar - > Transport Entries.
    Rhea.

  • How to delete table entries with SE16 in debugging mode?

    We are trying to delete some table entries which cause our InfoPackage short dumps in BW system.  The problem is that we can only see the Display menu item with SE16 and the Delete menu item is dimmed that we are unable to conduct the deletion.  SAP Support suggest to use debug with SE16 to do the deletion, but we can't figure out how!
    Anyone's idea is greatly appreciated!

    Then you are not at the right place.   Lets start at the begining.
    Go to SE16.
    Enter table name.
    Hit F7.
    Enter selection criteria.
    hit F8.
    Double click the specific record that you want to delete.
    In the transaction code field at the top, enter  "/H" and hit enter.  Debug is switch on.
    Now hit enter again. 
    You should now be in debug and you should see this code..
    form set_status_val tables ntab structure x031l           
                        using code name next for_lines.       
      field-symbols: <field>.                                                                               
    refresh exclude_tab.                                    
      if code = 'SHOW'.                                       
        set titlebar 'TAB' with name 'anzeigen'(100).         
      elseif code = 'EDIT'.                                   
        set titlebar 'TAB' with name 'ändern'(101).           
      elseif code = 'INSR'.                                   
        set titlebar 'TAB' with name 'einfügen'(102).         
      elseif code = 'ANVO'.                                   
        set titlebar 'TAB' with name 'einfügen'(102).         
      elseif code = 'DELE'.                                   
        set titlebar 'TAB' with name 'löschen'(103).          
    Notice that there is a field called CODE in the IF statement.
    Now enter the word "CODE" in the field names list,  change the value to DELE and click the pencil.  Hit F8.  Now you can delete the entry.
    Regards,
    Rich Heilman

  • How to track , who has deleted table entry

    Hi Experts,
    Is there any way so that i can know that who has manually deleted few entries(data records) from my table,actually my table has "Display maintenance allowed" property set.
    Can we track it anyway that when and who has deleted that table record.
    Regards,
    Abhishek

    Hi Abhishek,
    Actually the changes made for an entry into table will have two effects.
    Changes at the data element level and another at the entire db table level all these changes will have an entry only if the change documentation is activated.
    Table logging concept wherein SAP records all insertions, deletions, and changes in tables
    OSS note 139418 will gibe you general information on logging user actions.
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eaf9446011d189700000e8322d00/content.htm
    http://help.sap.com/saphelp_nw04/Helpdata/EN/7e/c81ebb52c511d182c50000e829fbfe/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/a0/7d1020dac8994fa63ff270dbceb87f/content.htm
    revert for further clarification,
    Thanks and Regards
    Srikanth.P

  • Check who's deleted table entries without SCU3

    Hi,
    we need to find out which program or user deleted some table entries. The Where-used-list doesn't show anything, so it must be a dynamic call. The table has 'Log data changes' switched on, but we don't have the system logging set due to performance reasons. Is there nevertheless a chance to find out who deleted the entries?
    Regards
    Nicola

    Regarding where-used-list, maybe the table is part of a maintenance view, you should check this as well.
    If there is no table logging and the changes are not recorded in transport requests, then I'm afraid there is no way to find out.
    Thomas

  • Deleting Table Entry

    Hi
    How can I delete a table entry which was entered in the Table through a Std Txn?
    I have heard that there are 3 ways:
    1) SM30
    2) SE16
    3) Debugger
    What are the necessary requirements for using each of the above methods? Please guide me through the steps on each.
    Thx

    Hi Santo,
    1) To Delete a entry form SM30 Transaction .
    GOTO SM30 - > Enter the table name -> display -> display / change push button ->
    Click on entry which u want to delete -> click the delete button.
    2)SE16 -> table name -> click execute -> double click on the required entry which u want to delete ->
    on command field enter  /h -> enter ->in debugging mode -> Change the value of code to 'DELE' -> Enter
    Be careful before deleting any entry.
    Regards,
    Sachin

  • Reagrding transporting of custom table entries from D to Q.

    Hi,
    I am trying to transport couple of entries which I did using table maintainence in SM30. But when I go to Maintain option -> Table View -> Transport, I see the Transport option inactive.
    Can someone tell me how to activate that option or how to move custom table entries from one system to other ?
    Regards,
    Rajesh.

    Hi rajesh,
    1. For this purpose, the delivery class of that table should be C = Customizing.
      (at present it would be A =  Application)
    2. This is done in se11 transaction.
    3. After changing the delivery class, we have to RE-GENERATE
       the table maintenance.
    4. Then, whenever we do SM30, it will automatically ask for a request number.
    regards,
    amit m.

  • How to transport a deleted query?

    I have deleted one query in developmeny system. I thought it will ask for tranport request.But it did not ask for any transport requast.Now it is deleted from development system.Please let me know how to transport this change in production?

    Hi Saikat,
    Was this query transported to the prod system, or created directlyin prod? If you have transported the query, you would not be able to delete without first assigning a transport request to the BEx dev class...check if there is any request assigned to the BEx dev class (RSA1 > transport connection)
    Hope this helps...

  • How to transport the DATABASE TABLE  into  the Test system ?

    Hi Experts,
    I am working on BI7,  I had created Database table in BDV system using SE11. Tech_name is ZGLACC_TEMP. I had activated it. I had used this database table for the purpose of  writing the start routine in the transformation. while I am transporting the transformations to the test system, It is showing as syntax error in ABAP program,
    In BDV system there are no syntax errors. it is working fine,
    So now I have to transport the database table to test system  so that I can transport the transformations into Test system without any error.
    Kindly anyone can give the answer , it will be appreciate and points will be assigned.
    thanks
    sekhar

    Hi Sekhar,
       Go to SE11, go into the change mode of your table and change the Object Directory entry (Goto -> Object Directory Entry) to some valid package (other than $tmp). Then it will ask for a transport request. Give a transport request and then I believe you know what to do with that transport.
       Another thing to keep in mind ... transport all the data elements and domains you have created for this table. Change their Object Directory Entry and assign them to the same transport request.
    Best regards,
    Kazmi

  • Urgent!!! : To delete table entries in COKA,COSP,COSB  from FY2010

    Problem:
    <b>Business needs to limit the validity of certain cost elements to 31st
    March 2007. But not able to do the same due to updation of Tables
    COKA,COSP and their dependent Tables.</b>
    Reason:
    The business is currently in fiscal year 2007.Some tables were updated
    till fiscal year 2010 due to future date(Example March 20th 2009)
    mentioned in scheduling in Production Order/Process Order.
    In certain Production Orders/Process Orders, scheduling date was
    erroneously updated referring future fiscal years up to FY2010.
    This has caused the updation of CO tables COKA ,COSP and their
    dependent tables COKP, COKS,COSS,COKL,COEJ,COBK,COEP,COVP.
    Even if we revert the scheduling dates back to current year in the
    Process Order/production order, the table information is present in the
    future fiscal years which prevents deletion of cost elements for the
    future period.
    Steps for the Reconstruction
    <b>Solution required:
    We need to know the systematic procedure/program/process through which
    we can delete the entries in main tables COKA, COSP and the dependent
    tables (COKP, COKS, COSS, COKL, COEJ, COBK, COEP, and COVP.)without
    affecting the integrity of information present in the production
    order/Process Order for the current period.
    Ultimately we should be in a postion to restrict the validity period of
    cost elements to 31st March 2007.</b>

    Hi,
    I am not sure, whether this will help you or not.  I think you can archive the data in the first stage.
    Then try to work on the validity periods.
    Rgds,

  • How to transport a Z table?

    Hi Friends,
    I need to transport a Z (custom) table names "ZXXX". When we go to Transport Connection from RSA1 we can click on Object Types to see all the object we can transport. I dont see any object type that will let me create transport request for my custom table. Would any one let me know how can i transport this custom table to QA and Production system?
    Ur help will be appreciated in terms of points.
    Thanks,
    Manmit

    If you have difficulty in navigating in the transport organiser, then try the following:
    you must have used the table to define a data source or something , right?
    If so, in transport conenction in RSA1 - chose data source and in collection mode chose "data flow in before and afetr" and when the collection is complete, check if see the Ztable. If you see that, you are fine with the transport.
    Then save the objects in a request and release in Se10.
    Ravi Thothadri

  • How to transport an inner table to a subroutine with change return content?

    now ,i want to perform a subroutine with a inner table,and i will delete some records from the inner table in the subroutine,but i don't want the change in the subroutine break into my main program.in other words,the content of the inner table which was transported to the subroutine keep no change in the main program after perform the subroutine.is there any way to realize it without announce a new inner table?
    Edited by: p y on Jul 4, 2008 5:33 AM

    SELECT A~EBELN
             B~EBELP
             A~LIFNR
             A~ZTERM
             A~WAERS
             A~KDATB
             A~KDATE
             A~INCO1
             A~INCO2
             B~TXZ01
             B~MATNR
             B~WERKS
             B~LGORT
             B~LOEKZ
             B~KTMNG
             B~NETPR
             B~PEINH
            INTO TABLE T_BODATA
            FROM EKKO AS A
            INNER JOIN EKPO AS B
            ON AEBELN = BEBELN
            FOR ALL ENTRIES IN T_BONUM
            WHERE A~EBELN = T_BONUM-EBELN
              AND A~BUKRS IN R_BUKRS
              AND A~BSTYP = 'K'.
    t_bodata is inner table A,then i will extract vendor info from lfa1 use A-lifnr, and plant address use A-werks ,payment info use A-zterm.every time i have to move the
    corresponding field to a new inner table,delete repeat,and then do select use this inner table.i am boring in announce inner table.but in perform , form we can transfer variant by using and doesn't change it's value,
    is there any method like this by using table?

Maybe you are looking for