Retrieve deleted standard table data

HI,
I was debugging the transaction F110 for analysing a certain requirement and changed some data in debugging mode. Somehow program SAPF110R was triggered which deleted the table content of the following tables:
reguv
reguh
regup
regus
reguc
reguhh
regupo
regua
rfdt
If  anybody has encountered such a situation before, please help me in retrieving the data.

Your only hope is for a system backup.
You could have the system backed up to another bit of hardware, and checkout the difference between the tables in the backup and the current status.

Similar Messages

  • How to delete parent table data even though it has child records

    hi all,
    How to delete parent table data even though it has child records.
    ex: delete from pa_request cascade constraints;
    But this command is not working .
    Regards,
    P Prakash

    833560 wrote:
    ex: delete from pa_request cascade constraints;cascade constraints is DROP table option. It can't be used with DELETE. You need to delete child rows first or drop foreign keys and recreate them with ON DELETE CASCADE. Then:
    delete from pa_request will automatically delete child rows. However, personally I don't like ON DELETE CASCADE. You can, by mistake, delete half of your database without even realizing it.
    SY.

  • How can we delete SID table data and Text table data

    Hi,
    How can we delete SID table data and Text table data of any
    InfoObject.

    Hi,
    Go to transaction SE14, give the technical name if the table:
    /BIC/T<InfoObject Name>   for Text Table
    /BIC/S<InfoObject Name>  for SID Table
    Select "Table" in the given 4 options below  &  hit Edit button.
    in the next screen select "Direct"
    & also select "detele data" radio button.
    & hit  "Activate & adjust database".
    this will delete the complete data from the tables.
    Note: before deleting the SID's make sure of the consequences & after effects.
    Also the SID gets generated the next time you load master data/transaction data only for those records which were loaded..
    Regards,
    Iliyas

  • Delete Standard Table FIelds

    Hi Friends,
            I want to Change The Field name (Standard Table) and i want to delete Some fields (Standard Table) is it possible.
    if can Please help me.
    Regards,
    Nehru.s

    Hi Nehru,
    Check this link for changing standard field descriptions:
    http://www.renet-web.net/2005/09/01/changing-standard-sap-field-descriptions/
    For deleting, the following link might help you:
    http://www.*******************/2007/06/lesson-16-changes-to-database-tables.html
    Hope this helps you.
    Regards,
    Chandra Sekhar

  • Standard table data lost during adjustment

    Dear experts,
    Greetings.,
    I was trying to make changes in a domain of an append structure of a standard table and while adjusting the table..i lost the data from the table (which was standard table). Any suggestion how to retrive it back?
    Please help
    Regards
    Sathya

    Hi,
    Just check with your BASIS team if there is any backup. Usually they take the backup in production server. In dev and test they don't take unless it is required. If there is no backup, i dont think you can get back the data as table adjustment happens at database level and not at data dictionary level.
    Thanks,
    Vinod.

  • Query and retrieval of SAP table data

    Hi,
    Within PI Is it possible to use a select query on an ECC table and retrieve the relevant data. The data will then need to be mapped to the output.
    Can this be achieved through an RFC call?
    Thanks

    Hi,
    You can use RFC lookup and map the output to target field.
    view this article for step by step process...
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/40b64ca6-b1e3-2b10-4c9b-c48234ccea35
    Hope this helps....

  • How to retrieve deleted standard enhancement implementation

    Hi all,
    The standard ehancement implementation OIA_SI_RMMR1MRS has been deleted from the enhancement spot ES_RMMR1MRS in the development client. But it is present in the testing system and production system. Is there anyway to retrieve that back in the devlopment system?
    Regards,
    Asha

    Hi,
        May be you can try and assign the perticular component to a transport request and then transport it to the development system. I think your sys admin can help you in this regard.
    Regards,
    Sesh

  • How to delete partition table data of Solman 7.01

    Hi, all.
    The partition table size such as '/BI0/F0CCMARSH' of Solman is too big. It's almost 60GB include of index.
    And there are a many of partition table and sum of partition table is 125GB.
    Let me know the SAP report to remove the needless data?
    Best Regards

    1. Execute t-code RSA1
    2. Select the menu > InfoProvider.
    3. Search the vaild InfoProvider with partition table name.
    4. You can remove all data using popup menu 'Delete Data'
    5. or select the popup menu 'Manage' to delete data of the specific day.

  • Inserting standard table data using ztable

    Hi all,
               I have an issue like i have created "ztable" where i am taking few of the mara table fields.
    but my problem is i m not getting data into these fields , so can anyone tell me wht shuld be done to get the data into my ztable which will contain all these fields.
    <code>
    tables : mara.
    data : begin of itab occurs 0,
           matnr like mara-matnr,
           ersda like mara-ersda,
           ernam like mara-ernam,
           vpsta like mara-vpsta,
           mtart like mara-mtart,
           mbrsh like mara-mbrsh,
           matkl like mara-matkl,
           meins like mara-meins,
           end of itab.
    data : wa like line of itab.
    select matnr ersda ernam vpsta mtart mbrsh matkl meins from mara into corresponding fields of table itab .
    what should be done , shuld i use INSERT INTO "ZTABLE FROM ITAB.
    PLZZ SUGGEST.
    Thanks,
    karan

    navneet its working now but ztable_12 where i am inserting data its not getting any data why?
    below is my code.
    <code>
    tables : mara.
    data : begin of itab occurs 0,
           matnr like mara-matnr,
           ersda like mara-ersda,
           ernam like mara-ernam,
           vpsta like mara-vpsta,
           mtart like mara-mtart,
           mbrsh like mara-mbrsh,
           matkl like mara-matkl,
           meins like mara-meins,
           end of itab.
    data : wa like line of itab.
    select matnr ersda ernam vpsta mtart mbrsh matkl meins from mara into corresponding fields of table itab .
    append itab.
    INSERT ztable_12 from table itab.
    </code>
    thnks karan

  • SQL azure database size not dropping down after deleting all table

    Dear all,
    I have a simple database on Azure for which I have deleted all table data. The size of the database is still showing 5Mb of data and I am charge for that. I have heard that this may happen from cluster index getting fragmented.
    I have run  a querry I found on internet on all my table index to show percentage of fragmentation and all report 0%.
    DBA is not so my job but what could it be or how can I reduce that size ?
    ON premise I would use COMPACT DB but not available in azure like some others DB action
    Thnaks for tips
    regards

    user created objects/data are not the only ones stored in your database. you got system objects and metadata as Mike mentions above.
    are you trying to skip being charged if you're not storing data? looking at the pricing table,  you'll still get charged the $4.995 for the 0-100MB database size range.

  • Need Dynamic Table instead of Standard Table in FM INFO_SICHERN_S001

    Hi Guys,
                  I have copied standard FM INFO_SICHERN_S001 into Zdefined FM.
    My requirement is instead of
    Updating or  Modifying or  Deleting  standard table I need to do all these things for entered table.
    How to do this.
    Thanks in Advance.
    Prasad.

    I solved Myself.

  • Query regarding Standard table vs Z-table in SAP about deletion of data?

    Dear Experts,
    Can we delete the data form the standard table in SAP. If yes than will it ask for the request to make them effective itself, because when we delete the data from any ztable, it will not ask for the request to make them effective at the produstion server ?  If possible plz update me with yr elaborate and detailed concerneds.
    Regards,
    Akg

    Sorry to intervene here Dhina but that is just halfways correct.
    If delivery class NOT = C then it is NOT a customizing table and therefore you wont get any transport request updating or deleting data from it.
    But if it is a customizing table then you got to look for the recording routine. You can see this by viewing your table in SE11, then using the menu like following:
    utilities->table maintainance generator.
    Then look at the info in the bottowm frame. if "standard recording routine" is tagged, then you get a transport request.
    If the other option is tagged you wont get it. What again means you can customize this table directly in the system where you need those entries.
    why is that?
    well assume there is a customizing for e.G. materials, depending on materialnumber. If that table would have a standard recording routine you would need ALL your materials in your development system which would be quite unusual.
    Edited by: Florian Kemmer on Jun 9, 2011 2:00 PM
    some typos corrected, left some for sure

  • Enhancing the standard  Data source without deleting setup tables

    Hi all,
    I am in the the Support Project. My requirement is I want to Enhance u201C2LIS_13_VDITMu201D LO- data source with two fields without disturbing the delta.
    Please suggest me how I have to do this.
    As Per my Knowledge ,
    1. we have to delete setup tables
    2. Enhance the data source & re populate the setup tables.
    3. Delete the data in the cube & add the two new fields in the cube & repopulate the cube with new Initial .
    4. after that delta will be enabled through job control.
    But this process is not suitable for our requirement because delta was enabled long back it is going very smooth till date, I donu2019t want to disturb that process.
    So please suggest me is there any other procedure to do this.
    Thanks,
    Kiran Manyam

    Hi,
    If historical data (loaded earlier in to BW) are not required for the two enhance field, then it is not required to deleted the setup table and reload them to BI.
    In this case simply you can follow the following procedure.
    1. Enhance the fields, and update the transfor structure(to unhide these fields). In BI update the required data target with respective IO. and in exit populate the enhance fields. No need to disturb the delta
    2. Replicated the DS in BI and do the mappings in tranformation.
    Here the existing delta is working, and you will be populating the two fields in the exit only.
    Thanks,
    Jugal.

  • Retrieving the Old Version of a Standard Table DPR_LOCATION

    Hi All,
              I have changed the primary key of a standard table DPR_LOCATION using the acces key.
              Now I want to revert to the original version. When I use the Version Management and trying to retrieve the original version I am getting a message that Primary key change not permitted for value table DPR_LOCATION.
    Please advise how can I return to the original version provided by SAP.

    Hi Sandy,
    Apart from Thomas, Other thing is that if you are adding a key to primary keys of a table which already have data, will allow to add one. But if you want to reduce the number of primary keys from the database table, it will not allow you to do that.
    Reason is - when you removing one field from the primary key, existing data will become inconsistent with the new primary key combinatiion, which is not true for the opposite case.
    A possible solution for this is to take backup of data of the table and then delete all the data from the database table.
    When table will not having any data then it will allow to change the primary key.
    then again upload the data by writing a simple upload program or manually if data is very less.
    Regards,
    Akhil

  • Data retrieval from keko table with conditions as for a group of same mat

    hi Freinds,
    the problem iam facing here is i have certain materials in table keko , among which i need to retrieve the material with date as the latest one for that particular material provided costing status is 'FR' and Release is "X'.
    here is the example i gave where material 14ce2-1krs has 3 different dates , i need to retreive the latest one .... like this for 15ce2..
    plz reply ... thanks...
    Material          Costing Date          Costing Status          Release         14CE2-1K-RS     02.25.2007          FR                       14CE2-1K-RS     04.01.2007          FR               X           14CE2-1K-RS     04.29.2007          FR               X
    15CE2                      01.20.2007                                     FR                                           X
    15CE2                      03.10.2007                                     FR                                           X
    15CE2                      05.14.2007                                     FR                                           X
    15CE2                      07.22.2007                                     FR                                           X

    Hi,
    Sort ITAB by <Material> <Date> descnding.
    Delete adjacent duplicates comparing Material.
    Then table will contain material with latest date.
    Hope this helps...

Maybe you are looking for

  • How to get a list of uncompressed files in ms Windows XP?

    I am running XP sp3.  How can I get a list of uncompressed files on my hard drive?  Is there like an fsutil /s,  dir /s, or ls -la command that might work?  Do I need to use a for loop in batch cmd file?  Or is there a sysinternals command equivalent

  • Is bootcamp assistant not working in Mntn Lion?

    I'm trying to run Bootcamp Assistant (for the first time ever) in 10.8 and it is not playing ball. The download process seems extremely slow, it's wasted two blank DVDs by attempting to write to them then giving up and returning an error. So, I tried

  • Where is the sync going?

    Ok, I am using PocketMac 4.1.25 trying to sync with my MacBook Pro. I have set up calendar sync so that the BB syncs with iCal using only one of my calendars (my primary one) as well as the PocketMac calendar. The sync takes a long time, the log file

  • How can I get rid of the display of the last played music-title

    How can I get rid of the display of the last played music-title When playing a music-title the name of the title and it's progress is displayed in the box at the top of iTunes, even if the music is already stopped or ended. This display is impeding f

  • There was an error opening this document. This file cannot be found but the file is displayed

    Hi All I am opening a document for printing using c:\Program Files (x86)\Adobe\Reader 9.0\Reader>acrord32.exe "c:\www\website\admin\invoices_out\BFPO_0001.pdf" "hp deskjet 990c" The invoice opens up but an box appears with the above message There was