How can I send many invoice documents to one customer in SAP B1?

Hi
Now I can send e-mail through sap b1 to customer by using outlook_integration add-on.
But I want send many invoices to a customer in one email.
Can I do it in sap b1?
Thank u
Theerawat

Hi Julie, will this work for electronic invoices also used in Mexico?
Regards

Similar Messages

  • How can I send a Powerpoint document from my Mac to a PC?

    How can I send a Powerpoint document from my Mac to a PC?

    As an attachment in the usual way.

  • How can i create a Laptop like the ones use in SAP TecEd?

    How can i create a Laptop like the ones use in SAP TecEd hands on labs? with all the NW products install on it.

    Hi,
    Vague question, but to create a laptop with the solution installed - you need to order the solution and and then install it on the laptop. Or download trial versions from SCN and install those as well.
    Regards,
    Srikishan

  • How can i send a XML document object over the JMS wire

              HI,
              does anybody has anyidea about sending the XML Document over the JMS and receiving
              it n the other side..
              regards,
              Akhil
              

    Is this the full stack trace?
              Akhil Nagpal wrote:
              > HI ,
              > Sorry the excepiotn is of deserialization...this is the stack trace...mistake...
              >
              > weblogic.jms.common.JMSException: Error deserializing object
              > at weblogic.jms.common.ObjectMessageImpl.getObject(ObjectMessageImpl.java:140)
              > at com.sds.kb.cm.CMMDBReceiver.onMessage(CMMDBReceiver.java:143)
              > at weblogic.ejb20.internal.MDListener.execute(MDListener.java:356)
              > at weblogic.ejb20.internal.MDListener.transactionalOnMessage(MDListener.java:290)
              > at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:271)
              > at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2303)
              > at weblogic.jms.client.JMSSession.execute(JMSSession.java:2226)
              > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
              > ----------- Linked Exception -----------
              > weblogic.jms.common.JMSException: Error deserializing object
              > at weblogic.jms.common.ObjectMessageImpl.getObject(ObjectMessageImpl.java:140)
              > at com.sds.kb.cm.CMMDBReceiver.onMessage(CMMDBReceiver.java:143)
              > at weblogic.ejb20.internal.MDListener.execute(MDListener.java:356)
              > at weblogic.ejb20.internal.MDListener.transactionalOnMessage(MDListener.java:290)
              > at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:271)
              > at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2303)
              > at weblogic.jms.client.JMSSession.execute(JMSSession.java:2226)
              > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
              >
              >
              > Akhil
              >
              >
              > "Akhil Nagpal" <[email protected]> wrote:
              >
              >>HI,
              >> Actually i have created my own class which implements serializable.
              >>I set the
              >>object of this class in the ObjectMessage and send it across. Sometime
              >>i have
              >>to send some vector,sometimes string and sometime a XML document. So
              >>i can set
              >>these type of objects in my custom serializable object and send it. For
              >>sending
              >>XML , either i can send it as a string or as u said as Document object.
              >>But i
              >>want to do send it as a Document object. So i have created a an object
              >>of "org.jdom.Document"
              >>which implement serializable and setting this object into my custom object
              >>and
              >>sending this custom object in the objectmessage. But then weblogic throws
              >>some
              >>exceptions which has nothing to do with serialization.I am printing the
              >>exception
              >>below. (without the object of org.jdom.Document this custom object reaches
              >>safely
              >>and happily:))...this exception is something related to transactions.....can
              >>you
              >>or anybody tell me what could be the reason..
              >>I am not able to think why this kind of exception comes only when i try
              >>to send
              >>the jdom's Document object and never in other cases..
              >>
              >>java.sql.SQLException: XA error: XAER_RMERR : A resource manager error
              >>has occured
              >>in the transaction branch start() failed o
              >>n resource 'oraclePool': XAER_RMERR : A resource manager error has occured
              >>in
              >>the transaction branch
              >>oracle.jdbc.xa.OracleXAException
              >> at oracle.jdbc.xa.OracleXAResource.checkError(OracleXAResource.java:483)
              >> at oracle.jdbc.xa.client.OracleXAResource.start(OracleXAResource.java:190)
              >> at weblogic.jdbc.jta.VendorXAResource.start(VendorXAResource.java:41)
              >> at weblogic.jdbc.jta.DataSource.start(DataSource.java:569)
              >> at weblogic.transaction.internal.ServerResourceInfo.start(ServerResourceInfo.java:1165)
              >> at weblogic.transaction.internal.ServerResourceInfo.xaStart(ServerResourceInfo.java:1108)
              >> at weblogic.transaction.internal.ServerResourceInfo.enlist(ServerResourceInfo.java:287)
              >> at weblogic.transaction.internal.ServerTransactionImpl.enlistResource(ServerTransactionImpl.java:391)
              >> at weblogic.jdbc.jta.DataSource.enlist(DataSource.java:1146)
              >> at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1101)
              >> at weblogic.jdbc.jta.Connection.getXAConn(Connection.java:145)
              >> at weblogic.jdbc.jta.Connection.createStatement(Connection.java:204)
              >> at weblogic.jdbc.rmi.internal.ConnectionImpl.createStatement(ConnectionImpl.java:130)
              >> at weblogic.jdbc.rmi.SerialConnection.createStatement(SerialConnection.java:71)
              >> at com.sds.kb.cm.CMMDBReceiver.onMessage(CMMDBReceiver.java:134)
              >> at weblogic.ejb20.internal.MDListener.execute(MDListener.java:356)
              >> at weblogic.ejb20.internal.MDListener.transactionalOnMessage(MDListener.java:290)
              >> at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:271)
              >> at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2303)
              >> at weblogic.jms.client.JMSSession.execute(JMSSession.java:2226)
              >> at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
              >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
              >>
              >> at weblogic.jdbc.jta.DataSource.enlist(DataSource.java:1151)
              >>
              >>
              >>any help will be appriciated..
              >>Akhil
              >>
              >>
              >>
              >>Raj <[email protected]> wrote:
              >>
              >>>wrap it up as an object message(I think DocumentImpl is Serializable).
              >>>This way you
              >>>wont be vendor specific and can retrieve it at the other end.
              >>>
              >>>Akhil Nagpal wrote:
              >>>
              >>>
              >>>>HI Raj,
              >>>> thanks for the response..actually we dont want our application
              >>>
              >>to
              >>
              >>>be weblogic
              >>>
              >>>>specific...
              >>>> there should be some other way arround....
              >>>>
              >>>>REgards
              >>>>Akhil
              >>>>
              >>>>"Raj" <[email protected]> wrote:
              >>>>
              >>>>>There is a weblogic specific XMLMessage similar to ObjectMessage,
              >>>>
              >>>BytesMEssage
              >>>
              >>>>>etc.. Try using that to wrap ur XML document and send it across.
              >>>>>
              >>>>>-Raj
              >>>>>
              >>>>>"Akhil Nagpal" <[email protected]> wrote:
              >>>>>
              >>>>>>HI,
              >>>>>>does anybody has anyidea about sending the XML Document over the
              >>>>>
              >>>JMS
              >>>
              >>>>>>and receiving
              >>>>>>it n the other side..
              >>>>>>regards,
              >>>>>>Akhil
              >>>>>
              >
              

  • How can I send someone a copy of one of my address lists?

    I need to send a copy of one of my e-mail lists to a friend. How can I select all the names and e-mail addresses on that list and send this information?

    Export it. Check with your friend what s/he can use. CSV is most likely to be useful. If they also use Thunderbird, LDIF works very well.
    # Open your Address Book
    # Select the required address book.
    # Go to '''Tools|Export''' on the menu
    # Enter the name and location of the file to be created. I suggest you create it on your desktop.
    # Select the file type, probably CSV (Thunderbird refers to CSV as "Comma separated".)
    The file will contain all of your address book data; street addresses, phone numbers etc. If there's anything you want to exclude, I think you'll need to use the CSV format, then open the CSV file in a spreadsheet (Excel, Libre Office Calc, etc) and delete the unwanted columns.
    Now attach the exported file to an email message and send it.

  • How can I send to multiple address in one email?

    In Outlook, I can send the email to multiple addresses by separating the emails with a semicolon. How can I do this using utl_mail?
    Thanks!

    Calling utl_smtp.rcpt multiple times.
    [read more|http://download.oracle.com/docs/cd/A91202_01/901_doc/appdev.901/a89852/utl_smt9.htm#1000815]
    Example:
    DECLARE
        mailhost    VARCHAR2(64) := 'mailhost.fictional-domain.com';
        sender      VARCHAR2(64) := '[email protected]';
        recipient1   VARCHAR2(64) := '[email protected]';
        recipient2   VARCHAR2(64) := '[email protected]';
        recipient3   VARCHAR2(64) := '[email protected]';
        mail_conn  utl_smtp.connection;
    BEGIN
        mail_conn := utl_smtp.open_connection(mailhost, 25);
        utl_smtp.helo(mail_conn, mailhost);
        utl_smtp.mail(mail_conn, sender);
        utl_smtp.rcpt(mail_conn, recipient1);
        utl_smtp.rcpt(mail_conn, recipient2);
        utl_smtp.rcpt(mail_conn, recipient3);
        utl_smtp.open_data(mail_conn);
        utl_smtp.write_data(mail_conn, 'This is a test message.');
        utl_smtp.close_data(mail_conn);
        utl_smtp.quit(mail_conn);
    END;
    /Max
    [My Italian Oracle blog|http://oracleitalia.wordpress.com]
    Edited by: Massimo Ruocchio on Dec 18, 2009 9:49 PM
    Added example

  • How can I combine multiple Pages documents into one using iPad?

    Hello all,
    I have created a magazine with my students using pages. The problem is that each article is a separate documents. Now I have to put them all together. How can I do that, using iPad? Is it even possible?
    Thank you

    copy paste is the only way to do it on a pad - document by document.

  • How can i merge multiple scanned documents into one document?

    Can anyone help me with this.  I need to email the document as one and not individual pages, not very professional!

    Choose the combine files otion on the star screen.
    Mylenium

  • How can I send a word document as the body of email

    I have documents that are based on Word Templates that I wish to send to clients. The documents require a reply with input in a table that needs completed by the client.
    I understand there is a way to make the Word document in effect become the email and sent through TB.
    Can someone explain what I need to do i.e. settings in Word and TB.
    I don't want to send the documents either as pdf or attachment.

    I have documents that are based on Word Templates that I wish to send to clients. The documents require a reply with input in a table that needs completed by the client.
    I understand there is a way to make the Word document in effect become the email and sent through TB.
    Can someone explain what I need to do i.e. settings in Word and TB.
    I don't want to send the documents either as pdf or attachment.

  • How can I send an e-mail to Apple Customer Service?

    Does anybody know how I can reach Apple Customer Service via e-mail?
    Since they repeatedly delete the questions I post to this discussion platform, maybe I can communicate with them via e-mail.
    If you are one of the Apple customer service people who are screening and deleting my posts, could you kindly send me an e-mail instead so we can start a communication.
    Any help/hints would be highly appreciated.
    Thank you.

    Unfortunately, that email address is not Customer Service; it is for problems relating to your Apple Support Community account only and will therefore most likely not have the desired results.
    Apple has not published an email address for customer service; the best way to contact them for that would be at their corporate address in Cupertino:
    http://www.apple.com/contact/

  • How can i have a FI document in one plant accross two Profit Center

    when the materials transfer between different storage location in one plant can bring a FI document, i thought maybe the profit center account may be solve this problem(the transfer price ),but i still didn't see the FI document.could you tell me how to have a FI documnet when a transfer material between different storage location in one plant which have two profit center.

    You can consider using substititon rules.
    Ashok

  • How can I combine separate pdf documents into one document with several pages

    I have been using Preview to separate pdf pages into separate pdf documents. How might I do the reverse. Preview appears to have combined the documents in the thumbnail, but will not allow saving this. It just saves the highlighted page.

    Open all the documents. Choose View > Contact Sheet. All the pages will be shown as thumbnails, separated by document. Select the pages you want in the final document and drag them into the desired order, in one document space.

  • How can I export many short videos from one project?

    We had an awards ceremony, and the entirety of the program was filmed and is now saved on my computer as one large, continuous file.  I would like to edit it down to only the acceptance speechers (there are about 10 or so) and export them to MPEGs to share online.  Is there a way I can do this from within one project or do I need to start over every time, editing each speech out individually and then exporting?
    Let me know if my phrasing was unclear.  Thanks for helping!

    bcoughlin33
    I would offer the principles involved in the following blog post for handling the task that you describe.
    http://www.atr935.blogspot.com/2013/06/pe11-project-assets-organization-for.html
    This involves trimming of the source (in Project Media area) in Preview Windows with the program's Set In Set Out points and the saving the trims as subclips in the Project Media and/or trims dragged to the Timeline.
    If interested, please let me know if you need clarification on anything written.
    We will be watching for your progress.
    Thank you.
    ATR

  • How can I send my post directly to one of these smart guys on here?

    I'm afraid my post will just sit unanswered...this issue has been discussed but the solution noted did not fix the issue for me...I can't do any work with this transposing issue...every song I open has the midi transposed to another note from what I played and the midi IN numbers are jumping all around on their own...I dumped all of my Logic stuff, then reinstalled...same thing with my midi (Radium keyboard) and MOTU and every song I open is having this transpose issue...help pleeeease:(

    Mr. iSchwartz resolved this issue...it was my Midiman Radium keyboard...several years old and causing the midi to go CRAZY. Unplugged it and everything is back to normal...this is after a complete Logic uninstall/reinstall, crying, screaming, more crying...:(:)

  • How can i download many file from server one times.

    Hi,
    I want to create the service to download multi-files from web server one time
    from browser. It seems no way to do it. My soulition is compressing the files
    to zip before download it. The problem is that when the user uncompresses the
    files,full path of downloaded files are setted. Look like this:
    /usr/tmp/test/file1
    /usr/tmp/test/file2
    /usr/tmp/test/file3
    My question is :
    1. Is there any way not to specify the full path of a file when
    add the file to zip.
    Here is the source
    BufferedInputStream bis
    = new BufferedInputStream(
    new FileInputStream( file ) );
    //if not full path . can is works?????
    ZipEntry target = new ZipEntry( file.getPath() );
    // zos is ZipOutputStream
    zos.putNextEntry( target );
    int c;
    while( ( c = bis.read() ) != EOF ) {
    zos.write( (byte)c );
    2. Is there any way to get and change the current work directory of my server ?
    Please help!!

    If i use file.getName(). I will lost the struct of path.
    I means that,if i compress the list of files:
    /usr/tmp/test1/file1
    /usr/tmp/test1/file2
    /usr/tmp/test2/file3
    can i keep the part of path's strcut. (usr/tmp/../.. etc.)
    I tried to do as this:
    target = new ZipEntry( file.getPath.substring(1));
    an error be reported when uncompressed the zip file.
    error message:
    warning [zt000002.zip]: extra 28 bytes at beginning or within Zip file (attempting to process anyway)
    Error in file #1: bad Zip file offset (Error local header signature not found): 0
    (attempting to re-compensate)
    Extracting 20030109.xls
    Error: unexpected end of file encountered
    Error: invalid compressed data to inflate
    Why? can i set "any" entry name??

Maybe you are looking for

  • Program Error after recent itunes update - please help

    I recently upgraded to the latest version of iTunes. Now it won't open. I have been through the revcommended options and still no joy. The Program Error states "iTunes.exe has generated errors and will be closed by Windows. You will need to restart t

  • How do i get access to a Hard Disk Drive

    Can anyone tell me how to access info in C: for example, someone told me it was using the IO object, but i dont know how, please help me. Thanx

  • I don't have Photo tab

    I have the latest version of iTunes. I read that I could put pictures on to my iPod by clicking one of 4 buttons in the bottom right of the iTunes window. I only have 2 buttons. One is "Eject iPod" and the other is "Quickly browse your iTunes library

  • [CS 6] How to update object after resizing page?

    I need to resize a page (vertically) until a text fits. I thought I use the autosize property of the text frame. So I set autoSizingType=AutoSizingTypeEnum.HEIGHT_ONLY and then I resize the page by factor 1.1 until there is no more overset. The probl

  • Separate ground plane reflections in 3d

    is there any way to turn off the ground plane reflection for any one object in a 3d scene? i'm trying to create a mock-up of a bottle where the bottle is semi-transparent (clear plastic) but the label is opaque. i've done this by creating two bottle