Delete a sequence of test data from SE37

Hi
I am relatively new to ABAP and I was wondering whether it is possible to delete a few test data records from SE37
in one go, namely, for example delete 10 records of test data belonging to one user.
I thank you for your reply.
Sincerely
Yuval

Hi Peery
Instead of directly deleting the entries from table EUFUNC.
Enter the Author name in table EUFUNC and get the data.
Then based on Object name & Date & Time manually delete the entries from Function Modules.
It would maintain the data consistency and would keep your system stable.

Similar Messages

  • When I try to sync photos, I followed all the steps, picked one folder.  When I hit "apply" I get this error message: Are you sure you want to remove 30 apps from iPad.  This will delete these apps and their data from the iPad. What have I done wrong

    When I try to sync photos or music, I followed all the steps, picked onle folder, not the whole library.  When I hit "apply" I got this message:
    Are you sure you want to remove 30 apps from iPad.  This will delete these apps and their data from the iPad" What can I change to just download the photos and not interfere with the apps?
    (By the way, the memory is not even one quarter full)
    Thanks for your help - Pat

    I have the same problem.  I updated my mac to 10.5, which then had me update apps like itunes, etc. then it wanted me to sync my purchased music to my ipad before i updated the ipad...which worked ok. then when i was syncing the photos i got the same message when i hit "apply" asking are you sure you want to delete the 12 apps from the ipad -  clicked "no" and brought me back to the original screen. Got the same message when trying to move them from the hard drive to the ipad.  WHat is going on and how do I correct this? Thanks

  • Uploading Test Data from Excel sheet

    Hi,
    I am using WAS 620. Is it possible to upload my test data from an excel sheet into the TDC.
    If yes, do tell me the detail procedure.
    Thanks & regards,
    Sasmita

    Hi
    1. Declare an internal table of the required fields in ABAP..ENDABAP block
    2. using function GUI_upload, get the data from the XL sheet to the table
    3. Read the table to an work area and get the values as parameters
    4. Perform your transaction
    5. Loop the above all as many times as the number of records in XL sheet.
    DO 3.
    ABAP.
    TYPES: BEGIN OF TAB_TYPE,
           VENDOR    LIKE RF02K-LIFNR,
           COMCODE   LIKE RF02K-BUKRS,
           ACCGROUP  LIKE RF02K-KTOKK,
           END OF TAB_TYPE.
    DATA: WA_TYPE TYPE TAB_TYPE,
          ITAB_TYPE TYPE STANDARD TABLE OF TAB_TYPE INITIAL SIZE 0.
    CALL FUNCTION 'GUI_UPLOAD'
      EXPORTING
          FILENAME = 'C:\TEST2.TXT'
          HAS_FIELD_SEPARATOR = 'X'
      TABLES
          DATA_TAB = ITAB_TYPE
      EXCEPTIONS
          FILE_OPEN_ERROR           = 1
          FILE_READ_ERROR           = 2
          NO_BATCH                  = 3
          GUI_REFUSE_FILETRANSFER   = 4
          INVALID_TYPE              = 5
          NO_AUTHORITY              = 6
          UNKNOWNERROR              = 7
          BAD_DATA_FORMAT           = 8
          HEADER_NOT_ALLOWED        = 9
          SEPARATOR_NOT_aLLOWED     = 10
          HEADER_TOO_LONG           = 11
          UNKNOWN_DP_ERROR          = 12
          ACCESS DENIED             = 13
          DP_OUT_OF_MEMORY          = 14
          DISK_FULL                 = 15
          DP_TIMEOUT                = 16
          OTHERS                    = 17.
    IF SY-SUBRC NE 0.
        WRITE :' ERROR'.
        SKIP.
    ENDIF.
    READ TABLE ITAB_TYPE INDEX P_COUNTER INTO WA_TYPE.
    I_VENDOR   = WA_TYPE-VENDOR.
    I_COMCODE  = WA_TYPE-COMCODE.
    I_ACCGROUP = WA_TYPE-ACCGROUP.
    P_COUNTER = P_COUNTER + 1.
    ENDABAP.
    *sAPGUI ( SESSION_MANAGER_100_5 ).
    SAPGUI ( FK01_105_8 ).
    SAPGUI ( FK01_111_5 ).
    SAPGUI ( FK01_210_4 ).
    SAPGUI ( FK01_215_4 ).
    SAPGUI ( FK01_220_4 ).
    SAPGUI ( FK01_300_4 ).
    SAPGUI ( FK01_105_9 ).
    ENDDO.
    Thanks
    Tharani

  • How to download and restore test data directory / se37

    Hello comunity,
    ahead of me lies a system refresh. in tc se37 according to several function modules i have recorded several test-data-sets in test directory. After the system refresh they will be gone. i assume there are ddic-tables behind my personally saved test data records.
    now i wonder, does anyone know a functionality (program, fm, etc.) on
    1. how to download "my" test data directory entries ?
    2. how to restore them into the test data directory once after the system refresh ?
    for sure, somebody does. please gimme a hint. answers will be rewarded with credit points.
    Thanx in advance!
    Gunther
    Message was edited by:
            Gunther Stauch

    Hmm...
    Maybe this is useful -> table <b>EUFUNC</b>
    Check the FMs from Function group <b>SEUJ</b> ,
    FM <b>RS_TESTDATA_GET</b> looks promising-reading.. and so also <b>RS_RFC_TESTDATA_GROUP_TRANSFER</b>
    Maybe you can write a small program which downloads all the contents of the table and later updates it using one of the above FMs
    Also check with the BASIS team about the options -> There are many options available like maintaining the previous settings... (I know that passwords may not be refreshed similarly this option may also be available..)
    REgards,
    Arun

  • How to load Test data from a Text file in ECATT

    Hi,
    I have created a test configuration with a test script, system data container, and test data container.
    I have done the recording of a transaction and created the script. Parameterization is done for the script and have imported those parameters from script in to the data container.
    I am trying to load a the data from a text file on the local work-station. The data is not being read.
    Please explain this in detail (step by step) as I am very new to ECATT.
    I am trying this on SAP ECC 6.0 IDES server.
    Thanks in Advance
    Vikas Patil

    Please explain this in detail (step by step) as I am very new to ECATT.
    Thanks in Advance
    Vikas Patil

  • Exporting test data from Oracle Test Manager

    Hi,
    I have created some test datas (req.s,tests etc) in my OTM.Suppose if iam reinstalling OATS,how can i get this test data in the new OTM.Can i export this test data to some .csv(windows) format,so that i can use by importing in to OTM.
    Can anyone help me in this topic?
    Alex,can you please?
    Thanks,
    Sandeep.

    Sandeep
    All the data is stored on a database all you need to do during the upgrade is point to the old database instead of creating a new one.
    if you are upgrading from a Microsoft based database to an Oracle database there is a data migration utility.
    You don't need to do anything manually.
    Once you have finished the upgrade you will need to login in the admin app http://localhsot:8088/admin with a user that has administrator rights, as this will take care of any DB upgraded that needs to be applied.
    Regards
    Alex

  • How do I delete useless memory and compress data from Lightroom including how do I delete large sums of pictures permanently?

    Help

    You highlight the images that you want to delete, and then press the delete key. Then you are asked if you want to remove them from Lightroom or delete them from disk. Make your choice and click the appropriate button.

  • Table for test data saved in SE37 (Test data directory)

    Hello Experts,
    When we save the test data in SE37 its going to be saved in test data directory, in which table of the data base its going to saved?
    Thanks in advance,
    Sandhya

    Hi Sandhya,
    The test data will be stored in a table called 'EUFUNC'
    But it is a cluster table if you want to fetch the data from that table you can use macros to fetch the data.
    Here is the macro syntax for your reference.
    data : d102n_exportkey like functdir.
    data : begin of te_datadir occurs 10,
             dataid like eufunc-nummer,    "Schlüsselnr. für Testdatenimp.
             stepid(3),                    "PBO/PAI-Eintrag
             seqid  like eufunc-seqid,
             datum like sy-datum,
             uzeit like sy-uzeit,
             title(40),
           end of te_datadir.
    te_datadir is a internal table
    d102n_exportkey-area = p_file.
      d102n_exportkey-progid = p_fname.
      d102n_exportkey-dataid = dataid.
    IMPORT te_datadir                                   
           FROM DATABASE eufunc(fl) ID d102n_exportkey. 
    Regards
    Krishna

  • Delete mass master data from db

    Hello All,
    actually we need to delete several millions of master data from database tables. The only problem is, that a simple "delete from db_table where group_id = 'A' does not work.
    Is there any possibility to cluster a delete?
    Thank You!
    Goliad001

    Hi ,
    try create program (se38) and schedule in background,
    remark * I_T_CHAVL =, i haven't fix the code if i_t_chavl used, but tested the program done well.
    hope this helps.
    REPORT Z_DEL_MASTER.
    tables : RSDIOBJ.
    select-options:
    s_iobj for RSDIOBJ-IOBJNM.
    start-of-selection.
    loop at s_iobj.
    call function 'RSDMD_DEL_MASTER_DATA'
    exporting
    I_IOBJNM = s_iobj-low
    I_FLG_DELETE_ALL = 'X'
    I_FLG_DELETE_SIDS = 'X'
    I_FLG_DELETE_SIDS_ASK
    I_FLG_DELETE_TEXTS = 'X'
    I_T_CHAVL =
    I_FLG_DIALOG = ''
    I_FLG_FORCE_DELETE = 'X'.
    I_FLG_SIMULATION = ''
    I_WITHOUT_PROTOCOL = ''
    endloop
    You can use this instead of direct SQL.
    Thanks and Regards,
    MuraliManohar

  • HT201274 hello i have just deleted content and data from my iphone now my phone doesnt show anything

    hello i have just deleted my iphone content and data from my phone. now my phone just shows apple logo with bars it does not log into windows. what do i have to do to get my iphone working

    Try Here  >  http://support.apple.com/kb/HT1808
    Be sure to follow All the Steps...

  • Clean up all test data

    Hi all,
    HOw ya'all? My collegues and I have been loading data to our BWQ system to test our extraction process individually. Now i want to clean up all this test data from all over the system(master data, ods,psa cubes etc) and start loading QA data systematically in order to run integrated data load test.
    Every time i try to clean up the data from one of these data containers i get msg like
    The data cannot be deleted coz it has already been loaded to other infoproviders.Do u really want to deleted the data and all the associate settings. If u do so, u need to set up those setting all over again.
    And some other msgs that i do not remember at his moment.
    What i need is structured and sequential steps to clean up the data completely in the system. Can anybody help?
    Thanks,
    Prathibha.

    Hi,
    Start deleting data from highest level.
    i.e. Infocube->Ods->masterdata objects.
    It is require to delete the data from all the associate objects . Relation can be easily find out by data flow and where used list in case of infobject.
    Hope it helps.
    Regards,
    Aditya

  • Can we delete the archived RS tables data in unix path?

    Hi Experts
    As you all know that when we perform RS table archiving we setup a Logical file path 'ARCHIVE_GLOBAL_PATH' pointing to the physical path '/usr/sap/<SYSID>/SYS/global/<FILENAME>' in unix system.
    Here we have our RS table data in the unix path and this logical path will make sure that there are no problems with requests status.
    Now our unix path has grown in size hence we would like to delete some archived data from this path. Could you pls confirm if we delete the data from this unix path will there be any problems with the requests status?
    Simply can we delete the RS table archived data from the unix file path??
    Thanks!!

    Hi All
    Any idea about this would be appreciated.
    Thanks!!

  • How to copy Company Code Account data from a client to another client

    Hi.
    In prod system, unfortunately, we have deleted all Company Code (CC) data from the system - including accounting payable data, and we need to restore data from backup. So far we have created an new 'spare' client with all restored information.
    Next step is to copy CC-related records in related tables from 'spare' client back to prod client and append them into tables were all the records referring this particular CC has been removed.
    For instance we see that the prod system is missing all CC-related records for accounting tabels such as BKPF BSEG and others.
    The questions are:
    1) How can we do this copy?
    2) If we need to do this for each single tabel manually, how can we know which tables that needs to be appended in prod system? As far as I have notised, i see this will affect table BKPF, BSEG, BSAK, BSAS, BSIK, BSIP, BSIS. Any others?
    We have allready triyed transaction EC01 for this purpose. But, unfortunately, this copy function, regarding Company Code organizational object does not seem to take into account the above-mentioned tabels which I need to restore into prod.
    I suppose this must have been an issue before for sombody...?
    So can anybody help with a strategy to solve this issue?
    Thanks.

    Just to be mentioned. This is regarding a particular CC, not all have been removed from the prod system. And I only need to restore accounting information for a spesific CC.

  • HT3231 I have migrated all of my data from my old 2006 MacBook to a new 2011 MacBook Pro. Everything went fine. How to I remove all of my data from the old MacBook so I can give it to my girlfriend to support her iPod? I want to remove everything and star

    I have succesfully migrated my data from my 2006 MacBook to a new 2011 MacBook Pro. How do I delete ALL of my personal data from the MacBook so my girlfriend can use it to support iTunes and her iPod?

    Order a Snow Leopard 10.6 install disk for $29 from The Apple Store as long as you have at least 1gb of RAM. http://store.apple.com/us/product/MC573Z/A?mco=MTY3ODQ5OTY
    Put your install DVD into the optical drive and reboot. As soon as you hear the boot chime, hold down the "c" key on your keyboard (or the Option key until the Install Disk shows up). That will force your MacBook to boot from the install DVD in the optical drive.
    When it does start up, you'll see a panel asking you to choose your language. Choose your language and press the Return key on your keyboard once. It will then present you with an Installation window.
    Completely ignore this window and click on Utilities in the top menu and scroll down to Disk Utility and click it. You should see your hard drive in the left hand column along with your other drives. Click on the drive and select the Erase tab. Set the format value to Mac OS Extended (Journaled) and click the Erase button. After that has finished select the Partition tab. Type in a Name for your hard drive and select how many partitions you want from the Volume Scheme. The usual setting is one partition. Click on the Options button after you've selected a partition to make sure it's set for GUID. Then click the Apply button and after the Partitioning is done quit Disk Utility.
    You can now follow the instructions on the install screen

  • Problem about implementation of a controller in main_vi based on the test data of sub_vi

    Hi Group:
     I am developing a measurement and control system based on the PCI-6040E and SCXI1001,1102, and 1160.
    But now, I have a question ,which is how to implement a controller in main_vi based on the test data of sub_vi.
    my  program is consist of main_vi and  several sub_vi,  the main_vi is used for controlling and give the operation signal to hardware system (relay). and sub_vi is used for sampling data.
    for example: the sub_vi collects data from the hardware and the control algorithm and output is implemented in the main_vi, so the question is how to transfer the test data from the sub_vi to main_vi synchronously.
    I try to set the output connecter, but the data just return when  sub_vi is closed.
    anybody have good idea about it.
    Thanks a lot

    Hi hanwei,
    I'm making the assumption that you are not using LabVIEW Real-Time. If you are, you should use RT FIFOs. Otherwise, follow MikeS81's advice.
    I would go a step further and say that most likely it would be a better design to remove the loop (while loop?) from the subVI and instead place the subVI within a while loop in your top-level VI. This way on each execution of your subVI it will quickly return your data. Then you can also perform all the queue and dequeue operations in the two seperate while loops in your top-level VI. This organization will be easier to read, document, and understand.
    Mike Lyons
    National Instruments
    http://www.ni.com/devzone

Maybe you are looking for

  • Is it Possible to Add a Power Pivot Gallery App in Office 365

    Hi, I had created a site collection by using Business Intelligence center Template in Office 365(E3 Subscription). But I am not able to see Power Pivot Gallery App to Add. I tried to find and activate any feature depends on this. But could not find a

  • Fetching Null Value from table

    I have a table where I am want to findout the total number of product (count of product) based on the ProdName. I have the following table with two columns: create table newproduct (prodid integer, prodname varchar(30)); Insert into newproduct values

  • Planned order tables

    After backflushing a planned order in Repetitive mfg. the planned order does not reflect in MD04 and PLAF table.In which table can I see this backflushed planned order along with the quantity of planned order?

  • Cannot download from Xcelsius support web page

    I use IE8 and I get a "broken" download page such that the search leads to a list of files that extend beyond the right side of the browser and I cannot select a download link. Any suggestions - alternative download sites? Thanks

  • How can I get the development version of ComponentWorks IMAQ Vision

    I programming my application using ComponentWorks IMAQ Vision version 1.0(Evaluation), now I got problem to count the image edges properly.Is that the problem of Evaluation ComponentWorks.