Field names Missing in the (Excel) Mail attachment

Hi ,
I am trying to send my ALV Grid Output as Excel Email attachment using the below code
The problem is that the field names are missing in the receivers Mail.
i.e
*Name*   *Emp Code*   * Branch*         "this is missing
abc         123                 ukp
I searched many threads but unable to find the solution for this.
Kindly suggest me regarding this issue.
loop at p_eadd.
    if p_eadd-low <> space.
      clear reclist.
      reclist-rec_type = 'U'.  "Internet-adress
      reclist-receiver = p_eadd-low.
      reclist-express = 'X'.
      append reclist.
    endif.
  endloop.
* endif.
* Send the document
  call function 'SO_NEW_DOCUMENT_SEND_API1'
     exporting
          document_type              = 'RAW'
          document_data              = doc_chng
*         PUT_IN_OUTBOX              = 'X'
     tables
          object_content             = objcont
          receivers                  = reclist
     exceptions
          too_many_receivers         = 1
          document_not_sent          = 2
          operation_no_authorization = 4
          others                     = 99.
  ld_aplstat = '4'.
  case sy-subrc.
    when 0.
      loop at reclist.
        if reclist-receiver = space.
          name = reclist-rec_id.
        else.
          name = reclist-receiver.
        endif.
        if reclist-retrn_code = 0.
          write: / name, ': succesfully sent'.
        else.
          write: / name, ': error occured'.
        endif.
      endloop.
      ld_aplstat = '0'.
    when 1.
      write: / 'Too many receivers specified !'.
    when 2.
      write: / 'No receiver got the document !'.
    when 4.
      write: / 'Missing send authority !'.
    when others.
      write: / 'Unexpected error occured !'.
  endcase.
*.Tell workflow to go on
  clear ls_scma_event.
  ls_scma_event-wf_event = cs_wf_events-finished.
  ls_scma_event-wf_witem = wf_witem.
  ls_scma_event-wf_okey  = wf_okey.
  call function 'KPEP_MONI_CLOSE_RECORD'
    exporting
      ls_key        = gs_key
      ls_scma_event = ls_scma_event
    changing
      ld_aplstat    = ld_aplstat
    exceptions
      no_id_given   = 1
      others        = 2.
call function 'SAP_CONVERT_TO_XLS_FORMAT'
      exporting
       i_field_seperator          = ' '
       i_line_header              = 'X'
        i_filename                 = p_file
*   I_APPL_KEEP                = ' '
      tables
        i_tab_sap_data             = it_final
* CHANGING
*   I_TAB_CONVERTED_DATA       =
     exceptions
       conversion_failed          = 1
*   OTHERS                     = 2
    if sy-subrc <> 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
Thanks in Advance,
Mr. Ben

Hi Ben,
Follow the code below....
Your internal table it_final will have the attachment data. After you got the attachment data do the following
gc_ret TYPE c VALUE cl_abap_char_utilities=>cr_lf.
lt_attachment        TYPE TABLE OF  solisti1 ,
gt_attach TYPE STANDARD TABLE OF solisti1 INITIAL SIZE 0 WITH HEADER LINE,
  CLEAR:gs_attach.                      <this will have your attachment, declare a structure which contains fields of your  excel sheet>
<before this you have to copy all the fields from your final internal table which should be attached to email to gs_attach>
For attaching field names
    CONCATENATE gc_ret gs_attach INTO gs_attach.
    gs_attach = gs_attach+1.
    APPEND gs_attach TO gt_attach.
CLEAR:lt_attachment.
      lt_attachment[] = gt_attach[].
SORT  lt_attachment .
      DELETE ADJACENT DUPLICATES FROM lt_attachment COMPARING ALL FIELDS.
      CLEAR gs_attach.
      CONCATENATE <field names >
      INTO gs_attach SEPARATED BY gc_tab.
      INSERT gs_attach INTO lt_attachment INDEX 1.
<field addition ends>
call function 'SO_NEW_DOCUMENT_SEND_API1'
     exporting
          document_type              = 'RAW'
          document_data              = doc_chng
        PUT_IN_OUTBOX              = 'X'
     tables
          object_content             = objcont
          receivers                  = reclist
        contents_bin               = lt_attachment
     exceptions
          too_many_receivers         = 1
          document_not_sent          = 2
          operation_no_authorization = 4
    if sy-subrc  0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
Regards,
Aravind.

Similar Messages

  • Error: The following required field is missing from the launch file: jnlp

    PLEASE help me.
    I was at Starbuck's today trying to install new software for my new wireless internet card and when I finished I could no longer access any of my applications that require java... I have a macbook pro dual platform computer. When I try to access www.bayphoto.com to download my application it says: (see below) (which I think is strange because it's all about Starbuck's and it should be my java code- I think...). Like I said - I have no idea what's going on or how to fix this. Please help me or at least tell me whom to call- I feel so stupid- I just need help- ATT? Starbuck's? Sun?
    Error: The following required field is missing from the launch file: <jnlp>
    Under the "exceptions" tab it says:
    MissingFieldException[ The following required field is missing from the launch file: <jnlp>]
         at com.sun.javaws.jnl.XMLFormat.parse(XMLFormat.java:88)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(LaunchDescFactory.java:52)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(LaunchDescFactory.java:64)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(LaunchDescFactory.java:72)
         at com.sun.javaws.Launcher.updateFinalLaunchDesc(Launcher.java:214)
         at com.sun.javaws.Launcher.prepareToLaunch(Launcher.java:127)
         at com.sun.javaws.Launcher.launch(Launcher.java:95)
         at com.sun.javaws.Main.launchApp(Main.java:305)
         at com.sun.javaws.Main.continueInSecureThread(Main.java:213)
         at com.sun.javaws.Main$1.run(Main.java:108)
         at java.lang.Thread.run(Thread.java:613)
    Under the "launch file tab" it says:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    <head>
    <title>AT&T Wi-Fi Service @ Starbucks</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="description" content="Starbucks Entertainment presented by AT&T Hotspot" />
    <meta name="keywords" content="AT&T, Starbucks, Wi-fi, Wifi, Hotspot, coffee, music, books, games, fresh sheet, third place, online" />
    <meta name="author" content="Starbucks Entertainment" />
    <link rel="shortcut icon" type="image/ico" href="/favicon.ico" />
    <script type="text/javascript" language="javascript" src="/dhtml/master.js"></script>
    <script type="text/javascript" language="javascript" src="/dhtml/x_core.js"></script>
    <script type="text/javascript" language="javascript" src="/dhtml/x_event.js"></script>
    <script type="text/javascript" language="javascript" src="/dhtml/x_xhr.js"></script>
    <script type="text/javascript" src="/dhtml/att/dhtml.js"></script>
    <style type="text/css">
    copied from starbucks master.css
    body {
         background:#200D06 url("/graphics/att/themes/sbux/hotspot_bkgd.jpg") repeat-x scroll;
         color:#555555;
         font-family:Arial,Helvetica,sans-serif;
         font-size:small;
         line-height:1.5em;
         margin:0pt;
         padding:0pt;
         text-align:center;
    #wrap {
         font-size:95%;
         margin:0pt auto;
         text-align:left;
         width:980px;
    #starbucksframe {
         margin:15px 0pt 0pt;
         padding:0pt;
    /*our addendae*/
    div#header {
         height:95px;
         width:980px;
         background-image:url("/graphics/att/themes/sbux/header_bg.jpg");
         background-repeat:no-repeat;
         margin:0px;
         background-top:0px;
         background-left:0px;
         background-color:transparent;
    div#btn_ctti {
         position:absolute;
         top:10px;
         margin-left:388px;
    div#sbux_lfrm {
         display:inline;
         font-size:10px;
         color:#FFFFFF;
         margin-left:245px;
         top:49px;
         position:absolute;
         line-height:10px;
         font-family:verdana,arial,helvetica,sans-serif;
    div#sbux_lfrm form {
         margin:0px;
    div#sbux_lfrm a, div#sbux_lfrm a:link, div#sbux_lfrm a:hover, div#sbux_lfrm a:active, div#sbux_lfrm a:hover {
         color:#FFFFFF;
    div#sbux_lfrm form label {
         display:none;
         visibility:hidden;
    div#sbux_lfrm form input, div#sbux_lfrm form select {
         font-family:verdana,arial,helvetica,sans-serif;
         vertical-align:middle;
    div#sbux_lfrm input.example {
         color:#656565;
    #sbux_lfrm_row1, #sbux_lfrm_row2 {
         margin:0px;
    #sbux_lfrm input#username, #sbux_lfrm input#password, #sbux_lfrm input#password_pw {
         width:136px;
         margin-right:6px;
         font-size:10px;
    #sbux_lfrm select#roamRealm {
         width:130px;
         font-size:10px;
         color:#656565;
         margin-right:6px;
    #sbux_lfrm_row2 {
         position:absolute;
         top:21px;
         left:-4px;
    div#aupAgree_row {
         margin-top:4px;
         position:relative;
         left:-4px;
    div#aup_box {
         float:left;
         position:relative;
         top:-3px;
    div#aup_text {
         float:left;
         line-height:10px;
    div#tm_badge {
         width:115px;
         height:94px;
         float:right;
         margin-right:0px;
         margin-top:0px;
    div#password_value {
         display:inline;
    div#hidden_pw_field {
         display:none;
         visibility:hidden;
    div#sbux_lfrm.css_form {
         margin-top:0px;
    </style>
    <style>
    /* IE specs */
    body {
         font-size: x-small; /* IE5 Win */
         voice-family: "\"}\"";
         voice-family: inherit;
         font-size: small;
    html>body { /* be nice to Opera */
         font-size: small;
    /* self-clearing floats
    /* trigger hasLayout and target ie5+6/win only */
    *:first-child+html #header,
    *:first-child+html #login_wrapper {
         height:95px;
    #ny_legal {
         color:#CAC3BF;
         font-size:11px;
         font-weight:bold;
         padding:0;
    #ny_legal a:link {
         color:#CAC3BF;
         font-size:11px;
         font-weight:bold;
         padding:0;
    </style>
    </html>
    TOO LONG TO INCLUDE ALL CODE

    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp codebase="file:///C:\eclipse\workspace\studentconverter\webroot" href="studentconverter.jar" >two things wrong here -
    first codebase is not legal URL, File.separator (backslash on windows) needs to be converted to forward slash in URL's.
    second, the href is not to the jnlp file, it is to the jar !
    href="studentconverter.jar" - should this be href="studentconverter.jnlp" ?
    /Dietz

  • MissingFieldException[ The following required field is missing from the lau

    Hi, I'm new to this forum so please put this thread in the right place if I have made a mistake.
    But here's my problem:
    I'm using jre 7 with the latest version.
    I downloaded and wanted to launch a Java based .jar game, which runs perfectly for the other users but my JRE gives the following error:
    Application error - unable to launch the application.
    MissingFieldException[ The following required field is missing from the launch file: <jnlp>]
         at com.sun.javaws.jnl.XMLFormat.parse(Unknown Source)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
         at com.sun.javaws.Main.launchApp(Unknown Source)
         at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
         at com.sun.javaws.Main.access$000(Unknown Source)
         at com.sun.javaws.Main$1.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    On the forum where is the game developed i got the following answer:
    ''+it seems your OS/jre installation tries to start the jar as an applet which fails, because it's a regular application and not an applet. is there any way you can convince your jre to start LS as an application? i would like to give better/more detailed advice, but i'm not running windows, so i can't check for myself/try to work out a step-by-step guide.+ ''
    As I have browsed the internet for hours and haven't come up with a solution I'm asking for some help.

    That error seems to indicate that the JNLP file is broken because it is missing the starting starting <jnlp> XML tag; I'll take a guess and just say that it is completely empty. Since it works for other users, apparently somehow when you download it on your computer you end up with a broken file. No idea why, no way for me to know why either. I don't have access to your computer. All I can say is: try in another browser and if that doesn't work, try on another computer. If it works there, well then you may have to face the fact that your computer might need a clean install.
    And PS: this is a Java programming forum, not technical support for whatever game you want to play that just happens to use Java.

  • Using field names stored in the database in a query

    Hi,
    I'm working on a database that has field names stored in tables. In order to construct a query using the field names stored in the table, normally I'd use dynamic SQL. 
    For example in table1 I have
    Field_Name Value
    Field1
    'Name'
    Field 2
           'Address'
    I want to build a select statement  "SELECT Name, Address, FROM tblCustTable" - if possible not using dynamic SQL.
    Is there a neat way to do this?
    Thanks very much.
    Sad old developer

    No, it is not possible to dynamically include ANY object names (Columns, Tables, Functions, Procedures, etc) in SQL without using Dynamic SQL.
    The closest you can get, if you are choosing from a known set of names, is to use CASE statements:
    SELECT CASE
    WHEN t1.Field1='Name' THEN ct.[Name]
    WHEN t1.Field1='Address' THEN ct.[Address]
    END AS Field1
    FROM tblCustTable ct
    CROSSJOIN table1 t1
    WHERE ...
    However there are several disadvantages to this approach, and the SQL will quickly get very convoluted and difficult to maintain.   Dynamic SQL is much cleaner.
    -Tab Alleman

  • Throws sqlError: Field Name Missing

    select
    decode(instr('Americas', 'United States'),0,'',decode('Unix', 'Unix', '[email protected]', 'NT', '[email protected]', 'Mainframe', '[email protected]', 'AS400', '[email protected]', 'Linux', '[email protected]')),
    decode(instr('Americas', 'United States'),0,'',decode('Unix', 'Unix', '[email protected]', 'NT', '[email protected]', 'Mainframe', '[email protected]', 'AS400', '[email protected]', 'Linux', '[email protected]')),
    decode(instr('Asia', 'Europe'),0,'',decode('Unix', 'Unix', '[email protected]', 'NT', '[email protected]', 'Mainframe', '[email protected]', 'AS400', '[email protected]', 'Linux', '[email protected]')),
    decode(instr('Asia', 'Europe'),0,'', decode('Unix', 'Unix', '[email protected]', 'NT', '[email protected]', 'Mainframe', '[email protected]', 'AS400', '[email protected]', 'Linux', '[email protected]')),
    decode(instr('United States', 'Americas'),0,'',decode('Unix', 'Unix', '[email protected]', 'NT', '[email protected]', 'Mainframe', '[email protected]', 'AS400', '[email protected]', 'Linux', '[email protected]')),
    decode(instr('United States', 'Americas'),0,'', decode('Unix', 'Unix', '[email protected]', 'NT', '[email protected]', 'Mainframe', '[email protected]', 'AS400', '[email protected]', 'Linux', '[email protected]')),
    decode(instr('Europe', 'Asia'),0,'', decode('Unix', 'Unix', '[email protected]', 'NT', '[email protected]', 'Mainframe', '[email protected]', 'AS400', '[email protected]', 'Linux', '[email protected]')),
    decode(instr('Europe', 'Asia'),0,'', decode('Unix', 'Unix', '[email protected]', 'NT', '[email protected]', 'Mainframe', '[email protected]', 'AS400', '[email protected]', 'Linux', '[email protected]'))
    from dual
    Throws sqlError: Field Name Missing
    Plz help me.

    Doesn't for me:
    SQL> select
      2  decode(instr('Americas', 'United States'),0,'',decode('Unix', 'Unix', 'tsoserverunixoperations@
    ge.com', 'NT', '[email protected]', 'Mainframe', '[email protected]', 'AS400', 'ts
    [email protected]', 'Linux', '[email protected]')),
      3  decode(instr('Americas', 'United States'),0,'',decode('Unix', 'Unix', 'tsoserverunixoperations@
    ge.com', 'NT', '[email protected]', 'Mainframe', '[email protected]', 'AS400', 'ts
    [email protected]', 'Linux', '[email protected]')),
      4  decode(instr('Asia', 'Europe'),0,'',decode('Unix', 'Unix', '[email protected]',
    'NT', '[email protected]', 'Mainframe', '[email protected]', 'AS400'
    , '[email protected]', 'Linux', '[email protected]')),
      5  decode(instr('Asia', 'Europe'),0,'', decode('Unix', 'Unix', '[email protected]',
    'NT', '[email protected]', 'Mainframe', '[email protected]', 'AS400
    ', '[email protected]', 'Linux', '[email protected]')),
      6  decode(instr('United States', 'Americas'),0,'',decode('Unix', 'Unix', 'tsoserverunixoperations@
    ge.com', 'NT', '[email protected]', 'Mainframe', '[email protected]', 'AS400', 'ts
    [email protected]', 'Linux', '[email protected]')),
      7  decode(instr('United States', 'Americas'),0,'', decode('Unix', 'Unix', 'tsoserverunixoperations
    @ge.com', 'NT', '[email protected]', 'Mainframe', '[email protected]', 'AS400', 't
    [email protected]', 'Linux', '[email protected]')),
      8  decode(instr('Europe', 'Asia'),0,'', decode('Unix', 'Unix', '[email protected]',
    'NT', '[email protected]', 'Mainframe', '[email protected]', 'AS400
    ', '[email protected]', 'Linux', '[email protected]')),
      9  decode(instr('Europe', 'Asia'),0,'', decode('Unix', 'Unix', '[email protected]',
    'NT', '[email protected]', 'Mainframe', '[email protected]', 'AS400
    ', '[email protected]', 'Linux', '[email protected]'))
    10  from dual
    11  /
    D D D D D D D D
    - - - - - - - -Care to give a bit more info??????
    Message was edited by:
    david_tyler

  • Excel mail attachment in background execution

    I want to send excel as mail attachment with 53 columns when exceute in background. But i_attach has 255 characters so its truncating more than 255 characters in header and values of excel.
    so pls tel how to send attachment with all internal table contents.
    Adding Attachment
          CALL METHOD L_DOCUMENT->ADD_ATTACHMENT
            EXPORTING
              I_ATTACHMENT_TYPE    = C_EXT
              I_ATTACHMENT_SIZE    = L_SIZE
              I_ATTACHMENT_SUBJECT = 'Valid Standard Cost Estimate'
              I_ATT_CONTENT_TEXT   = I_ATTACH[].

    Hi,
    What extension are you using? Try 'BIN' Extension and remove the size parameter.
    Also add it to the HEX table, not the text one.
              CALL METHOD lv_document->add_attachment
                EXPORTING
                  i_attachment_type    = 'BIN'
                  i_attachment_subject = lv_string
                  i_att_content_hex    = lt_attach[]
                  i_attachment_header  = lt_att_table[].
    Thanks
    Ernesto

  • After I Update to IOS 7.1 I can't open the excel file attached in  my email

    After I updated my Iphone 5s from IOS7.0.6 to IOS7.1 when i check my email i can't open excel file attached in my email i check with my frineds phone thy have same issoue

    David_PDX wrote:
    Hi Alex,
    The trick to this whole thing is to scroll to the bottom of the message. There should be a dashed line at the bottom of the email message with text underneath it that says, "This message was downloaded as plain text." Underneath that it should say (in blue hyperlink text) "Download full message". Select that hyperlink, and the Excel file should download completely. You should then be able to select the document and have it open correctly.
    I have had the same concern regardless of file format that is sent, so I do not believe your issue is with file format. Hope this helps.
    I've seen the same thing happen with images, which it displays in a corrupted form. It's fixed by downloading the full message.
    There's a more serious side effect of this, which I've now seen with several types of files. If one FORWARDS the email to someone else, the attached files it sends them are CORRUPTED and unopenable too. In the case of a Word files I looked at, it had dropped the last two bytes of the file.
    The workaround for that is to download the full message before forwarding.
    I'm seeing this happening with so many types of attachments that I'm assuming it affects them all. Please everyone report this to Apple feedback (http://www.apple.com/feedback/). It's one thing not being able to open a file on your device, it's another to have files corrupted permanently just by forwarding.

  • How do I use field names other than the default ones in Contacts?

    The iPhone doesn't like certain types of phone field names!
    When you create a new contact with the Mac Address Book, you can choose mobile, iPhone, home, work, main, home fax, work fax, pager, and other. If, for example, your source data has a contact with a "main" phone number, that number doesn't sync at all.
    The data ONLY moves from my Mac to my iPhone IF I use the default field names.
    Why does Apple let us have a Custom name if this data will not sync?

    Ziatron wrote:
    Why does Apple let us have a Custom name if this data will not sync?
    Because they DO sync. You have some other problem.

  • Proxy to file interface , need to have field name aslo in the file

    Hi , i ahve done a interface from Proxy to file , in which , i have to give a label name of all the fields in the top of the file which acts as header in my fields , is there ant option in the XI to give header or label
    please help me in this
    thanking you
    sridhar

    Hi Sridhar,
    This link might be helpful:[http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm|http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm]
    Regards
    Bhanu
    Intelligroup.

  • Company name determined from the e-mail id???

    Hi,
    I read from the following blog that the company names are determined from the e-mail ids given in the business card.
    /people/eddy.declercq/blog/2006/06/30/the-firm
    Wouldnt it be better to get it from the URL of the company mentioned in the business card? What happens if i use my personal e-mail id for receiving my SDN mails?
    Thanks,
    Prasath N

    In that case their points are not applied to their company whole and when the new changes come out they would not be listed as part of that company.
    There are other possibilities we are looking into but any that provide for user input has the inherient problem that someone is going to type if different that you are,
    Company Name: ABC Technologies, Inc.
    Company Name: ABC Technologies
    Company Name: ABC
    Company Name: ABC Technologies Inc
    Company Name: ABC Technologies Inc.
    So what do we do cut it down to "ABC" and take all of that?
    Company Name: ABC WorldWide Distributions
    Opps now we have another problem.
    Email is not easier:
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    Those all work too.
    The way we are doing it now is still riddled with the problems that people use their "local" email instead of the global company one or even worse they have no global company one and only local ones so for the company with 120 people spread across 4 countries they all show up under 4 different companies.
    So for now if you use a yahoo, gmail, hotmail, etc. you don't get listed and when the changes come out you won't show up under your company name as being part of the contribution of that company.
    My question out to all of you is why do you not use your company mail address? You can also set a mail agent to forward your mail to your private account when you go home in the evening.

  • Some fields are missing in the ALV output

    Hi ,
    I have created a normal ALV report using REUSE_ALV_GRID_DISPLAY . It shows the output correctly. But when I take the prin out or download to an excel sheet some fields are not there. Can I know how to solve this issue ?
    Regards,
    Beena

    hi Beena,
    If you are downloading the ALV output to excel, please make sure that the DDIC structure is passed as a parameter to the REUSE_ALV. I doubt you are creating field catalog from the program and that DDIC structure is not used.
    Hope this helps,
    Sajan Joseph.

  • Send the auto mail Attachment using client machine outlook application

    Hi all,
    we are using the following EBS & Database
    Database Server
    RDBMS : 11.2.0.3.0
    Oracle Applications : 12.1.2
    i would like to send the file as a attachment using client machine outlook application.
    the(.TXT) file has generated by the concurrent program and stored in the oracle server in specific oracle DB directory path. now my requirement is after generating the file then same file has to send mail to specific mail id using client machine outlook application.can anybody suggest me how to do this
    (i tried to send mail using UTL_SMTP.DATA but this standard procedure is allowing the file attachment size up to KB only.)
    Thanks in advance.

    kknr wrote:
    Hi all,
    we are using the following EBS & Database
    Database Server
    RDBMS : 11.2.0.3.0
    Oracle Applications : 12.1.2
    i would like to send the file as a attachment using client machine outlook application.
    the(.TXT) file has generated by the concurrent program and stored in the oracle server in specific oracle DB directory path. now my requirement is after generating the file then same file has to send mail to specific mail id using client machine outlook application.can anybody suggest me how to do this
    (i tried to send mail using UTL_SMTP.DATA but this standard procedure is allowing the file attachment size up to KB only.)
    Thanks in advance.Please see old threads for the same topic/discussion.
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Send+AND+Email+AND+Attachment+AND+Concurrent&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Send+AND+Email+AND+Output+AND+Concurrent&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • All names appear in the group mails.  They didn't before.

    I used to be able to send group mail with just the title of the group appearing in the "To" window. Now, all the names in the group have to be there or it won't go out. Sometimes I don't want the names there.
    iMac G5   Mac OS X (10.4.8)  

    Did not get it resolved.

  • Spem fields are missing In the Query

    Hi this is a FI-Sales Query , under Material Group consists Bags,Caps,wallets ete like these lot of fields but in the query i am not getting all the field. in the query designer every thing is there some fields are not coming like Tie etc,But remeber this is Production Issue.I think u r clear with the issue.
    Any Help

    Hi kumar
    I guess what u are talking about is a values in the infoobject material group are not populating into the query.
    The problem is accordig to me is that the master  data for the material Group is deleted so thats the reason u can t find material group values in the query.
    If i have not understood the problem then restate the problem again in other words.
    If this solves ur problem then kindly assingn the points.

  • A field is missing in the selection screen.

    Hi,
    I could find a field in the default screen of the report(in SE80) however there is no such field on the selection screen when I execute the program. What would be the reason?
    Any guesses?
    Note:The field is not in hide mode.

    >
    divyasree kintali wrote:
    > Hi,
    >
    > I could find a field in the default screen of the report(in SE80) however there is no such field on the selection screen when I execute the program. What would be the reason?
    > Any guesses?
    >
    > Note:The field is not in hide mode.
    This is simply not possible. The only possiblity must be NO-Display as santosh pointed out.
    Or , the screen that you are thinking as default, may not be the default screen.
    Or, It may be commented..[:)]...Just kidding..:)
    Regards,
    Ravi Kanth Talagana

Maybe you are looking for

  • How to populate budget in creation of Fund?

    Hi Gurus, Can anybody give me a clue on how to populate the 'budget'or 'Expired' in the process of creating a fund  in CRM? I could not fill out because the fields are grey . Thanks

  • My wife and I share an apple id how can we use face time

    My wife and I share an apple ID. How can we use face time?

  • What is "bring all to front"

    Under the Window menu is the item "bring all to front" and I have no idea what that means.  I thought it meant to get current windows shown but so far nothing happens when I click on that option.  ??????????????

  • Time machine error messages

    I have an external 1 tb backup drive (Seagate) which I've set up for TIME MACHINE.  Although it appears to be working (lights up, able to access back dates), I keep getting a messate "Time maching couldn't complete the backup to "Untitled" (my extere

  • Can i use the verizon ipad 2 from US in indonesia and change the carrier

    my brother bought me an iPad 2 wifi+3g from US and gave it to me in indonesia. i ccan't find the sim card slot, and when i checked out the carrier in general settings it showed verizon 10.0. can i just change the carrier? because i really want to use