Restricting Document Attachment in the Student File

Does anyone know how to restrict the attachment of documents in the Student File?
I need to force users to attach documents as 'Stored Business Documents' in an archive server and therefore want to disable the 'Create Attachment' option in the student file.
I have removed all the authorisations that are checked but the system still allows me to attach a document which is stored in the BDS.
There is some config for BO class PDOTYPE_ST defining the repostory but if I try to remove this I get the message 'Do not make any changes (SAP entry)'.

Answer Found:
You can remove a service completely or replace it with an implementation of your own in the table SGOSCUST, which is accessible through transaction SGOS

Similar Messages

  • I need to visualize a document attached on a pdf file on an iPad.  Is there any application  to do that ?

    I need to visualize a document attached on a pdf file on an iPad.  Is there any application  to do that ?

    Yes. Quite a few actually.
    Starting with Apple's own iBooks App, I also see many recomendations for Goodreader, and Adobe's own PDF Reader.  Just to name a few. Look for them in the App Store. iBooks and Adobe reade are free.  You can also search the App Store for other alternatives.
    Also for most PDF's the Mail App can open them directly.

  • Reporitng in Bex using the documents attached in the BPS Planning Layout

    Hello Experts,
    I am in the process of implemting document integration between BPS and BEX.
    BPS document creation
    http://help.sap.com/saphelp_nw70/helpdata/EN/94/417184a46311d5b40a0050dadfb23f/frameset.htm
    Bex document access
    http://help.sap.com/saphelp_nw70/helpdata/en/43/1e2fffd48f4138e10000000a1553f6/frameset.htm
    But we are not able to see any documents created in BPS layout in Bex report.
    The document link in the Bex opens a browser but could not see those documents attached in the BPS. Other documents created using the Bex are available.
    I can see BPS documents in the Document workbench.
    Thanks for your help in advance.
    Regards
    Kawshik

    Hi Jeroen,
    my guess is that it has to do with the local Excel version. Please open a customer message so SAP support can analyze the issue.
    Regards,
    Marc
    SAP NetWeaver RIG

  • Does a PHP file need to be attached to the HTML file?

    I know that CSS files need to attach to the html files, but what about PHP? Because when I try to test it, it asks me to make it a test server, but it never works. I know I'm missing. Please help. Thank you!
    This is my html form:
    <form action="form_process" method="post" name="contact_form">
    <form class="form">
    <p class="name">
    <input type="text" name="name" id="name" placeholder="John Doe" />
    <label for="web">Name</label>
    </p>
    <p class="email">
    <input type="text" name="email" id="email" placeholder="[email protected]" />
    <label for="email">Email</label>
    </p>
    <p class="phone">
    <input type="text" name="phone" id="phone" placeholder="555-555-5555" />
    <label for="phone">Phone</label>
    </p>
    <p class="text">
    <textarea name="text" placeholder="Questions or Comments"></textarea>
    </p>
    <p class="submit">
    <input type="submit" value="Send" />
    </p>
    </form>
    This is my PHP:
    <?php
    $name = $_POST['name'];
    $email = $_POST['email'];
    $phone = $_POST['phone'];
    $message = $_POST['text'];
    $to = "[email protected]";
    $subject = "New Message";
    mail ($to, $subject, $message, "From: " . $name);
    echo "Your message has been sent."
    ?>

    No.  A Local Testing Server is software that you install on your local computer so you can parse PHP scripts to test them in your local browsers.  It's not very complicated.
    Get one of the following Apache servers for your OS and follow the installation instructions.
    WAMP for Windows
    http://www.wampserver.com/en/
    XAMPP for Windows
    http://www.apachefriends.org/en/xampp-windows.html
    XAMPP for Mac
    http://www.apachefriends.org/en/xampp-macosx.html
    MAMP for Mac
    http://www.mamp.info/en/downloads/index.html
    See Setting up a PHP environment in Dreamweaver
    http://www.adobe.com/devnet/dreamweaver/articles/setup_php.html
    Nancy O.

  • Plsql clob document attachment goes as blank file !!!

    plsql clob document attachment
    when I generate a plsql document, the email attachment goes fine.
    But if it is made a pl/sql clob document , the attachment goes as a blank file with just the name of the document attribute inside.
    What other changes should i make for plsqlclob?
    Is any notification mailer configuration issue involved?
    ** knock knock **!! please help me out of this...

    2 things to do:
    1) Confirm everything looks correct when viewing the notification using the Worklist.
    2) Set the Mailer to debug mode and see if you see any errors in the log file.
    plsql clob document attachment
    when I generate a plsql document, the email attachment goes fine.
    But if it is made a pl/sql clob document , the attachment goes as a blank file with just the name of the document attribute inside.
    What other changes should i make for plsqlclob?
    Is any notification mailer configuration issue involved?
    ** knock knock **!! please help me out of this...

  • Is it possible to link and update external files in a Indesign document when sharing the Indesign file in Creative Cloud with multiple users?

    I am new to Creative Cloud, but have been using Adobe software for many years.
    Now we are considering sharing an Indesign file with my project group using CC.
    The Indesign file contains links to external files (one Illustrator and multiple .txt files); and we export the approved version to an Hi-Res PDF.
    These .txt files are currently hosted on our internal server but have not been linked directly: we first copy them over to local desktop and update the links in Indesign before creating a new PDF. 
    Since these file can be update by different people we would like to keep them outside the Indesign and Illustrator files.
    Is it still possible with CC to link directly to the files on our server in Indesign and see if there have been updated?
    Or can they also be stored in the CC cloud? Or is there another method?
    Thanks in advance for any help or suggestions
    Ronald

    This will work if you all use the file syncing of the Creative Cloud desktop application and then you use the Collaborate option for the folder containing all the files. Then it will work on each of your desktops.
    Links to files will not work in the browser when viewing the InDesign document from https://creative.adobe.com/files.

  • How to open a document out side the .war file

    Hi all,
    I have initially stored a document outside the WEB-INF in the .war file to retrieve it from a jsp file of the same war file. But now the file has been stored at a location on the same server and outside the .war file. how can I retrieve the file path and location outside the war file from the jsp. I ve previously used the following code when retrieving from a directory "docs" of the same .war file as:
                      <td  class="FormLableLeft"><a href="#" onClick=window.open("/docs/<%=colData.get("DOCUMENT_NAME")%>")><%=colData.get("File_NAME")%></a> </td>please suggest me how to retrieve the document located outside the war.

    Create a servlet which reads the file from the local file system and writes it to the outputstream of the response after having set the response headers accordingly. Then simply call that servlet by URL along with the file ID as request parameter or pathinfo. You may find this example useful: [http://balusc.blogspot.com/2007/07/fileservlet.html].

  • Restricting document check in the contribution folder

    Hi,
    We are using UCM 11g.We have created sub folders in the contribution folder.We have a requirement in which we want the user to do check in of documents only in the sub folders of the contribution folder and not in the root folder i.e. contribution folder.
    So can we restrict the user from doing document check in into the sub folders of the contribution folder and not the contribution folder itself?

    You could write a custom Java filter that hooks into "validateStandard" and if the dCollectionID matches the root, throw a ServiceException.
    The Definitive Guide to Stellent Content Server Development by Bex Huff and the How To components would be good starting points to learn how to write a custom Java filter.

  • Send mail with attachment from the uploaded file

    hi,
    From a form thread i got the following code to send mail with attachment with the file uploaded from the file upload ui element.
    public void onActionLoadFile(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionLoadFile(ServerEvent)
         WDWebResourceType FileType = null;
         String FileName = new String();
              //get attribute info for context attribute 'FileUpload'
              IWDAttributeInfo attributeInfo =
                   wdContext.getNodeInfo().getAttribute(
                        IPrivateEmailView.IContextElement.FILE_UPLOAD);
              //get modifiable binary type from the attribute info,requires type cast.
              IWDModifiableBinaryType binaryType =
                   (IWDModifiableBinaryType) attributeInfo.getModifiableSimpleType();
              IPrivateEmailView.IContextElement element =
                   wdContext.currentContextElement();
              //if a file in the 'FileResource' attribute exists
              if (element.getFileUpload() != null) {
                   try {
                        String mimeType = binaryType.getMimeType().toString();
                        byte[] file = element.getFileUpload();
                        //get the size of the uploaded file
                        element.setFileSize(this.getFileSize(file));
                        //get the extension of the uploaded file
                        element.setFileExtension(binaryType.getMimeType().getFileExtension());
                        //NOTE: context attribute 'FileName' must not be set
                        //because the FileUpload-UI-element property 'fileName'
                        //is bound to it. Consequently the fileName is automatically
                        //written to the context after file upload.
                        //report success message
                        wdComponentAPI.getMessageManager().reportMessage(
                        IMessageEmailComp.SF_UPLOAD,
                             new Object[] { binaryType.getFileName()},
                             false);
                        FileType = binaryType.getMimeType();
                        FileName = binaryType.getFileName();
                   } catch (Exception e) {
                        throw new WDRuntimeException(e);
              //if no file in the 'FileResource' attribute exists
              else {
                   //report error message
                   IWDMessageManager msgMgr = wdComponentAPI.getMessageManager();
                   msgMgr.reportContextAttributeMessage(
                        element,
                        attributeInfo,
                        IMessageEmailComp.NO_FILE,
                        new Object[] { "" },
                        true);
              //clear the FileResource context value attribute
              //element.setFileUpload(null);
              String URL;
              URL = this.CreateAndGetPathFileUpload(
                                  wdContext.currentContextElement().getFileUpload(),
                                                      FileName);
    //          if (URL.length() == 1){
    //               //ERRORE
         wdContext.currentContextElement().setPATHFileUploaded(URL);
        //@@end
      public boolean send( java.lang.String subj, java.lang.String mess, java.lang.String dest, java.lang.String attach, java.lang.String FileName )
        //@@begin send()
         InitialContext ctx = null;
         Address[] address = null;
         Message msg = null;
         Session sess = null;
         MimeBodyPart bodyPart = null;
         Multipart mp = null;
         // "141.29.193.71" == milvl2ja.icn.siemens.it (SMTP di Siemens)
           try {
              Properties props = new Properties();
              props.put("domain","true");
              ctx = new InitialContext(props);
              sess = (Session) ctx.lookup("java:comp/env/mail/MailSession");
              msg = new MimeMessage(sess);
              IWDClientUser utente = WDClientUser.getCurrentUser();
              String senderEmail = utente.getSAPUser().getEmail();
              InternetAddress addressFrom = new InternetAddress(senderEmail);
              msg.setFrom(addressFrom);     
              String EmailDEST = dest;
              InternetAddress addressTo = new InternetAddress(EmailDEST);
              msg.setRecipient(Message.RecipientType.TO, addressTo);
              msg.setSubject(subj);
    //          if ((mess != null) && (mess.length()>0)) {
    //                 msg.setContent(mess, "text/plain");
    //            } else {
    //                 msg.setContent("", "text/plain");
              //Gestione ATTACHMENT...
              String attachedFileName = new String(wdContext.currentContextElement().getFileName());
              boolean hasAttachment = (attachedFileName != null) && (attachedFileName.length() > 0);
              boolean isMultiPart = (mess != null) && (mess.length() > 1);
              //adding an attachment makes the message multipart
                 if (isMultiPart || hasAttachment) {
                    mp = new MimeMultipart();
                    // add text parts
                      if (mess != null) {
                         for (int i = 0; i < mess.length(); i++) {
                           bodyPart = new MimeBodyPart();
                           bodyPart.setContent(mess,"text/plain");
                           mp.addBodyPart(bodyPart);
                    //attach the file to the message if needed
                    if (hasAttachment) {     // avoid the case with no text parts
                         bodyPart = new MimeBodyPart();
                           bodyPart.setContent("Allegato incluso nel messaggio.","text/plain");
                           mp.addBodyPart(bodyPart);
                           // the part with the file
                           FileDataSource fds = new FileDataSource(attach);
                           MimeBodyPart attachmentBodyPart = new MimeBodyPart();
                        attachmentBodyPart.setDataHandler(new DataHandler(fds));
                        //URL URLattachedFileName = new URL(attach);
                        //attachmentBodyPart.setDataHandler(new DataHandler(URLattachedFileName));
                           attachmentBodyPart.setFileName(FileName);
                           mp.addBodyPart(attachmentBodyPart);
                    msg.setContent(mp);
                 } else {
                    if ((mess != null) && (mess.length() > 0)) {
                         msg.setContent(mess, "text/plain");
                    } else {
                         msg.setContent("", "text/plain");
              //fine ATTACHMENT 
              msg.setSentDate(new GregorianCalendar().getTime());
              msg.saveChanges();
              address = msg.getAllRecipients();
              Transport.send(msg, address);
           } catch (Exception e) {
                 e.printStackTrace();
                 return false;
           return true;
        //@@end
    When i used the same code in my application i am gett ing error in many places..
    1)FileDataSource fds = new FileDataSource(<b>attach</b>);
    attach cannot be resolved
    2)attachmentBodyPart.setFileName(<b>FileName</b>);
    fliename cannot be resolved
    3)byte[] file = element.getFileUpload();
    type mismatch cannot convert sting to byte[]
    4)element.setFileSize(this.getFileSize(file));
    method getFileSize() is undefined
    5)element.setFileExtension(binaryType.getMimeType().getFileExtension());
    method getFilExtension() is undefined
    6)URL = this.CreateAndGetPathFileUpload(wdContext.currentContextElement().getFileUpload(),FileName);
    method CreateAndGetPathFileUpload() is undefined.
    7)wdContext.currentContextElement().setPATHFileUploaded(URL);
    from the above error i can understand that only i have got the part of the code.
    Please send me the complete coding.
    some method definitions are missing....
    Please help me to send the mail with attachment from the file uploaded from the file upload ui element.
    Thanks in advance,
    shami.

    hi,
    I got this from the following link
    Re: Attaching an excel file
    plz help me ...
    I am using 2004s with nwds 7.0.06.
    also tell me what should be the type of the context variable FileUpload
    Thanks in advance,
    shami.

  • How to retrieve TXT document attached to the document (CV03N)

    Hi,
    Can some one share their knowledge on how an attached document is retreived using CV03N->doc. data tab.I want to know the logic behind the attachment retrieval. Is ther a function module that pulls the file or any standard tables that conatin them.
    I'd appreciate your help.
    Thanks
    Kris T

    Hi Mangesh,
    We are trying to develop a program to get a list of all documents of certain doc. type from DRAW table,retrieve all the attachments for these docs ,read these attachment files- to validate data, merge them into a single file.
    from some analysis I've done to achieve this, I think we'll have to use BAPIs :BAPI_DOCUMENT_GETLIST2  and BAPI_DOCUMENT_CHECKOUTVIEWX to get the docs list and read the files.But, I am not really sure how to proceed further once we get the attachments, Can you plz share your thoughts on this . I'd appreciate your help.
    Thanks
    Kris T

  • Validation settings for a list in Sharepoint 2010 to find if there is a document attached to the list item

    Hi Everyone,
    Greetings!!!
    I have a very peculiar question on List validation settings. I want to validate a list item whether user has attached a document to the list item or not? The list item should not be saved until a document is attached to it. Is it possible to perform this
    validation for a list item in a list?
    Please let me know.
    Thanks,
    Thiru
    Tirumal

    Can be done using java script as below
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/c93d7611-f634-4c03-ae0d-3b5ecfe5ca6a/how-to-make-attachment-required-field?forum=sharepointadminlegacy
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/5a3fe11a-75ea-44bd-aab9-80817640290f/how-to-make-an-attachment-required-field-in-a-custom-newform-sharepoint-2010-list?forum=sharepointcustomizationprevious
    Dont think below is right
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/fba48bc1-8708-401c-8a37-bc00f77eeae3/making-attachments-required-in-a-custom-list?forum=sharepointadminlegacy

  • Document attachment to the activity

    Hi Experts,
                        I have created an activity(interaction record)  and i have attahced one document through CRMD_ORDER transaction from GUI. Now if i open the same activity(interaction record) through IC web after confirming the business partner. Here i am not able to view the attachment which i have attached through CRMD_ORDER. Where can i see the attached documents for the interaction records in IC web. As in GUI we have a tab called "Attachment" to see the attachments, do we have any place  Where we can have the same functionality in IC-Web.  Please provide your comments regarding this issue.
                       Thanks in advacne..
    Regards,
    Laxman.P
    Edited by: laxman p on Oct 22, 2010 3:16 PM

    Hi ,
    Displaying attachments is not available in the Interaction record view.You need custom development to enable the attachemnts there.
    usually the process would be to create a followup activity from the interaction record and attch documents there.
    Thanks,
    Rajiv.

  • What (ISO?) document completely specifies the PDF file format?

    Is there ONE (ISO?) document that FULLY specifies the format of a PDF file format? Where to obtain it?
    I need it so I can write a program that will perform some processes on PDF files.
    Thanks

    For all practical purposes there's no file size limit in the ISO PDF specification, however the bit length of internal references means there will be problems at around 10GB. There's also a limit of 2 billion pages (the page count attribute is a 32-bit int).
    Distiller won't output more than 32767 pages at a time, but I know cases of archivists working with 100,000-page text files (created by appending thousands of documents, but not in Acrobat).
    Having said that, the Acrobat Family is 32-bit code, so can only allocate 2GB of process memory. This means you can't perform tasks where an asset larger than the allocated free space has to be retained in RAM, and that includes the save operation. The Acrobat X Family will open an existing file >2GB, and Acrobat X will assemble PDF Portfolios >2GB, but can't save them.
    Given that creating >2GB files is a very rare scenario, there are no announced plans to implement x64 flavors of Acrobat or Distiller.

  • Comparing an excel file to and xml file and appending data to the xml file

    I have an xml file (mapsource) and an excel file. One of the columns in the excel file matches up with a node in the xml file. I want to be able to loop through both files and add a new node to the xml file where the one of the columns in the excel file matches a node in the xml file.
    I can create a query object out of the excel dosument using the cfspreadsheet tag.
    I'm able to use xmlparse to create a xml document object from the xml file.
    What I would like to do is add col_3 from the excel spreadsheet as a new node when col_2 is equal to gpx.wpt.name.xmltext of the xml object.
    Any help or direction would be very helpful!

    Hi,
    Thank you for your reply. But I have to attach an excel file from a particular path (C:\TEMP\TEST.XLS) and I have to send that excel file to the user inbox.That excel file has multiple sheets with data. Can you please provide me any code is available.
    Thanks and Regards
    venkat.

  • Print word document attached to an order

    my requirement is to print the sap script for the PM order and as well as word documents attached to the order.
    for an order, for an operations when PRT tools selected
    word documents attached to it.
    i need to print those word douments attached to PRT tools for an oparation.
    pgm used is RIPRJT00
    form PM_COMMON
    i am able to oepn the documents attached to the order in PRINT PREVIEW.
    when choosing print option it goes to update termination
    Ajay

    In order to save any type of document on your phone you need to have an app that supports that form of document.
    There are several word processing apps but I prefer Pages.  Buy this app. Once it is on your phone you can tap the Word document in your email to view it then tap the Share icon and Open in Pages.
    If you edit the document and email it you will have the choice to send it as a Pages document, a Word document or a PDF file.

Maybe you are looking for

  • Why Can't I install Adobe Flash Player? Please Help!

    I have Windows 7 and my laptop is fairly new. I want to install Adobe Flash Player because when i go to Youtube it just shows a black screen for videos, Facebook doesn't load completely, when i go to google images, If i type in the most basic search

  • Can't sleep iMac display with Quicktime Broadcaster

    When I run Quicktime Broadcaster on my iMac, the computer's display will not sleep. I clearly don't want the monitor on 24 hours a day. I can briefly force the display to sleep with hot corners set to sleep the display, but it will wake within a minu

  • COMPUTER TO TV VIEWING

    I am new to all this and have purchased a iMac and wish to watch a sporting program I subscribe to on my computer to view on my Sony bravia TV. I have a Time Capsule connected and have no idea how to do this. Someone help pleeeese.

  • PNP LDB custom selections

    Hi All, I have created a report using PNP LDB and assigned a master data report category. I have also created additional selections in my report, besides the selections offered by the LDB/report category.  The issue is, the additional selections that

  • ITunes 11 crossfade not working

    I tried iTunes 11 on 3 different computers with 3 different operating systems (snow leopard, lion and mountain lion). iTunes 11 crossfade is not working? Is there anyone out there with new iTunes 11 crossfade working properly?