Attachments within ROS? is it possible?

Hello,
I'm looking for some documents to try to ask vendors to upload some documents within ROS as part of questionnaires...
If you have any input on this, please let me know...
Regards,
Gerardo.

Hi
Attachments from the questionnaires is not possible.
Within the questionnaire, you can give information to vendors on how & where they can send the relevanet attachments (e.g. Pl send the supporting documents to [email protected] in a separate email.)
Then purchaser (or vendor administrator) need to upload the documents received through email.
Best regards
Ramki

Similar Messages

  • Is it possible to annotate pdf documents that are received as attachments within the main document?

    Hi There
    I am using the latest adobe reader app for iPad v11.6.4 and  I have recently received a meeting agenda by email which contained attachments within it.
    The agenda was prepared by a friend using the 'attach a file' function in acrobat.
    I can annotate the main agenda document, but when I click the paperclip icon at the bottom right hand side of my iPad, this opens the attached documents, but each time with the message "modifying this document is not allowed because it is an attachment".
    Is there anyway to enable annotation on attached documents within the version I am using, or is there a different version available which has this functionality?
    Thanks
    Paul 

    Hi,
    Currently, the Adobe Reader mobile products (for iOS, Android, Windows Phone) do not support any changes (e.g. adding annotations) to attached documents, as the message indicates.  Sorry for the inconvenience.
    As a workaround, you could save attached PDF documents as individual PDFs in Adobe Reader on a Windows or Mac desktop computer and transfer them to your iPad.

  • Reading attachments within attachments

    Hi,
    I tested this code that I found and I was wondering if it's possible to read attachments within attachments. We are receiving forwarded messages that have an attachment of type message. The attachment then has its own attachment of type doc. We can break it into 2 parts but we don't know how to break it into 3 parts. I'm sure this sounds confusing so here is the code example:
    Object content = message.getContent();
    if (content instanceof Multipart) {
    handleMultipart((Multipart)content,msgName, mailFr, mailTo);
    } else {
    handlePart(message[i],msgName, mailFr, mailTo);
    public static void handleMultipart(Multipart multipart, String msgName, String mailFr, String mailTo)
    throws MessagingException, IOException {
              for (int i=0, n=multipart.getCount(); i<n; i++) {
                                  handlePart(multipart.getBodyPart(i),msgName, mailFr, mailTo);
    public static void handlePart(Part part, String msgName, String mailFr, String mailTo)
    throws MessagingException, IOException {
    String disposition = part.getDisposition();
    String contentType = part.getContentType();
    if (disposition == null) { if ((contentType.length() >= 10) &&
    (contentType.toLowerCase().substring(
    0, 10).equals("text/plain"))) {
    //part.writeTo(System.out);
    } else {
    //part.writeTo(System.out);
         saveFile(part.getFileName(), part.getInputStream(),msgName, mailFr, mailTo);
    } else if (disposition.equalsIgnoreCase(Part.ATTACHMENT)) {
                   saveFile(part.getFileName(), part.getInputStream(),msgName, mailFr, mailTo);
                   System.out.println("This is an attachment");
    } else if (disposition.equalsIgnoreCase(Part.INLINE)) {
                        saveFile(part.getFileName(), part.getInputStream(),msgName, mailFr, mailTo);

    If you have an attachment that's a message, then try to cast it to something of class Message or MimeMessage, then you can get parts from that.

  • Within trigger is it possible

    within trigger is it possible to do like
    var1:=:new.var2;[var2 means  column name of a table]

    if INSERTING then
    --insert into trace_sql(table_name,operation,operation_date) values('B','INSERT',sysdate);
    --:NEW.POPULATION_DATE_TIME:=SYSDATE;
    SQL_STR4:='select column_name from all_tab_columns where table_name = '||
    ''''||B||'''' ||' AND OWNER='||''''||TEST||'''';
    EXECUTE IMMEDIATE SQL_STR4 BULK COLLECT INTO SEL_COL_LIST;
    FOR I IN SEL_COL_LIST.FIRST..SEL_COL_LIST.LAST LOOP
    SQL_STR1:=SQL_STR1||','||SEL_COL_LIST(I);
    SQL_STR2:=SQL_STR2||','||':NEW.'||SEL_COL_LIST(I);
    END LOOP;
    SQL_STR1:=SUBSTR(SQL_STR1,2,LENGTH(SQL_STR1));
    SQL_STR2:=REPLACE(SQL_STR2,',',''',''');
    SQL_STR2:=SUBSTR(SQL_STR2,3,LENGTH(SQL_STR2));
    SQL_STR3:='INSERT INTO '||'JU_'||B||'('||SQL_STR1||') VALUES ('||SQL_STR2||')';
    EXECUTE IMMEDIATE SQL_STR3;
    end if;
    my code is this

  • Cannot Open Attachments within a pdf document

    Dear Staff,
    In my windows 7 netbook I can open files attached to  PDF documents is there a reason why I cannot open these files within windows 8.1 RT with the adobe Reader Touch? is there any setting to adjust to have this function active or Adobe Reader touch do not have this function at all?
    Is the adobe reader touch staff working on this?
    I am a music teacher and those attachments are very important for me.
    Thank you in advance for your help
    Gas

    Adobe Reader Touch does not support file attachments.
    Adobe Reader Touch is a relatively new product.  Our product management team determines which features/enhancements/updates to add based on customer feedback and the usage data collected from other mobile Adobe Reader products (e.g. Reader for iOS/Android).
    While Adobe Reader for iOS/Android supports file attachments, the usage data indicates that file attachments are rarely used.  So it is not clear if or when the feature will be supported in Adobe Reader Touch.
    Since your operating system is Windows RT 8.1, you will not be able to install and run Adobe Reader XI (desktop app with classic UI).  Because Adobe Reader XI is not compatible with Windows RT.
    Microsoft Reader (the built-in PDF viewer) does not seem to support file attachments, either.
    One thing that you could try is to open the PDF document with attachments in Adobe Reader XI on Windows 7, save the attachments as separate files, and transfer the files from your Windows 7 notebook to your Windows RT 8.1 notebook/tablet using a cloud storage service (e.g. SkyDrive, Dropbox, Acrobat.com, etc.) 
    It's not ideal.  But it's one way to work around the lack of the feature. Sorry for the inconvenience.

  • Requirement: New tool to migrate attachments within KM repository

    Dear Colleagues                                                                               
    I need to write a new migration tool to migrate atttachments in KM.(NW               
    04s SP10) I will give you an example                                                                               
    Currently the attachments are stored as follows                                      
    /documents/cprxrpm/<portfolio guid>/Item/<item guid>/abc.txt
    or                                                                               
    /documents/cprxrpm/<portfolio guid>/Element/<item guid>/ccc.txt
                                                                                    The problem with the above was that there was language dependent text in the above url (Item in English and Element in German). So the above 2 attachments will have to be moved to
    /documents/cprxrpm/<portfolio guid>/RIH/<item guid>/ccc.txt
    /documents/cprxrpm/<portfolio guid>/RIH/<item guid>/abc.txt
    And the folders from which the attachment is migrated will have to be                
    deleted. The whole path. Since all the attachments are attached at the               
    end of the path.                                                                               
    I know such a thing be done using KM API's. There are 100's of such attachments lying in various language dependent paths to be moved to the language independent folder.                                            
    Can someboby point me to the right API's and some sample code which must be already existing?
    Also can this be a webdypro dc or will this have to be a EP dc?
                                                                                    Thanks and alot
    Prashanth

    Hi Julian,
    This is a 1 time task. But as i explained i have to write some programming logic to move the files and ship it to the customer.
    Customer will have a button on a iView like migrate and this program should be called where in i have to loop over all the content, check if there are attachments and move the same to the language independent path
    /documents/cprxrpm/<portfolio guid>/RIH/<item guid>/ccc.txt
    /documents/cprxrpm/<portfolio guid>/RIH/<item guid>/abc.txt
    This has to happen within the same repository. Just that attachment s have to be moved from one folder stucture to another.
    If you answered in the same direction then i did not understand , maybe you can give me a link on how o do it.
    thanks
    Prashanth

  • Embedded Files & Attachments within a PDF

    Hi all. We create PDF documents and attach other documents to the file. They show up as a litte pin or paperclip upon the pdf. If you have to open them on an ipad or iphone, my question is can you view these embedded/attached files on an ipad? Is their an app for that?!
    Thanks for your help...

    HI Tracy,
    It might be possible that the attachments in this pdf file have been added as Annotations which Adobe Reader on iOS doesn’t support currently.
    The workaround is to add attchments to the pdf using these steps:
    Using Desktop Acrobat you can do that. Follow these steps:
    Open the pdf file in which you want to add attachments
    Go to Tools
    Click on “Attach a file”
    Browse for the file which you want to attach and save the pdf file.
    Please let us know if you face any issue in doing this.
    Thanks,
    Ankit
    Adobe Reader Team

  • Finding attachments within the CRM system

    We're trying to find out where the attachments are stored that are attached to our service tickets.
    We've found the following tables which give details of the attachments but can't find where they are physically located.
    CRMCASEPHIO
    CRMCASECONT
    CRMCASELOIO
    SKWG_BREL
    Are the attachments encrypted like the Notes field?
    Any help would be appreciated.

    Hi Devlin,
    When you can consume the services with CAF core or deployable proxies within Netweaver04s, you are able to see the web.xml and the ejb-jar.xml deployment descriptors.
    For Comsuming services within ABAP,this doc shoukd serve the purpose,
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6066fbe8-edc4-2910-9584-a9601649747d
    This doc shows how to provide and conmsume services in ABAP,
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/30f1b585-0a01-0010-3d96-ad0ea291c4f9
    Also I found an old doc which talks about consuming in Netwaever,probably throws somelight on deployable proxies.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0c4e8960-0501-0010-fc82-bb83af9155bf
    Message was edited by:
            Karthik S J

  • Capacity leveling. Aim is to have oders scheduled within 1 day if possible

    Hi All,
    I have a list of 10 prod. orders with same basic/scheduled start/finished date= today
    In capacity leveling, if i select a whole list of these orders and dispatch them, i get all orders with start day= today, finish date= today+ x days.
    I would like to have orders scheduled with start/finish date within 1 day.
    I have available capacity of 4 hours per day. Each order takes around 1,5 hours, thus i can have 2 orders scheduled for today, and so on. This is exactly what i need.
    My kind question to you is how to setup SAP in a such way.
    NB: If i do leveling for each order one by one, then i get what i want: e.g. order is scheduled within 1 day.
    Best Regards,
    Andrey

    Dear Andrey
    Your requirement is, Automatic capacity levelling based on the available capacity.
    In SAP R/3 PP module, only manual capacity levelling is available. Automatic is possible in APO.
    If the requirement dates are same for multiple orders, system will through all the orders in the same date and it will display overloaded. So manually we need to dispatch the overload to the required date.
    Please check the below thread also.
    Re: Triggering Finite Scheduling
    Hope it helps
    Regards
    Bala

  • Using cmd within the process flow. possible?

    I am trying to combine all the flat files in a directory in my process flow by executing
    cmd> C:\folder *.log copy new.log
    is this possible within the owb?

    I would like to ask another question..
    The external table isnt dynamically connected to the flat file defined, so does it mean that I would have to re-deploy it again, everytime the content of the flat-file get updated?
    if so, is there a way for me to deploy the external table within the process flow?

  • Attachments within SAP

    Hi,
    I'm really after a bit of knowledge and understanding with regerads attaching documents within PA30 onto an employee's record. How is this done? What can be attached - Word docs etc???
    Any help would be gratefully received
    Thanks
    Neil

    Check out this thread
    Re: Add Attachment to pernr in PA30

  • Prefer 802.11a over 802.11g within SSID - Is it possible?

    Currently have a corporate SSID advertised enabling clients to connect using either A or G. Ideally I'd like clients too connect using A if they're able, and if not connect on G.
    I think I've read on these forums this is possible but requires the WLCs to be running specific (quite new) firmware.
    Is anyone able to advise?
    TIA

    Yes, you can try to make 802.11a more attractive by tweaking the rrm values on the controllers.
    For example:
    my tpc values for a are:
    Tx Power Level Assignment Algorithm
    Power Threshold (-80 to -50 dBM) -67
    and only have 36, 40, 44, 48, 149, 153, 157, 161, 165, 26 channels enabled
    for b:
    Tx Power Level Assignment Algorithm
    Power Threshold (-80 to -50 dBM) -70
    You can also choke back on the basic rates for b/g depending upon your density.
    If your environment allows you to control the clients, you can also tweak the network card settings on the clients to prefer a as well.

  • Building chapter index menu within DVDSP4...possible?

    I am trying to build an index menu from my video track, but so far I haven't been able to. My video track is 15 short pieces each with audio and each butted to the next. At each start, I created a Chapter Marker in the track editor. What I would like to do is take that "marked" track and create a chapter index menu from it - is that possible? If so, how? Thanks!

    Hi - welcome to the discussions!
    What you need to do is go to the outline view and click on the track icon, then drag it in to the menu editor window. Just hold it there for a second until the menu appears and select the appropriate option to create the menus. You will then be asked to choose a style from the built in templates and DVDSP will do the rest for you, including adding the next and previous buttons to move between the menus (if more than one is needed).

  • Feedback: search within attachments needed in mail

    Hello,
    I really need to be able to search within attachments within mail.
    Specifically I need to be able to search within attached PDF and Word documents, through my entire email store.
    it is important that it searches within all emails, regardless of whether or not the attachment has been saved to disk. I am aware that attachments saved to disk are searched but this is no substitute at all for being able to search through my 30,000 or so emails. Also I need to see the results within the email program, not within Spotlight.
    Searching within attachments seems such an obviously needed feature, its a puzzle as to why it is not there.
    Thanks
    Andrew

    The puzzle for me is that in fact, in Leopard 10.5.2 and Mail 3.2, Mail.app sometimes searches into attachments, sometimes not.
    More specifically: I produced a message with a Word attachment with a infrequent word in it. I sent it to various account I have in Mail, and then searched for the word. Some of the messages are found others not. I cannot find a pattern. Sucessive forwards of the same message to the same account produce disfferent results (some of the messages show up in search others not).
    This seems to be message related: if a message shows it will always show, and vice-versa.
    Joaquim

  • Viewing attachments to PDF files in Preview

    Hi all,
    Sometimes files are attached to PDFs so that the attached file (spreadsheet, movie, whatever) comes along with the PDF. It's easy to see the attached files using Acrobat Reader (you click on the paperclip icon), but I can't figure out how to see them in Preview. Is this possible? Please note that I am talking about attachments within PDF files, not PDFs attached to emails!
    Thanks in advance,
    wrathkeg

    I have exactly the same problem with PDFs containing bitmaps created by Illustrator CS3 (and CS4) -- the bitmap appears as negative.
    It has to do with the compression method used for the bitmaps in the Adobe PDF creation. If it is JPEG or JPEG2000 the problem occurs, if it's ZIP or no compression, the image is fine.
    If have reported this to Apple as a bug already.
    10.6.2 has NOT fixed this behaviour.

Maybe you are looking for

  • N97 from Black To White

    hello im interested in changing my whole housing case to white.i was looking on ebay but all the stuff i could find was from hong kong an i doubt its real.i wish to purchase an original white mask for my N97.where on the internet could i look for it

  • Subsequent adjustment not updated in PO history

    Dear Gurus, I have just posted a subsequent adjustment for a subcontracting PO, posting an excess consumption of raw material. However, the PO history in PO is not being updated i.e. it is only showing the origional material document that was entered

  • TimesTen and minimal logging

    As a matter of interest does TimesTen support minimal logging operations at database level? This will mean that TT contents are lost when TT goes down unexpectly. The advantage would be that fully logged operations will not be required, thus potentia

  • ChaRM - Change Request where to raise? Is it in Satellite  system or Solman

    Hi Friends, For creating the change request( TCode: charm_create) is it necessary to login to solman & then raise CR ? Is is possible to raise Change Request in satellite systems ? If I have done development configuraion in BI & Now I want to move it

  • Inter applicaiton communicaiton

    We have two applications one of them run on the web server(say App-A) and the other running on the application server(say App-B). I have requirment to call on the servlet of App-B from App-A. App-A is a non-java applicaiton and App-B is a J2EE applic