To create a table which allows entries to be added but not deleted?

Is it possible to create a table (SE11) which allows users to enter data into the table but not delete data from the table?

If you generate a maintenance dialog for your table you will have to check, if the user tries to delete an entry and just send an error back that this is not allowed,
You could use e.g. event 03 - 'Before deleting the data displayed' to check if the user tries to delete something.
If you do not use a standard maintenance dialog but an own screen to maintain the data, just don't offer a delete option to the user.
However if someone writes a report where he does a delete on that table there is no standard way to prevent that.
Hope that helps,
Michael

Similar Messages

  • I got a new lenovo desktop windows 8.1,installed itunes and synced my ihone 4 no problems. then i imported a cd of songs which showed up in recently added but not in main library ,therefore it did not sync to the iphone. how can i get new songs to ap

    i got a new lenovo desktop windows 8.1,installed itunes and synced my iphone 4 no problems. then i imported a cd of songs which showed up in recently added but not in main library ,therefore it did not sync to the iphone. how can i get new songs to appear in the main library and sync properly
    thanks
    john

    Check the songs are really not in the Music section of the library by clicking the magnifying glass in the search box and unticking Search Entire Library if it is ticked, then typing in the name of the album. If the tracks still don't show try closing iTunes and deleting a hidden file called sentinel from inside your iTunes folder. This should make iTunes run an integrity check on the database when you start it again. Make sure the tracks are checked before you try syncing again.
    tt2

  • Extract the Pending Proposal which is not posted but not deleted F110

    Dear Friends,
    User has raised new requirement to extract the Pending proposal in F110 which is pending for final run but not deleted by user. 
    Please advice how can I extract the pending proposal which is pending for final run in F110.
    Thanks in an advance.
    Regards,
    Pankaj

    Hello Pankaj,
    There are two mthods, first one is F110 > Edit > Proposal > Proposal List. Another way is SE16 > REGUH > input X selection criteria in input field REGUH-XVORL (Indicator: Only Proposal Run?)  to list proposal pending for final payment.
    Kind regards,
    John Chin

  • My table of contents does not use the entry style I select for words in the paragraph that have character styles applied to them in the chapter, so some of the letters are showing up as green, which is fine in the chapter but not in the TOC.

    My table of contents does not use the entry style I select for words in the paragraph that have character styles applied to them in the chapter, so some of the letters, specifically parameters, are showing up green, which is fine in the chapter but not in the TOC. I can manually fix this in the TOC by changing the character style to none after the toc  has been generated, but I don't want to do this.

    What application are you running? Please ask this in the forum of the product you're using.

  • How to create a table which contains relational data and Document data

    hai all
    i need to create a table which contains relational data(i mean coulumns whose data types are type NUMBER,VARCHAR) and documents(like xml file/html file/image)using iFS.
    when i store the document data(xml data/html data) in the iFS ,it will be stored as Document Object.so how do i relate this document object belongs to a particular row in a table.
    do guide me
    thanks

    Please see reply at http://technet.oracle.com:89/ubb/Forum36/HTML/000778.html

  • Create a table which has columns from another table in other schema

    Hi All
    I need to create a table which is table driven i.e., the columns of that table need to be inserted from another table in a different schema...Can any one help me with this??

    create table newtab (--column spec here--) as
    Select --columns here-- from otherschema.tablename;max

  • How do I connect to Net Flix? I put in my user name and password which work fine with my iMac but not on my Apple TV?

    How do I connect to Net Flix? I put in my user name and password which work fine with my iMac but not on my Apple TV?

    Can you give me a screenshot of the User Accounts window in Control Panel?
    Please create a screenshot by following the guide mentioned at [[How do I create a screenshot of my problem?]].
    Once you've done this, attach the saved screenshot file to your forum post by clicking the '''Browse...''' button below the ''Post your reply'' box. You really help us to visualize the problem.

  • Why will my brand new iPod touch allow me to purchase songs but not download them?

    Can someone tell me why my new iPod touch is allowing me to buy songs but not downloading the songs currently being purchased?  The new songs actually show up on my iPad but not my iPod which is the device they were purchased on.

    Try configuring your iCloud sync settings for music across devices, also go to the iTunes app hit more, then purchased and then hit the download button

  • Using multiple desktops with a 4 finger swipe on a Mac Book Pro running Lion- is there a way that I can allow Safari open on several but not all??  Looks like I can set it for one but not others.  All, one, or nothing

    Using multiple desktops with a 4 finger swipe on a Mac Book Pro running Lion- is there a way that I can allow Safari open on several but not all??  Looks like I can set it for one but not others.  All, one, or nothing

    Hey Eric,
    Thanks for taking the time. Unfortunately no that does not solve it. Same as swipe it will get me there and it will show separate programs spaced out. The issue I am having is that all my open word files are bunched up in a pile on top of each other. I can see the edges of each one but I want them to be separated from each other enough that I can visually identify what file is what.
    Again, thanks for trying, it is appreciated.

  • How to create a table which have always only one entry inside it?

    Hi Experts,
    Is it possible to create a table in data dictionary which have always only one entry inside it. If  we insert another entry, then it should throw an error.

    if  you want to   maintain  only one data  in that  ...   then
    first  time   for  making  one  data entry     in the <b>Delivery & maintaince   </b> tabstrip  in the   table  have an  option   <b>Display /maintaince Allowed ...</b>
    after that
    change  it to  <b>Display/maintianance allowed  Restrictions .</b> ...  so that  table will not  allow to insert the entries .
    reward  points if it is usefull ....
    Girish

  • Creating a form which allows the adding of rows to a table

    Hi there,
    I am trying to create a form to get declarations of trusteeships, directorships and large shareholdings of our company's directors, so that we can manage any conflicts of interest. Some directors will have one or two declarations to make; others may have a dozen or so.
    I want to create a form for each director to make all of their declarations, but can't see how to create a table, with the ability to add more rows, if you have more declarations to make.
    Is there a way t do this?

    This is not really possible to achieve with a form created in Acrobat. You
    can create the fields in advanced and then show/hide them, but you can't
    "re-flow" the file on the fly and add more form fields to it, pushing the
    rest of the content down the page. For that you would need to use Adobe
    LiveCycle Designer, which has a separate forum here.

  • How can i create a table which name is dynamic and not static?

    i have a question to ask. normaly if i want to create a table, i must provid a name for the table. for example, create table tt (id number(5)). But now in my application, I need to control the table name with params through function, how can i do?
    thx

    First thank you to reply so fast!
    But I met problem according to your instructive. The following is my code:
    declare
    m varchar(5);
    begin
    m:='hello';
    execute immediate 'create table'|| m ||'(id number(5),name varchar(5))';
    commit;
    end;
    The SQL*Plus tell me the command create is invalid. My oracle is 8.1.7.0.0. Maybe I miss something so that I can not get correct result. Wish your further help.
    yours sincerely
    zhou jinguang

  • How to create collision system which allows player to push object

    Hi guys,
    For the game I'm making, I wanna set up a game mechanic/feature where  the player can push blocks around the level but currently having  problems setting the collision system to do this. I've been trying to  use method call (shown below) which uses a collision class I've created,  works fine for the enemies, but not for blocks objects for some reason.
    Collision.block(block, player);
    Anyway I thought I should go with a different direction setting  the collision/push for the block objects, I was wondering anyone had any  suggestions to do this? Perhaps HitObject method call? Any help and  tips would be greatly appreciated:)
    Thanks
    Jonesy

    Hi,
    There is Portal content for SRM.
    http://service.sap.com/patches
    Regards,
    Masa

  • How to create a table using subform if  lifecycle designer 7.1 not availabl

    hi,
    plis tell me how to create a table because i am using adobe lifecycle 6.1 and in the library
    there is no object for table..
    also tell me that if i have adobe lifecycle designer then which is better option and why?
    use table from library directly or create a table using subform...

    Hi Sweta,
    Create the interface attributes of type string and xtring type.
    Create node in the context of type graphics. bind the interface fields to the graphic node context element properties -
    Graphic content, field of xzstring type and mimetype to be string/any char data type of suitable length.
    In  layout drag and drop the image field and bind it to the graphic element.
    In yoour report programme-
    do the code as berlow to pass the graphic data -
    <i>CALL METHOD cl_ssf_xsf_utilities=>get_bds_graphic_as_bmp
    EXPORTING
    p_object = 'GRAPHICS'
    p_name = '<mime type graphic name>'
    p_id = 'BMAP'
    p_btype = 'BCOL' "BMON if monochrome
    RECEIVING
    p_bmp = w_binary
    EXCEPTIONS
    not_found = 1
    internal_error = 2
    OTHERS = 3.
    IF sy-subrc <> 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.</i>
    in the call <form function module>
    pass the inerface values for
    xstring (graphic field) to be w_binary (import parameter of the previous method)
    and mime type  to be 'image/bmp'.
    This would work.
    Hope fully you may be able to see a tutorial on this soon ;).
    - anto.

  • Mutating table exception on trigger with After Insert but not with before

    Hi
    I need to maintain some constraint on the table to have only one row for values of the columns but not by primary key constraint.
    Because in case of primary key the insert would fail and the rest of the operation would be discontinued, I cannot change in the somponent that inserts the row so I have to prevent that on the table I have.
    I created a before insert trigger on the table which checks if any row exists in the table with same column values as the one being inserted. if found I delete the rows and let the insert happen (w/o raising any error). if the rows do not exist then the insert shall be continued.
    I read at place that modifying the dame table in the trigger body shall raise a mutating table exception, but I donot get the exception when the trigger is fired.
    Just when I change the trigger to after insert trigger then the nutating table exception is thrown.
    Is it the right behavior i.e. the Before insert trigger does not raise the exception and only after insert does that, since I could not find the example for before insert triggers throwing such exception so I think it is better to confirm it before finalizing the implementation.
    Thanks
    Sapan

    sapan wrote:
    Hi Tubby
    I cannot user unique constraint because that would raise an exception upon violation and the third party component that is inserting in the table would fail.
    That component does some other tasks as well after this insert and if an exception is raised then those tasks would not be performed.
    Also I cannot change the component to ignore this exception.Well then, you're in a bit of a pickle.
    I'm guessing the trigger you have been working on isn't "safe". By that i mean that it doesn't account for multi-user scenarios. You'll need to serialize access to the data elements in question and implement some sort of locking mechanism to ensure that only 1 session can work with those values.
    After you work out how to do that it sounds as though you would be better served using an INSTEAD OF trigger (you'd need to implement this on a view which is made off of your base table).
    Here's one way you can work on serializing access to your table on a relatively fine grained level (as opposed to locking the entire table).
    Re: possible to lock stored procedure so only one session may run it at a time?
    Cheers,

Maybe you are looking for

  • I am unable to print color photos from i photo using a Brother Printer

    I am unable to print color photos from i photo using a Brother MFC-6490CW all in one.  The photos appear to be in grayscale.  I have checked the printer settings, but for some reason I am not able to access the color management on my printer from pri

  • IMessage login not working.

    First time user here. I have reset my apple password, and logged in ok, but when iMessage asks for my apple password, it does not recognise the password. I have reset my apple pw a number of times, with no login to iMessage working. Any ideas?

  • SQLPLUS reprompt on bad password

    If I issue CONN/CONNECT in a sqlplus script, is there any way to make it reprompt for a password until one has succesfully been entered? The docs point out that by default, 'CONNECT does not reprompt for username or password if the initial connection

  • Apple tools for game developers

    Gaming technology has driven Windows to where it is today. In many aspects I see Windows as nothing more than a very robust gaming platform. Microsoft's Direct X 10, though proprietary, is a very formidable tool for developers. Why doesn't Apple do m

  • 7.1 speakers and center speaker identification

    I am trying to set up my speaker system again after moving despite the difference of wattage between the two front speakers and the center speakers I can not tell them apart for proper speaker configuration. How can I tell the difference between the