Status read only Web As Preview

hallo,
i created a z* table and a text table for it.
afterward i created a maintain view with the table maintenace generator.
<b>Everything was going fine.</b>
while trying to enter data to the tabel i got the info that the mandt 000 is read only.
How can i change this setting?
thanks !!

Hi Wolfgang, as far as I know you cannot the easiest possibility to maintain your custom table is to create an abap program providing the table maintenance you require. Kind regards, Tiest.
Second option you could evaluate is to create a new client but that will double your diskspace requirements and is - in my opinion - not desireable.
Message was edited by: Tiest van Gool

Similar Messages

  • Specify maintenance status 'read only'. View /TDM/9_... could not be activa

    I believe I run across a TDMS-related issue. I have been rolling out ERP SPS 9 to all ERP systems. I am now down to the final system, our training system. While importing the support packs, I get the following errors:
    Field ARCH_XHOME-ROWID does not exist
    Key field ARCH_XHOME-FILENAME missing. Specify maintenance status 'read only'.
    Field BWFS_SETTINGS_0D-ROWID does not exist
    Key field BWFS_SETTINGS_0D-INFOSOURCE missing. Specify maintenance status 'read only'.
    Field HRP1008-ROWID does not exist
    Key field HRP1008-BEGDA missing. Specify maintenance status 'read only'.
    Key field HRP1008-ENDDA missing. Specify maintenance status 'read only'.
    Key field HRP1008-ISTAT missing. Specify maintenance status 'read only'.
    Key field HRP1008-OBJID missing. Specify maintenance status 'read only'.
    Key field HRP1008-OTYPE missing. Specify maintenance status 'read only'.
    Key field HRP1008-PLVAR missing. Specify maintenance status 'read only'.
    Key field HRP1008-SEQNR missing. Specify maintenance status 'read only'.
    Key field HRP1008-SUBTY missing. Specify maintenance status 'read only'.
    Key field HRP1008-VARYF missing. Specify maintenance status 'read only'.
    View /TDM/9_200C00643 could not be activated
    View /TDM/9_200C00644 could not be activated
    View /TDM/9_200C00645 could not be activated
    View /TDM/9_200C00798 could not be activated
    View /TDM/9_200C00965 could not be activated
    View /TDM/9_200C01701 could not be activated
    View /TDM/9_200C01846 could not be activated
    View /TDM/9_200C01848 could not be activated
    View /TDM/9_200C02737 could not be activated
    View /TDM/9_200C03032 could not be activated
    View /TDM/9_200C04033 could not be activated
    View /TDM/9_200C04041 could not be activated
    After some looking through SDN and OSS messages, I found a relevant posting (DDIC ACTIVATION ERROR) but no solution. I have submitted a message to SAP but since I'm under a time limit, I need to use all available resources to resolve.
    I suspect these issues are a result of TDMS. Client 200 is the target of a TDMS copy. We have dropped this client for now just to see if that resolves the issue, but it did not as we expected. I suspect there is something in the TDMS controller that we need to do to "release" this system as a target but we're just now evaluating TDMS and are not experts. Any suggestions?

    Hi,
    To resolve the mentioned problem please follow the instructions
    given in following SAP note :
    1020887 - Generated views in receiver system not deleted correctly.
    Follow the instructions as mentioned in the note properly.
    Thanks,
    Rupam

  • Use Preview to secure a PDF (read only)

    Hello people,
    I'm looking for a way to secure PDFs with Preview, to allow read only. Normally if one tries to encrypt the PDF from the drop down save as dialog box, Preview secures the whole PDF.
    Similarly Pages can export to PDF but with all necessary options (open document, print, and copy) and that's all that i need. But what if a colleague comes with an already created PDF!?
    Unless i buy Adobe Acrobat Pro for this (which is not going to happen) i'm out of luck.
    Any ideas?
    Thanks,
    Andrei Dica

    I was also wondering about creating 'read only' PDFs in Preview.
    The Security Settings mentioned by Lardlad allow you to set passwords to open the document, to copy parts of it or print all of it, but I can't see any option to prevent it being modified (read only). 

  • Should the Edit in Browser link appear when Office Web Apps is read only?

    Hi,
    We have deployed an Office Web Apps farm in read only mode for licensing reasons.
    There is a binding between SharePoint 2013 and the Office Web Apps farm, everything is working well, except the option to Edit Office documents using Office Web Apps is quite prominent on the ECB menus and document previews.
    Is anyone able to advise whether this is expected behaviour? When the link is clicked a friendly error message states that licensing doesn't support editing, which is correct. I'm just trying to see if the user experience can be improved by a setting that
    we've missed somewhere along the line.
    Thanks in advance.

    Hi,
    Per my knowledge, if you have configured Office Web Apps for SharePoint, the Edit in Browser option will appear in the ECB menu regardless of the licensing of the Office Web Apps.
    So I recommend to use CSS code to hide the Edit in Browser option if you do not want the user to use it.
    Edit the page of the document library view page, and then add a Content Editor web part to the page.
    After that add the code below to the Content Editor web part:
    <style>
    a[Title="Edit in Browser"]{
    display:none !important;
    </style>
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • SharePoint 2010 List View Web Part not showing for read-only users?

    Hello all,
    I have List View Webparts on my Blank Web Part page, and it's not showing for Read-Only users.
    Is this intended by Microsoft or is it a bug?
    Thank you!

    Hi,
    According to your post, my understanding is that the read only user could not see the list view web part.
    Per my knowledge, the issue may be cause that the user do not have the proper permission for the list.
    1. Check whether the user can access the list.
    2. Check whether the user can view all the items instead of partial items in the list.
    3. Check whether there are some fields refer to other lists or terms, especially the lookup field or managed metadata filed.
         If that is the case, make sure the user can access the lookup list.
    Thanks,
    Jason
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Jason Guo
    TechNet Community Support

  • Looking for advice on what which freamework or dev. methodology for read only database centric web application

    Hello, I hope the experts here can advise me on which development approach for a new .net web application that  I am to begin development shortly.  I have the back end stored procedures complete and now I will build a .net front end. 
    This front end will be 95% populating custom html5/css3/jquery pages from c# DataSets which are themselves populated from calls to oracle stored procesures.  There will be no updating - this is read-only querries of OLTP prpared tables off of a data
    warehouse schema.  I am a verteran at the back end stuff but my web app development skills are new so I hope to get a recommendation form the experts on what approach I should persue to build the front end.  From what I have seen I might start
    with MVC5 framework and build the web pages with RAZOR embedded c# code looping through the DataSets to create the html. I need to the ability to create very custom div elements throughout, so I understand I should not use some high level code generation
    tool.  Thanks so much for the feedback. 

    Hello Jay,
    This forum is discuss and ask questions about the C# programming language, IDE, libraries, samples, and tools.
    >>I hope the experts here can advise me on which development approach for a new .net web application.
    From this message, you are doing web applications, you will need to post this thread to Asp.Net  forum for some advices. For MVC issues, please post
    Here.  Thanks for your understanding.
    Have a nice day!
    Kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Programming help - how to get the read-only state of PDF file is windows explorer preview is ON?

    Programming help - how to get the read-only state of PDF file is windows explorer preview is ON?
    I'm developing an application where a file is need to be saved as pdf. But, if there is already a pdf file with same name in the specified directory, I wish to overwrite it. And in the overwrite case, read-only files should not be overwritten. If the duplicate(old) file is opened in windows (Win7) explorer preview, it is write protected. So, it should not be overwritten. I tried to get the '
    FILE_ATTRIBUTE_READONLY' using MS API 'GetFileAttributes', but it didn't succeed. How Adobe marks the file as read-only for preview? Do I need to check some other attribute of the file?
    Thanks!

    Divya - I have done it in the past following these documents. Please read it and try it it will work.
    Please read it in the following order since both are a continuation documents for the same purpose (it also contains how to change colors of row dynamically but I didnt do that part I just did the read_only part as your requirement) 
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0625002-596c-2b10-46af-91cb31b71393
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0155eb5-b6ce-2b10-3195-d9704982d69b?quicklink=index&overridelayout=true
    thanks!
    Jason PV

  • Making a transaction read-only for a particular user status

    Hello,
            I have a requirement wherein I need to make an opportunity read-only if it is saved with the user status set to 'Lost'. I tried setting the 'Forbidden' flag for 'Change Document' for this status but the problem is that the transaction gets locked even before saving it.
    I have a 'Reason' field where I have dropdown values for the 'Lost' status. But when I try to select a reason, error message appears as: 'no changes possible in document'.
    Is it possible via configuration to have the transaction locked only after it is saved with user status 'Lost' and not immediately on setting the status?
    Regards,
    Aditya Mishra

    2 ways to achieve it...
    1. the document editing can be controlled based on its status i.e. standard auth objects exist to control so that user is not able to make changes with this status.
    2. implement BADI CRM_ORDER_AUTH_CHECK
        put your logic to check the document status and accordingly reutrn FALSE if you do not want user to open it in edit mode.
    hope this helps.
    rgds

  • Is there any better way to publish a "read-only" panel on the web

    Hi
    I am new user in Labview. I am trying to publish some of our test result on the web. However. the current methods all have their disadvantages in my application
    .monitor: I like this, but it is only supported by Netscape, which is not do popular anymore. I dont want push our customer to install it just for our demonstration.
    .snap+refresh: Our application requires fairly fast refresh, 1 fresh/sec. the blank in during the refresh does not look nice.
    Embed: I want to demonstration to be read-only, I dont want the custome gain any control over that. Also scroll bar shows in the embed mode is also something I dont want.
    I am using LabView 6.1, if the problem has been solve in new version, I am glad to upgrade. Also is there is other better to meet my requirement, please help me.
    Thanks
    Message Edited by zach DDS on 10-05-2005 12:23 PM

    Sorry, you must have edited your message. When I saw it, only the title showed .
    Embedded is what you want. You can change the windows apperance (e.g. hide the scroll bars) by changing the VI properties.
    Uncheck "request control" in the web publishing wizard, and it will be read only.
    Works fine here in LabVIEW 7.1. I don't remember if 6.1 had any limitations.
    LabVIEW Champion . Do more with less code and in less time .

  • Does anyone know how to remove read only status from html document header

    Greetings, I am trying to insert a slideshow widget inot a dreamweaver site using a dynamic web template (DWT). I get the error message unable to insert because header is read only. Any ideas of how to fix this?

    People hate it when I do this, but I'm going to get on my soap box again.
    If you are not an expert or at least highly proficient at modifying XHTML and CSS code, you should NOT be working with DWT files. Until you FULLY understand how to edit and modify nested, editable, parent and child regions, you will have nothing but trouble working with DWTs.
    I've been writing CSS, HTML and XHTML for seven years and I don't mess with DWTs because I'll admit I'm a control freak and I can't stand having any part of a web page locked up by another file.
    Use the pre-designed pages in DW, or download a layout from one of the many sites that have them, but until you are an expert at codework, stay away from templates (dwt). You'll save yourself a lot of headaches.

  • HT4972 How can I zoom the web page only vertically or horizontally ,i.e.,wThen I want to read the web page can I enlarge the page so that the font only increases size ?

    How can I zoom the web page only vertically or horizontally ,i.e.,wThen I want to read the web page can I enlarge the page so that the font only increases size ?

    You can't.  (Fonts increase in size like everything else, not in height alone).

  • Cant change the read only status of certain folders on my FAT32 external HD

    Help someone please.
    I have this external hard drive that has all of my music files on it. I was using it with my pc before but am making the difficult transition into mac land now. well over the last few months really. its not proving to be as easy as the marketing would have you believe. So anyway, i removed all the music temporarily from the drive (put it onto the pc's hard drive and a couple dvds), so that my macbook pro could reformat the external drive to FAT32 (which I hear works for both pc and mac). Then I put the music back on the external. and brought into my mac itunes library. then i noticed i couldn't add artwork to SOME of the files. it said "album artwork not modifiable". The external drive's info screen says permission is read and write. SOME of the folders are read and write, but SOME are locked to read only. When I look at the info of the folders and click on the locked box it won't unlock. I've attached the drive to a pc as well and tried to change permissions there but the pc saw all the files as read only. i can drag the folders off the external onto my mac desktop and unlock them there, but i can't even replace the locked files on the external with new the unlocked ones, because of course they are locked and can't be overwritten or thrown away. I've run repair disk permission on my mac's hard drive, I can't run it on the external (disk utility won't give me that option for the external). I've read a ton of discussions and threads and nothing seems to work or to match my unique problem.
    Can someone please help me unlock my read only folders on my FAT32 external?

    You are not alone...
    http://discussions.apple.com/thread.jspa?threadID=1433620

  • How to change read-only status in excel

    I've got an Excel file on my desktop that I've tinkered with for months.  All of a sudden when I go back to reopen it, the message says, "The file may be read-only, or you may be trying to access a read-only location.  Or, the server the document is stored on may not be responding."  The choices are either "cancel," or "retry."  Both avail nothing.
    What the heck is going on?  I can't even open it in order to  "toy" with it in Excel settings, Preferences, etc etc !
    Your help is most appreciated.

    I've got an Excel file on my desktop that I've tinkered with for months.  All of a sudden when I go back to reopen it, the message says, "The file may be read-only, or you may be trying to access a read-only location.  Or, the server the document is stored on may not be responding."  The choices are either "cancel," or "retry."  Both avail nothing.
    What the heck is going on?  I can't even open it in order to  "toy" with it in Excel settings, Preferences, etc etc !
    Your help is most appreciated.

  • Unable to make members read only in web form.

    Hi,
    I have a webform which has Accound dimension in rows and Period in columns. I need to make only FEW members of account dimension READ ONLY to certain groups of users.
    So i went to the outline (in workspace) and used "Assign Access" option to assign certain groups as read only.
    Then in "Manage Data Forms" workspace in also assigned the same access to that particular webform.
    But still those Account dimension members are writeable. Am i doing anything wrong here?
    Regards
    Leo

    Hi,
    This is surprise to me that even after refreshing the security you are still facing with the same issue.
    Can you check going back to the EAS side to check whether the filters are really applied to the members.You can also try refreshing security from the EAS side.
    I think you just have to right click on Security in EAS and select *"Refresh Security from Shared services."*
    Hope this works...
    Thanks,
    Sourabh

  • How can display word 2007 document file as a read only on web browser

    hi,
    i want to display word 2007 document file as a read only that means non editable file. At present i am displaying word file by using response object. please help me.
    Thanks,
    Raj

    Hi dear,
    Try with the sample code which has given in below link....
    http://forums.devshed.com/java-help-9/need-help-reading-word-document-with-jsp-20316.html
    ---Vidya
    Message was edited by:
    ragas

Maybe you are looking for

  • Airport Express starts up, green light for one second and then restarts. Is it shot?

    Airport express (gen 1) starts up and flashes green for one second. Then steady amber and starts up again. I've tried to reset it but same resuld with ethernet cable or wifi. Any ideas short of buying another one? Thanks, CW

  • Carbon footprint of an in-memory applicance

    Hi, can you make any estimation on the carbon footprint, or performance/watt ratio,  of an in-memory database (or applicance)? Keeping all data in memory, i.e. online,  could require more power than keeping only the data with frequent access and putt

  • About exception class CX_TPDA_SYS_SYMB_FSUNASSIGNED

    Can any tell me how to use this exception class. I try to use this exception class to catch unassign exception when using field symbol. But failed.Is there a way to catch unassign exception of field symbol? Thanks DATA: int TYPE I. FIELD-SYMBOL: <int

  • Epson WorkForce Printer for Design Studio?

    I need a recommendation on a reliable, cost effective color printer for my design studio. Color accuracy is very important, as I intend to use it for proofing purposes, and Mac OS X compatability is a must. I currently own a Brother MFC-9840CDW, whic

  • MWI Issues

    I have been trying to get the MWI stutter tone working on my system. Voicemail is working but when you pick up the handest you do not get the stutter tone to indicate there is a new message. I have attached my unity conf and router conf. clock timezo