How to add attachment in me21n ?

Hi,
i would like to add attachment (doc , excel...) while creating a manual PO ?
I have seen the SAp icon but as far as i did understood the functionnality, you can just retrieve an already created document...
How to add a new one directly in ME21N ?
Kind regards,
Yann

You can attach manually any document to PO without using Document Management System ( DMS ) in SAP 4.6C.
But you cannot attach document while you create PO in T/Code ME21N 
Save you PO ( ME21N ) and again open with change ( ME22N ) then you can attach document through Service for Object button. Service for Object button available down side of Command screen ( in your PO screen ME22N ) 
Click your Service Object button -> Create -> Create attachment 
then select your window directory ( which file you need to attach) select your file Now your system shows message  Service "Create attachment" is started. 
Save again your PO. You can see (open) your attachment in same field ( Service for Object ) select and Create and check attachment list. You can attach as many document in your PO.

Similar Messages

  • How to add attachment in the background .

    Hi Experts,
    How can we add attachments to a document in the background .
    Example : how to add attachement to a purchase order  in background.
    Thanks in advance .
    Naval bhatt

    check out this weblog
    /people/rammanohar.tiwari/blog/2006/03/25/generic-object-services-gos--in-background--part-ii

  • SharePoint 2010 Rest API: How to add attachment to a list item via ListData.svc

    Hi
    I have set up a project using the REST API in c# Visual Studio 2010.
    I have added a service reference to the URL //site/_vti_bin/listdata.svc/
    I can query the list and get back data, but I can't retrieve the attachments.
    I can write data to the list, but I can't add attachments.
    Are there any examples of how to add or retrieve attachments using the REST API services.
    Thanks
    Mike

    Hi,                                                             
    If you want to work with list attachments using REST API, here are some links will show how to do this using Javascript:
    http://msdn.microsoft.com/en-us/library/office/dn292553.aspx#FileAttachments
    http://chuvash.eu/2013/02/20/rest-api-add-a-plain-text-file-as-an-attachment-to-a-list-item/
    http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2013/06/27/how-to-get-list-item-attachments-using-rest-and-javascript-in-sharepoint-2013.aspx
    Best regards
    Patrick Liang
    TechNet Community Support

  • How to add attachment to mail?

    When composing a new email or while replaying to an email, how do I add the attachment that could be a picture or a document, spreadsheet or presentation.

    In the iOS world, you start in the app that the attachment comes from.   If you want to send a picture, open the photo app, find the picture or pictures, tap the output button, and select e mail.  If you want to send a doc or spreadsheet, start in the pages, numbers, or whatever app you created the document in.
    This is backwards from the windows way, but once you get used to it, works fine.

  • How to add attachment to a mail from client side to an account

    hi all,
    i am using java mail api for my web-application. what i have done is that when the user submits a weekly-report form , the contents of form are mailed to a specific address acount in gmail from where i can retrieve all mails. i am able to achieve this.
    what i want now is that the user should be able to attach some file to the report-form and that file comes as attachmernt to the gmail account.
    How can i pass value to FileDataSource for filename as it looks for that in my local machine and not on client machine.
    Please help and if u can give a sample code for reference also.
    here is code snippet for jsp form and servlet for reference:-
    jsp form code is:-
    <FORM method="post" enctype="multipart/form-data" action="SendMailServlet">
    <CENTER><TABLE BORDER=0 CELLPADDING=5 WIDTH="95%" >
    <TR>
         <TD WIDTH="25%"><B>Name:</B></TD>     
         <TD WIDTH="25%"><INPUT type="text" name="name" size="20"></TD>
    </tr>
    <tr>
         <TD WIDTH="25%"><B>Comment: </B></TD>     
         <TD WIDTH="20%"><textarea cols="40" rows="4" name="comment"></textarea></TD>
    </TR>
    <tr>
         <TD WIDTH="25%"><B>Attachment: </B></TD>
         <TD WIDTH="20%"><INPUT type="file" name="file" size="20"></TD>
    </TR>
    corresponding code for servlet is:-
    MimeBodyPart p1=new MimeBodyPart();
    p1.setText( "FeedBack Sent From :- "+senderName+CR+
                   "Comment Given is :- "+comment+CR);
    //Set the attachments
    MimeBodyPart p2=new MimeBodyPart();
    FileDataSource fds=new FileDataSource(file);
    p2.setDataHandler(new DataHandler(fds));
    p2.setFileName(fds.getName());
    Multipart mp=new MimeMultipart();
    mp.addBodyPart(p1);
    mp.addBodyPart(p2);
    msg.setContent(mp);
    msg.saveChanges();
    Transport.send(msg);
    Any help in this regard will be highly useful
    thanks in advance
    rahul

    Read the Swing tutorial on [url http://java.sun.com/docs/books/tutorial/uiswing/components/list.html]How to Use Lists. It has an example of dynamically adding an item to the list. There is also a tutorial on "How to Use File Choosers" if thats your problem.
    Start with the basics and read the tutorial.

  • How to add attachment and export data into MS Access

    Let's say that I use PDF file to capture data from users and import the data to MS Access database (via XML). I wonder if there is a way to let user add attachments in Acrobat Reader and when the data is exported, the attachments are kept separately in a new column in MS Access.

    If you are trying to do this with script from within the PDF ...I do not think so. You woudl not be able to get the stream of bits that make up the attachment to be able to write it to the DB.
    Paul

  • How to add attachment to FI document from sap server

    Hi.SAP experts:
        I have files on SAP Server,and I want to attach these files to my FI Document,how could I achieve this goal without download the files into my local computer??
    Best Regards
    Martin Xie

    This could help you:
    http://www.whypad.com/posts/sap-attach-documents-to-a-journal-entry/45/

  • How to add attachment to a BO?

    Hello Colleagues,
    I am trying to use the dependent object AttachmentFolder to be able to upload document to the BO:
    [DependentObject(AttachmentFolder)] node Attachement;
    Then in UI Designer, the node Attachement is bonded to reuse component /SAP_BYD_APPLICATION_UI/Reuse/Attachments/documentlist.EC.uicomponent.
    The properties of DisableAdd and DisableAddDeleteReplace are "False". But when running the UI, the buttons of Add, Delete and Replace are all grayed out.
    Is this the right way to use dependent object AttachmentFolder? What else needs to be done to make it work?
    Thanks,
    Andy

    Hi ,
    I can guess the issue is in the NodeReference Binding done on the UI.
    Consider the following BO (BODL script):
    import AP.Common.GDT as apCommonGDT;
    businessobject TryAttachment {
    element Id:Identifier;
    [DependentObject(AttachmentFolder)] node ItemAttachmentFolder;
    Now when you create a floorplan based on this BO, and you use the reuse component for attachments(placing this on your UI):
    /SAP_BYD_APPLICATION_UI/Reuse/Attachments/documentlist.EC.uicomponent
    There is the Bind button : Here the Node Reference binding should be done to the Parent Node Hosting the Dependent Object Attachment Folder.
    So Node reference should be to Root , where root is bound to the BO TryAttachmnet, and under the root should exist the Stucture ItemAttachmentFolder, which is bound to the ItemAttachmentFolder in the BO.
    Then it should work. Hope this answers.
    Regards,
    Nitesh Pai
    Partner Competence Center @ SAP Business ByDesign

  • How to add attachment (URL) to parked document inbackground?

    Hi guys,
    I wonder how it is possible to add the URL (of external document) to parked document in the background (with BAPI)?
    After I park document (for example with transaction FV60 or MIR7) a small button (called Services for Object) appears in the left upper corner (on the left side of the transaction heading) and when I click on it I can select option (Create External Document URL). That way I can manually add the link to external document.
    But the thing I need is to add that URL in the background (through BAPI).
    Actually I am doing the following thing: In one other BAPI I need to call BAPI for parking incoming invoice, and in that same BAPI I need to add URL to external document.
    So, what I would like to know is: which BAPI's, or API's or whatsoever are used for creating these attachments, so that I can call them in the background (with another BAPI).
    I would appreciate any kind of help because the project is running, and I can't find any solution for this problem.
    Thanks for help!
    Karlo

    Hi karlo Smojver,
    I am also facing same issue can you please explain me how do you resolved.
    Thanks,
    Sudarshan

  • How to add attachement in ESS travel management ?

    hi,
    we use travel management of ESS.
    when the employee does an travel expense report when finished the traveling he
    has expense receipts.
    for most of them PAPER receipts do exist.
    the users want to attach the paper receipts (which are scanned and stored as PDF-files)
    to the travel expense report directly in the portal.
    how can i handle this ?
    reg, Martin

    Hi Martin,
    I believe they can only liquidate using PR05 you can ask them to include OR numbers and Tax status.
    but if they really need to include the image of receipts they can use the SBWP attached file or customize.
    You can also use adobe forms i think, which allows uploading of Image (PDF files to the system)..
    thank you and regards;
    Toti

  • ADD ATTACHMENT TO AUTO MAIL SENT DURING BIDDER CREATION

    HOW TO ADD ATTACHMENT TO AUTO MAIL SENT DURING BIDDER CREATION (CREATE CONTACT PERSON) IN SRM PORTAL..

    HOW TO ADD ATTACHMENT TO AUTO MAIL SENT DURING BIDDER CREATION (CREATE CONTACT PERSON) IN SRM PORTAL..

  • Add Attachment to the course

    How to add Attachment (e.g. word document) to the course?

    There's a profile option called something like 'HR: Use standard attachments' (please try variations on this as I can't recall the exact name) which switches HRMS applications from the old 'comments style' attachments to be able to attach documents etc. Try changing the value of that profile and trying again. You are looking in the right place in OLM.

  • How to add additional tab or fields in ME21n

    Hi all.
    I included some fields in EKKO table.
    I want to add these fields in ME21n, ME22n, ME23n Header screens.
    How to add?
    I can't find screen exit and user exit.
    Plz, let me know how to do in detail.
    Regards,
    nam
    Message was edited by:
            Kil Nam Kim

    Hi
    It is very much possible. Please discuss with your development team with the exact requirements. They should be able to do it with screen exits.
    Reward if this helps.

  • How to add an attachment to an e-mail. With out it showing  up and the end of a e-mail.

    How to add an attachment to a e-mail. With out it showing up at the end of the e-mail.

    https://discussions.apple.com/message/17397882#17397882
    How can I prevent mail attachments embedding when sending mail
    Note there are 14 pages of replies

  • How to add an attachment to a google calendar event when uisng safari

    how to add an attachment to a google calendar event when uisng safari?

    A similar question/answer here How can I detect end of HTML5 video and do something?
    See if that helps
    Darrell

Maybe you are looking for