How to restrict the Copying/printing of the file from document

Hi..
Case:
1. I have a document number it has three files in it.I want to locked the files from priniting and copying but not from opening/displaying.
2. I am using content server for storing the DMS documents.How to restrict the number of attachments that can be uploaed in one document number?
3.How to restrict the maximum size that can be uploaded against one document number?
Sandip

Hi Sandip,
1. I have a document number it has three files in it.I want to locked the files from priniting and copying but not from opening/displaying.
In DC30 transaction,in Workstation application for network,disable the print option.Will ensure users will not be able to print the originals.
2. I am using content server for storing the DMS documents.How to restrict the number of attachments that can be uploaed in one document number?
See if your ABAPer can use the BADI  'DOCUMENT_MAIN01' with method 'BEFORE_SAVE' to handle this check.
3.How to restrict the maximum size that can be uploaded against one document number?
Believe you are using kPro as a storage option.If this is the case,then there is no setting available to limit the file size for upload.See if your Basis guy can set an upper limit for file size in IIS setting for your content server.
If you are using SAP DB as a storage option(not recommended though),then use the field File Size in DC10 transaction,Define Document Types to effect a file size limit.
P.S. Would appreciate incase you could close the threads which have been answered satisfactorily.
Regards,
Pradeepkumar Haragoldavar

Similar Messages

  • When printing or scanning the copy prints with a black one inch wide stripe all the way down copy .

    HP photosmart 2575 all-in-one, when printing or scanning the copy prints with an black one inche stripe down side of page but when i printed self-test page it printed fine

    Good morning leetrout1. Lets try resetting the printer. Here is how we can do that:
    Make sure the product is on, and then disconnect the power cord from the product.
    Disconnect the USB cable from the product, and then disconnect it from the computer.
    Reconnect the USB cable to the computer, and then reconnect it securely to the product.
    Disconnect the power cord from the wall outlet, and then reconnect it to the wall outlet.
    Reconnect the power cord to the product.
    Press the Power button ( ) to turn on the product.
    Let me know if this solves the issue. If not please be sure to post back with some more information like what operating system you are using, what applications this occurs in, etc.
    Hope this helps!
    -SeanS
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • When I try and print an "Approach Plate, or Departure" from ForeFlight to my Epson Stylus NX430 using AirPrint the image is resized. How can I print without it resizing. I want to have the plate print in the original size so I can use it.

    When I try and print an "Approach Plate, or Departure" from ForeFlight to my Epson Stylus NX430 using AirPrint the image is resized. How can I print without it resizing. I want to have the plate print in the original size so I can use it. Is this an Apple, Epson, or Foreflight Issue? I just purchased the printer so I can return it and get a different model or brand. I spoke to Epson and the suggestions given did not resolve the issue. I have cut the paper down to the size of the plate roughly 5.5x8 and it still try's to print at 8.5x11. I have also requested help through ForeFlights Tech help but have yet to receive an answer.
    Please help!

    It varies based on what you ordered and whether it is in stock or has to be assenbled and shipped from China. Your email conformation should give an estimate of when the items are expected to be shipped or available for pick up if you are having it sent to a local Apple Store.

  • How can I copy programs (iWorks) and files from Time Capsule to my HD manually? The problem is that the migration assistant does not recognize my backup file and the user on the TC. (If I open the TC on finder, it it there though)

    How can I copy programs (iWorks) and files from Time Capsule to my HD manually? The problem is that the migration assistant does not recognize my backup file and the user on the TC. (If I open the TC on finder, it it there though)

    How can I copy programs (iWorks) and files from Time Capsule to my HD manually? The problem is that the migration assistant does not recognize my backup file and the user on the TC. (If I open the TC on finder, it it there though)

  • Officejet Pro 8500 Premier: How do I force the Copy function to use paper from Tray 2?

    I set the default tray to Tray 2 and locked Tray 1 to protect my envelopes and this works fine when printing from the computer. But when I copy a document using the START COPY button, the printer pulls from Tray 1 and complains about the media being the wrong size.
    When I use the printers control panel to set the Copy function to use Tray 2, it resets itself to Tray 1 the next time I copy something.
    Surely I am not the only one in the Universe who would want to configure my printer to do this.
    Has anyone else out there tried this?
    Also, is there a specific forum for the Officejet Pro 8500 series printers?

    Hi
    Hope you're still checking this
    I had the same problem but found that if you go to the copy menu through the touchscreen, change the tray to tray 2 and then scroll to the very bottom there is an option to "Set as new default". This also changes the default for the Start Copy buttons - at least it did for me anyway.
    Good luck

  • How to restrict users working on Windows 7 clients from accessing Windows Explorer and other systems in the network through Group Policy with a domain controller running on Windows Server 2008 r2

    Dear All,
    We are having an infrastructure setup of around 500 client computers managed through group policy.
    Recently the domain controllers have been migrated from Windows Server 2003 to Server 2008 R2.
    Since this account requires extremely strict environment, we need to figure the solution for restricting the users from access anything locally.
    It would be great if you can assist me with the following query.
    How to restrict users logged on Windows 7 clients from accessing Windows Explorer and browsing other systems in the network through Group Policy with a domain controller running on Windows Server 2008 r2 ?
    Can we disable Network Tab on the left hand pane ?
    explorer.exe is blocked already, but users are able to enter the Windows Explorer by clicking on the name which is visible on the Start Menu.

    >   * explorer.exe is blocked already, but users are able to enter the
    >     Windows Explorer by clicking on the name which is visible on the
    >     Start Menu.
    You cannot block explorer.exe when you do not replace the shell - the
    desktop you see effectively IS explorer.exe...
    Your requirement sounds like you need a custom shell:
    http://gpsearch.azurewebsites.net/#2812
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

  • HT2506 hi i can't seem to copy and paste pdf files from preview to a microsoft word document. it always comes up with nonsense characters in the word document. how do i fix this? thanks in advance

    hi i can't seem to copy and paste pdf files from preview to a microsoft word document. it always comes up with nonsense characters in the word document. how do i fix this? thanks in advance

    Hi,
    The quickest way to do this (tested with OS 10.8.2, MS Word 2011) is in one line:
    tell application "Microsoft Word" to close every document whose name begins with "book"
    The reason why your script doesn't work is that you aren't specifying to Word which document you want it to close.
    So, changing one line ought to do it:
    close document incrementvalue -- instead of "close document"
    But... when you close a document, you change the document count. Document 2 becomes document 1, document 3 becomes document 2 etc. So eventually you'd get a message saying "The object you are trying to access doesn't exist".
    Because of this, if you want to do it in a repeat loop, you have to work backwards:
    tell application "Microsoft Word"
      set doc_count to count documents
      repeat with x from doc_count to 1 by -1
      if name of document x begins with "book" then close document x
      end repeat
    end tell
    Hope this helps.

  • How to get the form printed through the transaction ME42

    hi,
    How to get the form printed through the transaction ME42.
    For example :
    In t.code vf03 . In the main menu there is an option billing document , when we click on that we get a drop down menu which shows issue output to. If a print program call has the code to get the value from the t.code , immdiately when we click issue output to it call the form.

    Here go to ME42 put in your RFC no, in the menu Header -- Messages, go there and see if a message has been inserted, else you can insert one.
    when you save this, it will call the form.
    Regards,
    Ravi

  • How do I make and keep a copy of a photo in iPhoto so that I can edit the copy and keep the unedited original?

    How do I make and keep a copy of a photo in iPhoto (version 9.5.1) so that I can edit the copy and keep the unedited original?

    You don't have to. iPhoto does that automatically. Note the command in Photos menu to 'Revert to Original' and the original can be exported at any time using the Export command.
    Longer answer:
    All edits in iPhoto are virtual. The database records your decisions and then applies them to a copy of the original. So your original is untouched. Your edited version is never "fixed" until you export it.

  • Acrobat on OSX does not use printer preset. Every single time I have to print I have to click printer and then print to load the preset and then click print again from the main dialog. I am printing to a Xerox that has the copier code in the preset so if

    Acrobat on OSX does not use printer preset. Every single time I have to print I have to click printer and then print to load the preset and then click print again from the main dialog. I am printing to a Xerox that has the copier code in the preset so if I don't do this it will not print. This has been broken for in every version I have tried. This extra clicks are taking years off my life. Did I remember to do the extra clicks? I don't know, I guess I will run down the hall and check. Please fix this.

    What operating system are you running? I assume they had you install the latest BIOS. True? If it were mine, I would suggest forcing it to use integrated graphics (in the BIOS) to rule out a problem with the NVidia driver.

  • I have an interactive CD-Rom as part of my Italian language text, and have loaded it onto the iMac.  How can I also copy it to the iPad?

    I have an interactive CD-Rom as part of my Italian language text, and have loaded it onto the iMac.  How can I also copy it to the iPad?

    You can only install apps from the iTunes app store on your computer and the App Store app directly on the iPad. Does the maker of the CD have an app in the store with the CD contents already in it ?

  • How do I access my encrypted User Account files from my Back Up hard drive?  Time Machine  was used to create the back up disk; File Vault was used to encrypt the files.

    How do I access my encrypted User Account files from my Back Up hard drive?  Time Machine  was used to create the back up disk; File Vault was used to encrypt the files.

    Thanks.  I will try going through TM.  Since my Simpletech is on the way out, I'll be plugging in a new external hard drive (other than the back-up drive) and trying to restore the library to the new drive.  Any advice or warning if this is NOT the right thing to do?
    Meanwhile, that is a great tip to do an alternate back-up using a different means.  It's been tough to figure out how to "preserve access" to digital images and files for posterity, knowing the hardware will always fail/obsolesce sooner or later, and that "clouds" are only as good as their consistent and reliable accessibility.  Upping the odds with redundancy will help dull the edge of my "access anxiety", though logically, it can never relieve it.  Will look into
    Carbon Copy Cloner.

  • After a library has been created with the "Copy items to the iPhoto library" option unselected, can it later be made to create those copies?

    iPhoto 9.4.3
    iPhoto Library Manager 3.6.8
    MacBook Pro - OS X 10.7.5.
    I have a large number of iPhoto libraries, organized with iPhoto Library Manager, that I created with the "Copy items to the iPhoto library" option unselected because I wanted easier access to the individual files. I am now going to be migrating to a new computer and have run into some problems with iPhoto losing the path to the file, and as a result showing me the exclamation point of doom. What's more, the program doesn't seem very intelligent about rebuilding those lost connections, and I have to go back through and correct it manually almost one at a time. How do I get around this problem?
    If I rebuild my new computer from a Time Machine backup (I usually enjoy taking this opportunity to start from a clean slate, but...), will the paths all be preserved without me needing to abandon my organization system?
    Or is there some way to ask iPhoto or Library Manager to create and organize copies of all the photos in the library that are not currently present within the library?
    On a tangentially related note, what's the best way to save keywords (and ideally also faces) added in iPhoto to the photos' meta data?
    Much obliged.

    Not with iPhoto by itself.  If you have the lastest version of Aperture and iPhoto referenced libraries can be converted to managed with Aperture.
    You can convert to a managed library with  iPhoto Library Manager by rebuilding the library with iPLM.  This will create a new, managed library with all your photos in it and with all Events, albums, keywords, titles, descriptions and places intact. However, books, calendars, slideshows and cards will not be retained.  They will end up as albums containing the photos.
    OT

  • When I populate a form and send to my printer, the form prints without the info I entered

    When I populate a form and send to my printer, the form prints without the info I entered. How do I fix this?

    Posted last week:
    Epson Printer Drivers v2.19 for OS X
    If you use Software Update, probably got installed. If you are like me, you clone your system before any update or changes, in case something breaks.
    Windows you don't or haven't heard of? VM = virtual machine, ie a guest OS running under Mac OS (or running natively on its own partition, seeing sometimes there is software that is essential but only needed for business or once in a while). Runs just like another app (and uses an app to control the guest OS).

  • When I print a photo to my epson printer, it comes out larger than the original photo - so the photo prints beyond the borders. Tried readjusting all sorts of things but nothing helps. I had this same problem with my Canon. any ideas?

    When I print a photo to my epson printer, it comes out larger than the original photo - so the photo prints beyond the borders. Tried readjusting all sorts of things but nothing helps. I had this same problem with my Canon. any ideas?

    Crop to the print size before pringing
    LN

Maybe you are looking for

  • How do I make a custom shape using Javascript?

    I would like to create a trapezoid shape and be able to color it in, just like I'm able to do with the PathItems (e.g. rectangle, ellipse). I would like to be able to do this in Javascript. I was thinking it might have to do with PathPoints, but Adob

  • Put parapraphs on the next page

    Hi there, I got a really simple question but no matter what I tried it doesn't work. I want to make sure, that a paragraph where just the first one or two lines fit on the end of a page are automatically start on the next page. How do I do that? Gree

  • Garbled file while download

    Hello all, I am trying to download a file and store it on the WTK 2.2. I am reading a byte and storing a byte, but the downloaded file gets garbled. On doing a binary compare I found that downloaded file misses some bytes of data during download, as

  • Cannot upgrade Ipod version beyond 1.1.5

    Hi, I have an ipod itouch model MB376ZP. In iTunes using version 10 (downloaded a few days ago), on both a PC and mac, I cannot update the firmware version beyond 1.1.5. I understand that I should be able to use version 3 on a first generation ipod t

  • Keep getting; The following plug-in has crashed: Shockwave Flash

    Hello every 20-30 minutes while playing online radio, I get this error, whether I am running it from sirius.com or from any other resource that plays radio stations online. I have: 64 Bit windows home premium using google chrome Adobe flash version 1