Sending a text document as pdf by email.

Hi,
I have a plain text document that needs to be send as a pdf document by email. The line type of the text document is PC408-linda, which is 132-character length. I am trying to use the FM ‘SO_NEW_DOCUMENT_ATT_SEND_API1’ for sending the document which uses structure ‘SOLISTI1’ for sending the document. The line size of SOLISTI1 is 256 characters. I tried to send 132-character length internal table instead of the given structure for the FM, it didn’t work. Later, I put the 132-charcter line into the 256-character length line, which works well. But, I have a problem when the outgoing system converts the 256-character length into pdf document. It breaks the line.
Can you please suggest me how can I fit this 132-chracter line in the above FM or Is there any alaternateive FM for sending this 132-character lines, which will fit in the pdf format.
Lokman

Hi,
Here I am sending the part of the code that is sending the text document by using FM. Internal table $form conatins 132-character length text document. I want to send this document so that converted pdf appears similar to text line.
FORM send_email USING $form TYPE tt_form.
DATA:
    $form_wa1  LIKE pc408.
data: paydate(15) type c.
Data  date like sy-datum.
*date = sy-datum.
Email Subject.
DATA: s1(30)  TYPE c VALUE  ' Avis - Bulletin de paie du ',
        s3(50)  TYPE c .
loop at $form into $form_wa1.
if sy-tabix eq 10.
MOVE $form_wa1-linda+5(10) TO paydate.
endif.
objtxt-line = $form_wa1-linda.
append objtxt.
endloop.
CONCATENATE s1 paydate INTO s3 separated by SPACE.
*Email message body.
DATA: c1(30)  TYPE c VALUE  'Vous trouverez ci-joint',
      c2(50) type c value ' votre bulletin de paie du  ' ,
      c type c value '.',
      c4(85)  TYPE c.
CONCATENATE c1 c2 paydate c INTO c4 separated by SPACE.
data: a1(40) type c value 'À ouvrir avec le programme "Notepad" ',
   a2(47) type c value ' ou "Wordpad" pour le visualiser correctement.',
   a3(90) type c.
  CONCATENATE a1 a2 INTO a3.
data: b1(45) type c value ' Pour imprimer, veuillez vous ',
    b2(45) type c value ' assurer que les marges (droite et gauche)',
    b3(35) type c value ' sont restreintes au minimum.',
   b4(200) type c.
   CONCATENATE a3 b1 b2 b3 INTO b4.
Main Text
data wa_form like PC408 .
Email Subject
docdata-obj_name = 'TEST_ALI'.
docdata-obj_descr = s3.
Email Message
objtxt = 'Bonjour,'.
append objtxt.
objtxt = ' '.
append objtxt.
objtxt = c4.
append objtxt.
objtxt = ' '.
append objtxt.
objtxt = b4.
append objtxt.
describe table objtxt lines tab_lines.
read table objtxt index tab_lines.
docdata-doc_size = ( tab_lines - 1 ) * 255 + strlen( objtxt ).
clear objpack-transf_bin.
objpack-head_start = 1.
objpack-head_num = 0.
objpack-body_start = 1.
objpack-body_num = tab_lines.
objpack-doc_type = 'RAW'.
append objpack.
Create Message Attachment
Write Packing List (Attachment)
loop at $form into $form_wa1.
*if sy-tabix eq 10.
*MOVE $form_wa1-linda+5(10) TO paydate.
endif.
  objtxt-line = $form_wa1-linda.
  append objtxt.
endloop.
att_type = 'RAW '.
describe table objtxt lines tab_lines.
read table objtxt index tab_lines.
objpack-doc_size = ( tab_lines - 1 ) * 255 + strlen( objtxt ).
clear objpack-transf_bin.
objpack-head_start = 6.
objpack-head_num = 0.
objpack-body_start = 6.
objpack-body_num = tab_lines.
objpack-doc_type = att_type.
objpack-obj_name = 'ATTACHMENT'.
objpack-obj_descr = 'Attached Document'.
append objpack.
Create receiver list
reclist-receiver = wa_pa0105-usrid. "<-- change address
*reclist-receiver = '[email protected]'. "<-- change address
reclist-rec_type = 'U'.
append reclist.
*reclist-receiver = sy-uname. "<-- change internal user
*reclist-rec_type = 'B'.
*append reclist.
Send Message
CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
EXPORTING
document_data = docdata
PUT_IN_OUTBOX = 'X'
IMPORTING
SENT_TO_ALL =
NEW_OBJECT_ID =
tables
packing_list = objpack
OBJECT_HEADER = objhead
*CONTENTS_BIN = objbin
CONTENTS_TXT = objtxt
OBJECT_PARA =
OBJECT_PARB =
receivers = reclist
EXCEPTIONS
TOO_MANY_RECEIVERS = 1
DOCUMENT_NOT_SENT = 2
DOCUMENT_TYPE_NOT_EXIST = 3
OPERATION_NO_AUTHORIZATION = 4
PARAMETER_ERROR = 5
X_ERROR = 6
ENQUEUE_ERROR = 7
OTHERS = 8
refresh: objtxt,
         objpack,
         objhead,
         reclist.
IF sy-subrc <> 0.
message ID 'SO' TYPE 'S' NUMBER '023'
with docdata-obj_name.
ENDIF.
*write: / 'End of Program'.
ENDFORM.                    " send_email

Similar Messages

  • When I send a text message through my work email, keep in mind I do not get my work email on my phone, the response comes back to my phone instead of my work email. Where do I need to go to change this to keep it from happening?

    I do not have my iphone synced with my work email but when I send a text message via my work email any response I get comes to my phone. Why? How do I change that because I do not want my phone connected with my work email?
    Thank you

    I am not sure what you mean.
    Do you mean the From field?
    You can change it by tapping it, it will give you options based on the other email accounts set up.
    You can set a default account here:
    Sttings > Mail, Contacts, Calendars > scroll down to the Mail section & you will see Default Account. You can change that to your gmail account.

  • I cannot send a Pages document, Word format via email from my ipad if it has a picture in the the doc.  I can send a Word doc if it does not have a pic in it or pdf with a pic.  Any thoughs why a word doc with a pic in it won't email in Pages?  thanks

    I cannot send a Pages document, Word via email if the doc contains a picture.  If I email a Pages doc without a pic in Word format or pdf with a pic it with go through to sender?  Not sure why Pages won't send Word doc with a picture in it.  I check the security on the email recipient and the email doesn't get blocked or throw in the junk box?
    thanks,
    drainguy41

    If you have upgraded to Mountain Lion, Save As… has returned to the File menu when you hold down the Option/alt key. But you don't really "save" as other file types, you translate & export as Word or RTF or text or PDF & that is easily done by going to File > Export or Share > Export.
    Also, please do us all a favor & don't use all capitals in your posts, either the body of the post or the title. All caps is the internet equivalent of shouting & is very hard to read.

  • Sending a form as a  pdf  via email with the BCS interface

    Hi,
    I would like to send a sapscript form as a pdf to a mail recipient using the BCS interface.
    I started to investigate the BCS.
    When using the function - CLOSE_FORM - I get the OTFDATA table - how do I send it as a pdf file with BCS ?
    How different is sending an Ms-Word attachment ?
    Thanks so much.
    Promise to award points...
    Ruthie.

    Hai
    Go through the following Code that will help you
    REPORT ZRICH_0003.
    DATA: ITCPO LIKE ITCPO,
          TAB_LINES LIKE SY-TABIX.
    Variables for EMAIL functionality
    DATA: MAILDATA   LIKE SODOCCHGI1.
    DATA: MAILPACK   LIKE SOPCKLSTI1 OCCURS 2 WITH HEADER LINE.
    DATA: MAILHEAD   LIKE SOLISTI1 OCCURS 1 WITH HEADER LINE.
    DATA: MAILBIN    LIKE SOLISTI1 OCCURS 10 WITH HEADER LINE.
    DATA: MAILTXT    LIKE SOLISTI1 OCCURS 10 WITH HEADER LINE.
    DATA: MAILREC    LIKE SOMLREC90 OCCURS 0  WITH HEADER LINE.
    DATA: SOLISTI1   LIKE SOLISTI1 OCCURS 0 WITH HEADER LINE.
    PERFORM SEND_FORM_VIA_EMAIL.
          FORM  SEND_FORM_VIA_EMAIL                                      *
    FORM  SEND_FORM_VIA_EMAIL.
      CLEAR:    MAILDATA, MAILTXT, MAILBIN, MAILPACK, MAILHEAD, MAILREC.
      REFRESH:  MAILTXT, MAILBIN, MAILPACK, MAILHEAD, MAILREC.
    Creation of the document to be sent File Name
      MAILDATA-OBJ_NAME = 'TEST'.
    Mail Subject
      MAILDATA-OBJ_DESCR = 'Subject'.
    Mail Contents
      MAILTXT-LINE = 'Here is your file'.
      APPEND MAILTXT.
    Prepare Packing List
      PERFORM PREPARE_PACKING_LIST.
    Set recipient - email address here!!!
      MAILREC-RECEIVER = '[email protected]'.
      MAILREC-REC_TYPE  = 'U'.
      APPEND MAILREC.
    Sending the document
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
           EXPORTING
                DOCUMENT_DATA              = MAILDATA
                PUT_IN_OUTBOX              = ' '
           TABLES
                PACKING_LIST               = MAILPACK
                OBJECT_HEADER              = MAILHEAD
                CONTENTS_BIN               = MAILBIN
                CONTENTS_TXT               = MAILTXT
                RECEIVERS                  = MAILREC
           EXCEPTIONS
                TOO_MANY_RECEIVERS         = 1
                DOCUMENT_NOT_SENT          = 2
                OPERATION_NO_AUTHORIZATION = 4
                OTHERS                     = 99.
    ENDFORM.
         Form  PREPARE_PACKING_LIST
    FORM PREPARE_PACKING_LIST.
      CLEAR:    MAILPACK, MAILBIN, MAILHEAD.
      REFRESH:  MAILPACK, MAILBIN, MAILHEAD.
      DESCRIBE TABLE MAILTXT LINES TAB_LINES.
      READ TABLE MAILTXT INDEX TAB_LINES.
      MAILDATA-DOC_SIZE = ( TAB_LINES - 1 ) * 255 + STRLEN( MAILTXT ).
    Creation of the entry for the compressed document
      CLEAR MAILPACK-TRANSF_BIN.
      MAILPACK-HEAD_START = 1.
      MAILPACK-HEAD_NUM = 0.
      MAILPACK-BODY_START = 1.
      MAILPACK-BODY_NUM = TAB_LINES.
      MAILPACK-DOC_TYPE = 'RAW'.
      APPEND MAILPACK.
    Creation of the document attachment
    This form gets the OTF code from the SAPscript form.
    If you already have your OTF code, I believe that you may
    be able to skip this form.  just do the following code, looping thru
    your SOLISTI1 and updating MAILBIN.
      PERFORM GET_OTF_CODE.
      LOOP AT SOLISTI1.
        MOVE-CORRESPONDING SOLISTI1 TO MAILBIN.
        APPEND MAILBIN.
      ENDLOOP.
      DESCRIBE TABLE MAILBIN LINES TAB_LINES.
      MAILHEAD = 'TEST.OTF'.
      APPEND MAILHEAD.
    Creation of the entry for the compressed attachment
      MAILPACK-TRANSF_BIN = 'X'.
      MAILPACK-HEAD_START = 1.
      MAILPACK-HEAD_NUM = 1.
      MAILPACK-BODY_START = 1.
      MAILPACK-BODY_NUM = TAB_LINES.
      MAILPACK-DOC_TYPE = 'OTF'.
      MAILPACK-OBJ_NAME = 'TEST'.
      MAILPACK-OBJ_DESCR = 'Subject'.
      MAILPACK-DOC_SIZE = TAB_LINES * 255.
      APPEND MAILPACK.
    ENDFORM.
         Form  GET_OTF_CODE
    FORM  GET_OTF_CODE.
      DATA: BEGIN OF OTF OCCURS 0.
              INCLUDE STRUCTURE ITCOO .
      DATA: END OF OTF.
      DATA: ITCPO LIKE ITCPO.
      DATA: ITCPP LIKE ITCPP.
      CLEAR ITCPO.
      ITCPO-TDGETOTF = 'X'.
    Start writing OTF code
      CALL FUNCTION 'OPEN_FORM'
           EXPORTING
                FORM     = 'ZTEST_FORM'
                LANGUAGE = SY-LANGU
                OPTIONS  = ITCPO
                DIALOG   = ' '
           EXCEPTIONS
                OTHERS   = 1.
      CALL FUNCTION 'START_FORM'
           EXCEPTIONS
                ERROR_MESSAGE = 01
                OTHERS        = 02.
      CALL FUNCTION 'WRITE_FORM'
           EXPORTING
                WINDOW        = 'MAIN'
           EXCEPTIONS
                ERROR_MESSAGE = 01
                OTHERS        = 02.
    Close up Form and get OTF code
      CALL FUNCTION 'END_FORM'
           EXCEPTIONS
                ERROR_MESSAGE = 01
                OTHERS        = 02.
      MOVE-CORRESPONDING ITCPO TO ITCPP.
      CALL FUNCTION 'CLOSE_FORM'
           IMPORTING
                RESULT  = ITCPP
           TABLES
                OTFDATA = OTF
           EXCEPTIONS
                OTHERS  = 1.
    Move OTF code to structure SOLI form email
      CLEAR SOLISTI1. REFRESH SOLISTI1.
      LOOP AT OTF.
        SOLISTI1-LINE = OTF.
        APPEND SOLISTI1.
      ENDLOOP.
    ENDFORM.
    Regards
    Sreeni

  • How To send the text document as a attachment using a 'So_object_send'

    Hi,
    I want to send a mail to user in sap office.
    I had used a function module 'SO_OBJECT_SEND'.
    Also, I need to send all the attachments (like files .XLS,.TXT etc) in the mail as a attachment.
    Please tell me how to pass the attachment to the Function module 'So_object_send'.
    Thanks in advance
    Regards,
    Darshana

    You should use FM SO_NEW_DOCUMENT_ATT_SEND_API1 to send mail with attachments.
    Below is the code for your reference :
    Doc data
          WL_DOC_DATA-OBJ_NAME  = TEXT-031.          "Survey Data
          WL_DOC_DATA-OBJ_DESCR = TEXT-031.          "Survey Data
          WL_DOC_DATA-OBJ_LANGU = C_LANG_EN.         "E
    Receiver's details
          WL_RECEIVERS-RECEIVER  = ABCD AT XYZ DOT COM."l_survey_recipient_email.
          WL_RECEIVERS-REC_TYPE  = C_REC_TYPE.       "U
          WL_RECEIVERS-COM_TYPE  = C_COMM_TYP.       "INT
          WL_RECEIVERS-NOTIF_DEL = C_CHK.            "X
          WL_RECEIVERS-NOTIF_NDEL = C_CHK.           "X
          APPEND WL_RECEIVERS TO TL_RECEIVERS.
    Mail subject
          WL_HEADER-LINE = TEXT-036.                 "Mail
          APPEND WL_HEADER TO TL_HEADER.
          LOOP AT TL_EMAIL_TAB2 INTO WL_HEADER2.
            CONCATENATE  WL_HEADER2-MESSAGE  C_TAB INTO  L_STRING.
            CONCATENATE C_RET  L_STRING  INTO WL_OBJTXT-LINE SEPARATED BY SPACE.
            APPEND WL_OBJTXT TO TL_OBJTXT.
          ENDLOOP.                                   "LOOP AT tl_email_ta..
          DESCRIBE TABLE TL_OBJTXT LINES L_LINES.
          L_TMP = L_LINES * 255.
          MOVE L_TMP TO L_DOC_SIZE.
          CONDENSE L_DOC_SIZE.
          WL_PACK-HEAD_START  = 1.
          WL_PACK-HEAD_NUM    = 0.
          WL_PACK-BODY_START  = 1.
          WL_PACK-BODY_NUM    = L_LINES.
          WL_PACK-DOC_TYPE    = C_DOC_TYP.           "RAW
          WL_PACK-OBJ_LANGU   = C_LANG_EN.           "E
          WL_PACK-DOC_SIZE    = L_DOC_SIZE.
          APPEND WL_PACK TO TL_PACK.
    Call function module to send the email to the survey recipient
          CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
            EXPORTING
              DOCUMENT_DATA              = WL_DOC_DATA
              PUT_IN_OUTBOX              = C_CHK     "X (Check)
              COMMIT_WORK                = C_CHK     "X (Check)
            TABLES
              PACKING_LIST               = TL_PACK
              OBJECT_HEADER              = TL_HEADER
              CONTENTS_TXT               = TL_OBJTXT
              RECEIVERS                  = TL_RECEIVERS
          IF SY-SUBRC = 0.
            SUBMIT RSCONN01 WITH MODE = 'INT'
                            WITH OUTPUT = 'X'
                            AND RETURN.
          ENDIF.
    Regards,
    NaPPy

  • Send Order confirmation form as PDF in email on Order Save on webchannel

    Hello,
    I am developing a smartform for Purchase Order in CRM. When end user will save order on Internal sales webchhanel , order confirmation mail shoud be triggered to customer with smartform in PDF format.
    I want to know how can I pass values from Order saved on webchannel to my smartform and send as PDF in mail attachment?
    Thanks & Regards,
    Madhura Nadgauda

    Hello Madhura ,
    Are you planning on sending the email on order create? Maybe you can use the order create FM ?
    regards
    Mark

  • Send a Sapscript as a PDF by email

    Hi,
    I've to convert a sapscript into PDF and then send it by email.
    I'm using the next logic in my printer program:
    1. I Executo the FMs OPEN_FORM, WRITE_FORM and CLOSE_FORM.
    2. Then I obtain the spool request using the FM RSPO_FIND_SPOOL_REQUESTS
    3. Then I convert the Spool request into a *pdf using the FM CONVERT_OTFSPOOLJOB_2_PDF
    4. Finally I call the FM SO_DOCUMENT_SEND_API and attach the pdf created in the 3rd step.
    My problem is that when I execute all this in background task. It doesnt send the email. Does anybody know what is going on?
    Thanks !

    Did you leave the COMMIT_WORK parameter as SPACE? 
    You actually do not have to send it to the spool.  The OPEN_FORM function module has a parameter to request OTF data.  The CLOSE_FORM function will return it as an internal table.  You can convert that to PDF and send.

  • Printing to PDF just creates Text Document, not PDF

    Hi
    I just tried to print a Book to PDF, and its just created a Text Doc listing the pages instead. This has happened on random docs recently and I can't work out why. I've never seen this before.
    Does anyone know what I've done wrong?
    Thanks!

    *edit - see Peters suggestion above (I didn't see the reply)
    Very strange.
    Try selecting half of the documents and making the pdf (either printing or exporting or both) and then the other half.
    See what happens. It might help to narrow down the document causing the problem.
    If you're not getting any errors it could be that the size is just too big or something, and making two separate files works because it should be only half the size (in theory).
    If you get errors in one of the half sized pdfs, you can half that again and keep doing until you find the document.
    It could be the book file itself that is corrupt though? In the past, I've had to make a new book file and import all the documents again when problems arose.
    I can't think of anything else, other than disk space.
    If it's creating a text file to me it sounds like there is a problem with generating the pdf and the text file is an error report. Can you post a link to download the text file that it generates?
    Usually these reports indicate some sort of font issue or a problem embedding fonts.
    It's a little bit unclear what the issue is, but I hope these suggestions help somehow.

  • Scaanned pdf to email text vahishes when email is sent

    Using printer HP 6700 I scan a text document in pdf format to email.  I look in outlook and the file appears.  I add text to the email and send it.  The email is received without the text but with the attachment.  I look at the email just sent, and the text has also vanished. Using MS Outlook in office 365. I have reloaded all HP software.  also Tried using different computer with no success.  If I manually attach a scanned document the text in the email does not vanish.  Outlook is verified as up to date. Recent change was to install new router - now ganged with a second Linksys router in a remote location. MS Community suggests I check with HP Community for suggestions or hopefully a solution.     

    Hello @Bob5555, Welcome to the HP Community, I hope you have a pleasant experience with us! I understand you're having an issue scanning directly into your e-mail using your HP Officejet 6700 Premium e All-in-One Printer, with you Windows 8.1 system. I'd like to help you with that.  I need a little more information on how you are scanning to better assist you.  When you are starting a scan, are you selecting the scan to e-mail function on the front panel of the printer? Or are you opening the HP software on your computer to start the scan?
     If you are using the scan to e-mail app on the front panel of the printer, are you forwarding the e-mail once it's received in your inbox? If you are using the HP software to scan directly into the Outlook program, try saving the file instead and attaching it to a newly composed message, does that work? If this does work, download and run the HP Print and Scan Doctor, and let me know if you get any errors or messages. I look forward to hearing back from you, and working towards a resolution!

  • When I send a text a icloud email address shows instead of my name?

    When I send a text to people and icloud email address shows up instead of just my name.  Where in the settings do I go to stop that from happening?

    Settings>Messages>Send & Receive.  Make sure you are signed in with your Apple ID and that you phone number appears under "You can be reached by iMessage at" and "Start new conversations from".  Then tap your phone number under "Start new conversations from" so it is checked.

  • Send a text Doc as attachment to mail-id through sales order output type

    Hi,
    when i create a SD document and select an output type and external mode before i save the document, it generates a PDF document as an attachment and sents an email. I would like to send a text document as an attachment. Can anybody please tell me the procedure to convert or send the text document as attachment.
    Thanks,
    Ravi

    Hi Ravi sirigiri,
    Donot convert the data into PDF just pass the OTF data to the
    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
      EXPORTING
        DOCUMENT_DATA              = W_DOC_CHNG
        PUT_IN_OUTBOX              = 'X'
        commit_work                = 'X'
      TABLES
        PACKING_LIST               = I_OBJPACK
       CONTENTS_BIN                = I_OBJBIN
        OBJECT_HEADER              = W_OBJHEAD
        CONTENTS_TXT               = I_OBJTXT
            RECEIVERS                  = I_RECLIST
    Regards,
    Sravanthi

  • Billing in PDF via Email

    Hi,
    How can i send an created bill as pdf via email?
    Can anybody suggest if there is any BADI/User Exit/Configuration exists in order to email Billing document as a PDF attachment while saving from VF01 or VF02?
    Thanks

    Hi Marcus,
    Did you try using FM 'SO_NEW_DOCUMENT_ATT_SEND_API1 '.
    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
        EXPORTING
          document_data              = xs_gd_doc_data
          put_in_outbox              = lc_true
          commit_work                = lc_true
        IMPORTING
          sent_to_all                = lv_sent_all
        TABLES
          packing_list               = xt_packing_list
          contents_txt               = xt_message
          receivers                  = xt_receivers
        EXCEPTIONS
          too_many_receivers         = 1
          document_not_sent          = 2
          document_type_not_exist    = 3
          operation_no_authorization = 4
          parameter_error            = 5
          x_error                    = 6
          enqueue_error              = 7
          OTHERS                     = 8.
      IF sy-subrc  0.
    *Do Nothing
      ENDIF.
    Hope it resolves your query.
    Regards,
    Manish

  • What is the compansation management ,send me the documents

    hi,
       this is pandu,i am new to the hr can u send me the documents and pdfs to understand the compensation management.
    regards,
    pandu.

    Hi,
    The core components in Compensation Management are: Job Pricing, Budgeting, Compensation Administration, and Personnel Cost Planning. Each of these components answers a question:
    Job Pricing: What are the jobs in my enterprise worth, in relative and real terms?
    Budgeting: How much money, and how many shares do I, as a department head, have available for my employees?
    http://help.sap.com/saphelp_47x200/helpdata/en/66/9bba8b3aff11d189370000e829fbbd/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PACM/PACM.pdf
    Compensation management in this main infotypes are given below( See again T.code: OOIT):
    1)IT10005-----planned comepensation
    2)IT1051------survey data
    3)IT1050----Job evaluation Data
    4)IT0380---compensation History
    5)IT0381--Stock awards( in LTI-long term incentives).
    Compensation management is management contains PCP (personel cost planning),this pcp is integarting with given sub modules :
    1) set up integration with cost accounting(T.code:OOCK)
    2) set control parameters for PCP (T.code:OOKP)
    And if u have any quaries plz send ur all quaries to [email protected]
    See this websites it may help u for future endovers :
    1) www.sapbrain.com
    2) www.help.sap.com
    3) www.saptools.com
    4)www.saphelpbykevin.com
    5)www.sapsuperusers.com
    Reward if helpful.
    Regards,
    Harini.S

  • IPad mail sending one page PDF documet as a picture. This picture is not viewing for other people who email open. this problem is from iBooks and from Pages.  (if I sending one page document from Pages from iPhone is ok - PDF)

    iPad mail sending one page PDF documet as a picture. This picture is not viewing for other people who email open. this problem is from iBooks and from Pages.
    (if I sending one page document from Pages from iPhone is ok - PDF. If I sending one page document from iPad is mistake. )

    Turn off rich text in your email signature. Delete images too, if any.

  • I have text documents in my email folders which I can't open.They are PDF files and Open Office files.How do I open these documents or type additional text documents?

    I have text documents in my email folders which I can't open. They are PDF files and Open Office documents. How do I open these documents?

    These are the "out of the box" file formats that you can view on the iPad as mail attachments. If the file is not listed here, you cannot view it without a compatible third party app. What is the file extension?
    Viewable document types: .jpg, .tiff, .gif (images); .doc and .docx (Microsoft Word); .htm and .html (web pages); .key (Keynote); .numbers (Numbers); .pages (Pages); .pdf (Preview and Adobe Acrobat); .ppt and .pptx (Microsoft PowerPoint); .txt (text); .rtf (rich text format); .vcf (contact information); .xls and .xlsx (Microsoft Excel)

Maybe you are looking for

  • How do I delete duplicate emails in Mail 6.2?

    I imported emails from thunderbird, realising I have hundreds of duplicates. Have you any idea how to remove duplicates in Mail 6.2? I tried Mail Scripts but they are not working with Mac OS 10.8. Thanks!

  • Assign values in condition step

    Hi Friends.. iam creating container attribute refering standard structures.. and use that attributes in conditional step... whenever iam executing the workflow it shows an warning message like this. "container element is read purpose only.no values a

  • Opening .doc and .xls files

    AW 6.2.9 Have been able to open most .doc and .xls attachments up till now. Had trouble and now can't (.doc files will open in textEdit). Reloaded AW but all that happens is that when I click on the open button the list of files disappears. I am not

  • Error installing Acrobat 7

    I am using Windows 7 operating system and trying to install Acrobat 7 (does not require activation) from the Adobe download file.  The installation is interrupted with " Error 1310: Error writing to file: C:\Program File\Adobe\Acrobat 7.0\AcroPDF.DEU

  • Weblogic portal 10g certification

    Hi, I want give the Weblogic portal 10g certification exam.Can anybody please tell me,Where should i get the study material for preparation. thanks in advance. Regards, Nitin