Subject in the mail truncating after 50 character

hi friends
  I am working on ESS Leave request. Mail is going to external mail ids. The subject line after 50 character the letters are getting truncated. We are in SAP_BASIS = SAPKA70015. I have already checked the notes 958426,975947 this is implemented in SAPKA70010 and SAPKA70011 respectively. We are much higher version than that. Still its getting truncated. How to solve this issue.
Regards
vijay

Hi,
I investigated this some time ago, and there really is a restriction in the standard mail sending functionality - the title can only be 50 characters. At that point there was no fix for this. Your alternatives are:
1) try to live with it (keep the titles short)
2) build your own mail sending task/method (there are some function modules that you can use, and there is no 50 character restriction).
Regards,
Karri

Similar Messages

  • TS3899 Having trouble accessing my email account thru the mail app, after entering the account information in the settings page, hotmail returns with the error message " The user name or password for Hotmail is incorrect

    Having trouble accessing my email account thru the mail app, after entering the account information in the settings page, hotmail returns with the error message " The user name or password for Hotmail is incorrect". Help

    Hotmail is having problems:
    http://bostinno.streetwise.co/2013/08/15/hotmail-outage-hotmail-is-down-for-user s-still-photos/
    http://www.engadget.com/2013/08/14/outlook-outage/
    http://www.infoworld.com/d/applications/microsofts-skydrive-outlookcom-are-down- some-users-224940
    http://mashable.com/2013/08/14/outlook-down/
    http://techcrunch.com/2013/08/14/microsoft-acknowledges-outlook-com-messenger-sk ydrive-outages/

  • How to add subject in the mail while choosing option i.e. "Send a copy of the entire PDF file as an

    I need to update the subject in the mail while choosing option i.e. "Send a copy of the entire PDF file as an attachment"?
    How I can add my own subject in the mail while attaching pdf file, currently it shows as "do" subject name which is default every time?

    the normal FILE FTP adapter will do or do we have to use any special Adapter
    File adapter with a bit of modification will do. See this
    XI: Read data from PDF file in Sender Adapter
    Once ur pdf is converted to xml, u can use the java or xsl mapping to map the comlpete xml structure into one field
    The specified item was not found.
    Regards,
    Prateek

  • How to get subject of the Mail greator than 50 characters length

    Hi Friends,
    I am sending a mail by using the Class Interface cl_document_bcs and method create_document
    there the Parameter i_subject is of 50 characters length
    but the client need the subject of the mail nearly 100 chars lenght
    Please guide me how to go furthur
    are there any other Methods to go furthur to have subject of the mail greator than 50 characters lenght
    Thanks in Advance
    Ganesh

    Hi Ravi,
    could you plz help me how to set that subject... (len > 50 char )
    my previous code is
    TRY.
        gwa_sendreq = cl_bcs=>create_persistent( ).
        gwa_document = cl_document_bcs=>create_document(  i_type    = gc_htm
                                                          i_text    = gt_mail
                                                          i_subject = gwa_subject ).
       gwa_subject1  = 'Material Arrival (GIN No:12566) notification Against PO 26735 (To be Inspected)'.
       gwa_sendreq = cl_bcs=>set_message_subject( ip_subject = gwa_subject1 ).
        CALL method GWA_SENDREQ->SET_DOCUMENT( gwa_document ).
        gwa_sender = cl_sapuser_bcs=>create( sy-uname ).
        CALL METHOD gwa_sendreq->set_sender
          EXPORTING
            i_sender = gwa_sender.
        gwa_recipient = cl_cam_address_bcs=>create_internet_address( gv_mail_id ).
        CALL METHOD gwa_sendreq->add_recipient
          EXPORTING
            i_recipient = gwa_recipient
            i_express   = ' '.
        gwa_sendreq->set_send_immediately( gc_x ).
        CALL METHOD gwa_sendreq->send(
          EXPORTING
            i_with_error_screen = 'X'
          RECEIVING
            result              = gwa_sent_status ).
        IF gwa_sent_status <> 'X'.
        ENDIF.
      CATCH cx_bcs INTO gwa_bcs_exception.
    ENDTRY.
    COMMIT WORK.

  • With OS X10.9 the Mail window (after hitting reply or forward) grows ridiculously long, sometimes 4 times the width of the screen and would not allow me to readjust the window size. Any one has the same problem? How shall I go about fixing it? (Thanks)

    With OS X10.9 the Mail window (after hitting reply or forward) grows ridiculously long, sometimes 4 times the width of the screen and would not allow me to readjust the window size. Any one has the same problem? How shall I go about fixing it? (Thanks)

    I'm having the same problem.  I've tried going into the Library and deleting the mail plist file(s), which fixes the problem, but only temporarily.  Would appreciate any help here too!

  • Subject in the mail sent through Batch Job

    Hi,
    We have a batch job which is running daily.
    Consumer wants the output of the batch job (spool request) in mail. We generally send the mail from batch job by filling the mail id in "Title field".. there is some third party involved in managing spool requests..
    But now consumer wants to send the mail with a subject line filled..
    I could not find any field or option in SM36 where i can fill in the subject..
    Please help. Now we are getting the subject as user id + spool request + system number.

    Check the below Code.
    DATA: NUMBYTES TYPE TST01-DSIZE,
            PDFSPOOLID TYPE TSP01-RQIDENT.
      DATA: BEGIN OF PDFDATA OCCURS 0.
              INCLUDE STRUCTURE TLINE.
      DATA: END OF PDFDATA.
      DATA: G1_LINES_TXT  TYPE I.
      DATA  : L_DOCUMENT_DATA    TYPE SODOCCHGI1,
              T_PACKING_LIST     TYPE STANDARD TABLE OF SOPCKLSTI1,
              W_OBJHEAD TYPE SOLI_TAB,
              T_OBJBIN TYPE STANDARD TABLE OF SOLISTI1,
              T_OBJTXT  TYPE STANDARD TABLE OF SOLISTI1,
              LW_PACKING_LIST    TYPE SOPCKLSTI1,
              L_LINES            TYPE I,
              W_RECEIVER        TYPE SOMLRECI1,
              T_RECEIVER         TYPE STANDARD TABLE OF SOMLRECI1.
      DATA: OBJPACK LIKE SOPCKLSTI1 OCCURS  2 WITH HEADER LINE.
      DATA: OBJHEAD LIKE SOLISTI1   OCCURS  1 WITH HEADER LINE.
      DATA: OBJBIN  LIKE SOLISTI1   OCCURS 10 WITH HEADER LINE.
      DATA: OBJTXT  LIKE SOLISTI1   OCCURS 10 WITH HEADER LINE.
      DATA: RECLIST LIKE SOMLRECI1  OCCURS  5 WITH HEADER LINE.
      DATA: DOC_CHNG LIKE SODOCCHGI1.
      DATA: TAB_LINES LIKE SY-TABIX.
    *...Read the Spool request number generated.
      SELECT MAX( RQIDENT ) INTO G_SPOOL_NUM
                            FROM TSP01
                            WHERE RQCLIENT = SY-MANDT AND
                            RQOWNER = SY-UNAME.
    *....Convert Spool to PDF
      CALL FUNCTION 'CONVERT_ABAPSPOOLJOB_2_PDF'
        EXPORTING
          SRC_SPOOLID              = G_SPOOL_NUM
          NO_DIALOG                = 'X'
          DST_DEVICE               = G_PDEST
        IMPORTING
          PDF_BYTECOUNT            = NUMBYTES
        TABLES
          PDF                      = PDFDATA
        EXCEPTIONS
          ERR_NO_ABAP_SPOOLJOB     = 1
          ERR_NO_SPOOLJOB          = 2
          ERR_NO_PERMISSION        = 3
          ERR_CONV_NOT_POSSIBLE    = 4
          ERR_BAD_DESTDEVICE       = 5
          USER_CANCELLED           = 6
          ERR_SPOOLERROR           = 7
          ERR_TEMSEERROR           = 8
          ERR_BTCJOB_OPEN_FAILED   = 9
          ERR_BTCJOB_SUBMIT_FAILED = 10
          ERR_BTCJOB_CLOSE_FAILED  = 11
          OTHERS                   = 12.
    *...Convert 132 char to 255 char
      LOOP AT PDFDATA.
        TRANSLATE PDFDATA USING ' ~'.
        CONCATENATE GD_BUFFER PDFDATA INTO GD_BUFFER.
      ENDLOOP.
      TRANSLATE GD_BUFFER USING '~ '.
      DO.
        IT_MESS_ATT = GD_BUFFER.
        APPEND IT_MESS_ATT.
        SHIFT GD_BUFFER LEFT BY 255 PLACES.
        IF GD_BUFFER IS INITIAL.
          EXIT.
        ENDIF.
      ENDDO.
    Creating the document attachment
      LOOP AT IT_MESS_ATT.
        OBJBIN = IT_MESS_ATT.
        APPEND OBJBIN.
        CLEAR: OBJBIN,
               IT_MESS_ATT.
      ENDLOOP.
    Creating the document to be sent
      DOC_CHNG-OBJ_NAME = 'IG Balance'.
    *.....Subject of the email.
      CONCATENATE 'Intragroup Confirmation from AoO: ' P_ZAOO INTO DOC_CHNG-OBJ_DESCR.
    DOC_CHNG-OBJ_DESCR = 'Intragroup Confirmation from AoO '.
    *...Body of the email
      OBJTXT = 'Please find attached a summary and details '.
      APPEND OBJTXT.
      OBJTXT = 'Any queries regarding the attached should be addressed to the contact names on the Report.'.
      APPEND OBJTXT.
      DESCRIBE TABLE OBJTXT LINES TAB_LINES.
      READ TABLE OBJTXT INDEX TAB_LINES.
      DOC_CHNG-DOC_SIZE = ( TAB_LINES - 1 ) * 255 + STRLEN( OBJTXT ).
    Creating the entry for the compressed document
      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.
      DESCRIBE TABLE OBJBIN LINES TAB_LINES.
      OBJHEAD = 'Balace.PDF'. APPEND OBJHEAD.
    Creating the entry for the compressed attachment
      OBJPACK-TRANSF_BIN = 'X'.
      OBJPACK-HEAD_START = 1.
      OBJPACK-HEAD_NUM   = 1.
      OBJPACK-BODY_START = 1.
      OBJPACK-BODY_NUM   = TAB_LINES.
      OBJPACK-DOC_TYPE   = 'PDF'.
      OBJPACK-OBJ_NAME   = 'ATTACHMENT'.
      OBJPACK-OBJ_DESCR = 'Balance Report'.
      OBJPACK-DOC_SIZE   = TAB_LINES * 255.
      APPEND OBJPACK..
    Entering names in the distribution list
      DATA: L_CNT TYPE I.
      LOOP AT T_EMAIL INTO W_EMAIL.
        IF W_EMAIL-ZCONTACT1 IS NOT INITIAL.
          RECLIST-RECEIVER = W_EMAIL-ZCONTACT1.
          RECLIST-REC_TYPE = 'U'.
          L_CNT = L_CNT + 1.
        ELSEIF W_EMAIL-ZCONTACT2 IS NOT INITIAL.
          RECLIST-RECEIVER = W_EMAIL-ZCONTACT2.
          RECLIST-REC_TYPE = 'U'.
          L_CNT = L_CNT + 1.
        ENDIF.
        APPEND RECLIST.
        CLEAR: RECLIST,
               W_EMAIL.
      ENDLOOP.
      SELECT SINGLE ZAOO
                     ZCONTACT1
                     ZCONTACT2 FROM ZFI_MT_RPTRMAP INTO W_EMAIL
                     WHERE ZAOO EQ P_ZAOO.
      IF W_EMAIL-ZCONTACT1 IS NOT INITIAL.
        RECLIST-RECEIVER = W_EMAIL-ZCONTACT1.
        RECLIST-REC_TYPE = 'U'.
        L_CNT = L_CNT + 1.
        APPEND RECLIST.
      ELSEIF W_EMAIL-ZCONTACT2 IS NOT INITIAL.
        RECLIST-RECEIVER = W_EMAIL-ZCONTACT2.
        RECLIST-REC_TYPE = 'U'.
        L_CNT = L_CNT + 1.
        APPEND RECLIST.
      ENDIF.
    Sending the document
      IF L_CNT > 0.
        CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
          EXPORTING
            DOCUMENT_DATA              = DOC_CHNG
            PUT_IN_OUTBOX              = 'X'
            COMMIT_WORK                = 'X'
          TABLES
            PACKING_LIST               = OBJPACK
            OBJECT_HEADER              = OBJHEAD
            CONTENTS_BIN               = OBJBIN
            CONTENTS_TXT               = OBJTXT
            RECEIVERS                  = RECLIST
          EXCEPTIONS
            TOO_MANY_RECEIVERS         = 1
            DOCUMENT_NOT_SENT          = 2
            OPERATION_NO_AUTHORIZATION = 4
            OTHERS                     = 99.
        CASE SY-SUBRC.
          WHEN 0.
            WRITE 'Email sent successfully'.
          WHEN 1.
            WRITE: / 'no authorization to send to the specified number of recipients!'.
          WHEN 2.
            WRITE: / 'document could not be sent to any of the recipients!'.
          WHEN 4.
            WRITE: / 'no authorization to send !'.
          WHEN OTHERS.
            WRITE: / 'error occurred during sending !'.
        ENDCASE.
      ELSE.
        MESSAGE S000 WITH TEXT-018.
        STOP.
      ENDIF.
    *...Delete Spool Request.
      DATA: SPOOLID TYPE TSP01_SP0R-RQID_CHAR.
      SPOOLID = G_SPOOL_NUM.
      CALL FUNCTION 'RSPO_R_RDELETE_SPOOLREQ'
        EXPORTING
          SPOOLID             = SPOOLID
      IMPORTING
        RC                  =
        STATUS              =
        ERROR_MESSAGE       =

  • No conection with the mail server after update to 10.4.7

    I'm already loosing my head!!
    I've updated to 10.4.7 and after appeared a dialog box message. link of the message in portuguese (http://rapidshare.de/files/26407351/mail.tiff.html)
    In english it means: Mail have beed updated. Do you want allow that the new version access the same items of keys (as password) that the old version?
    -This change is permanent and efects all the items of keys used by mail.
    *Aply *don't aply
    So after this my mail loosed the connection with any server, I can't connect any account with the mail, but using Thunderbird it work okay.
    Somebody help me!!
    Thanks in advance.

    Don't panic, or you'll end up making things worse (if you haven't already).
    The Mac OS X 10.4.7 Update has introduced connection issues as a result of (according to the documentation) "Mail now supports connecting to mail servers through a SOCKS proxy". If that's the problem, you must go to System Preferences > Network and disable the SOCKS Proxy in the network configuration used to connect to the Internet, if it's enabled.

  • Forums watch options - reply subject of the mails

    Hi forums managers,
    when we opt to watch a forum via email,
    we are get the mails with the subject like:
    Forum "Exchange Infrastructure" update: "Security: MLS between XI IS and IE (ABAP Proxy System)"
    the above subject is perfectly alright.
    The subsequent replies of this message now has the subject like:
    Forum "Exchange Infrastructure" update: "Re: Security: MLS between XI IS and IE (ABAP Proxy System)"
    The suggestion is to change the format of the subject of the reply messages.
    the part "Re:" should be appended in the beginning of the subject. .. something like:
    Re: Forum "Exchange Infrastructure" update: "Security: MLS between XI IS and IE (ABAP Proxy System)"
    This will enable the email programs like outlook or gmail, when grouped by converstion, it will show all the mails of one thread together.
    It can improve the readers to see the question and reply, together at one glance.
    It would be great, if it can be done that way.
    would it be possible to implement this? or any remarks, suggestions are welcome.
    thanks,
    Ganesh (g22sep).

    I was not telling to append Re: tag for each reply.
    I was speaking about the location of the Re: tag, that is present in the subjects of reply emails.
    It should be at the beginning of the subject instead of somewhere in the middle of the subject.
    so the below subject
    Forum "Exchange Infrastructure" update: "Re: Security: MLS between XI IS and IE (ABAP Proxy System)"
    should be actually
    Re: Forum "Exchange Infrastructure" update: "Security: MLS between XI IS and IE (ABAP Proxy System)"

  • Checking the mail status after sending it ??

    Hi every body :-
    I'm in my first steps in Java Mail and I need your helps.....
    I'm using the following class to send mails to a certain reciepent ...It worked actually when the reciever mail address was correct (within my company domain)...but when I tried the following I failed can u please give ur suggestions ...
    1)when I tried to send to wrong reciever in the correc domain, it gives no exception ....
    2)when I want to send to external domain(@yahoo.com) it raises exception ==>550 5.7.1 Unable to relay for XXX
    I want to be able to catch all of the exceptions ..but I don't know how ......
    import java.io.*;
    import java.util.*;
    import javax.mail.*;
    import javax.mail.event.*;
    import javax.mail.internet.*;
    public final class MailerBean {
         /* Bean Properties */
         private String to = "wrong_reciever@Correct_Domain";
         private String from = "test@Correct_Domain";
         private String subject = "My Mail Program";
         private String message = "Hi How are you..........";
         public static Properties props = null;
         public static Session session = null;
         static {
              /*     Setting Properties for STMP host */
              props = System.getProperties();
              props.put("mail.smtp.host", "mail server IP Address");
              session = Session.getDefaultInstance(props, null);
         /* Setter Methods */
         public void setTo(String to) {
              this.to = to;
         public void setFrom(String from) {
              this.from = from;
         public void setSubject(String subject) {
              this.subject = subject;
         public void setMessage(String message) {
              this.message = message;
         /* Sends Email */
         public void sendMail() throws Exception {
              if(!this.everythingIsSet())
                   throw new Exception("Could not send email.");
              try {
                   MimeMessage message = new MimeMessage(session);
                   message.setRecipient(Message.RecipientType.TO,
                        new InternetAddress(this.to));
                   message.setFrom(new InternetAddress(this.from));
                   message.setSubject(this.subject);
                   message.setText(this.message);
                   Transport.send(message);
              } catch (MessagingException e) {
                   throw new Exception(e.getMessage());
         /* Checks whether all properties have been set or not */
         private boolean everythingIsSet() {
              if((this.to == null) || (this.from == null) ||
              (this.subject == null) || (this.message == null))
                   return false;
              if((this.to.indexOf("@") == -1) ||
                   (this.to.indexOf(".") == -1))
                   return false;
              if((this.from.indexOf("@") == -1) ||
                   (this.from.indexOf(".") == -1))
                   return false;
              return true;
         public static void main(String ss[])
              MailerBean mb = new MailerBean();
              try{ mb.sendMail();}
              catch(Exception ex1)
                   System.out.println("Farah: Exception====> "+ex1.getMessage());
    }

    When you say "wrong receiver" do you mean an address that does not exist in the domain you sent the mail to?
    If so, there is no way for you to check that when you send the mail, and you will not get an exception. It is possible that the domain's e-mail server may send a "bounce" message back to your server to tell you that the address does not exist there, but that happens later and there is no guarantee it will happen at all.

  • TS3899 Has anyone else had issues with the mail app after downloading the 6.1.2 update on their iphone 5?

    After downloading the 6.1.2 update on my iphone 5, the mail app won't even open, nor will the mail settings in the settings section. Has any one else had this problem, if so is there a way to fix it?

    I've updated two iPhone 3GS to iOS6.1.2. Both no longer work with Hotmail. Tried deleting account followed by a reset. Both still stuck trying to verify account for about 5mins before failing to verify account information. Giving up at this point as I cannot bill Apple for the hours spent so far trying to fix this. Lately I'm spending more and more time resolving issues with Apple software iOS and OSX ML. Apple's reputation is falling rapidly. Such a pity.
    Moved to Safari trying to log in over a web browser. That failed as well. Cleared the cache and cookies followed by a reset. Enabled accept cookies to Always and then was able to log in to hotmail and see emails through Safari.
    I realise that 3GS is relatively older technology but iOS 6 has not been good to this platform. Everything runs slower than before and there are bugs I'm seeing that are not in the public domain. It's not a hardware fault as my wife's phone is behaving the same way. She's not too pleased either IMHO.
    These issues are not happening on Ipad after applying the same update.

  • Set the subject of the mail

    Hi,
    Here is one working example
    create or replace
    procedure testing_mail
    IS
    mailhost VARCHAR2(30) := '10.?.5.?';
    mail_conn utl_smtp.connection;
    crlf VARCHAR2( 2 ):= CHR( 13 ) || CHR( 10 );
    mesg VARCHAR2( 1000 );
    BEGIN
    mail_conn := utl_smtp.open_connection('10.?.5.?', 25);
    mesg:= 'Date: ' || TO_CHAR( SYSDATE, 'dd Mon yy hh24:mi:ss' ) || crlf ||
    'From: <'postmaster@mysmtpdomain'||'>' || crlf ||
    'Subject: '||'testing mail' || crlf ||
    'To: '||'[email protected]'|| crlf ||
    '' || crlf || 'Testing mail procedure';
    utl_smtp.helo(mail_conn, '10.?.100.?');
    utl_smtp.mail(mail_conn, 'postmaster@mysmtpdomain');
    utl_smtp.rcpt(mail_conn, '[email protected]');
    utl_smtp.data(mail_conn, 'Testing mail procedure');
    utl_smtp.quit(mail_conn);
    END;
    But I need the idea to put the subject for the successful example above!
    Best Regards

    Do not invent your own linefeed combinations. Use the linefeed constant from the UTL_TCP package.
    As for formatting the e-mail itself - that is governed by the specs for MIME bodies.
    Have a look at the basic explanation at http://en.wikipedia.org/wiki/MIME and read the relevant RFCs that contains detailed specifications on how to construct MIME bodies.

  • I can't use the Mail app after updating to 8.0.2

    I can add my Gmail account to my phone just fine.  It adds my calendar, my contacts and my notes with no problem.  But when I open the Mail app, I get a blank screen.  It stays blank for about 15-20 seconds and then closes automatically.
    Also, there is no longer an option when setting up an email account to only sync a week or a month or whatever.  The calendar has an option to sync events in a certain time frame, but the option that was in mail is gone.  So it's trying to sync my entire gmail account.  Perhaps the size is the problem, IDK.
    I need to be able to check email.  What is the problem?

    I turned gmail off and turned on iCloud email.  It won't load either. 

  • Not able to type body/subject in the mail ?

    Brand new iphone bought for Christmas. I start at Home where the mail app is at the bottom, I can write in the email address I want to send, but when I go to the body the key pad isn't showing up. (I'm using Yahoo email)
    Is it because I don't have a texting plan? or I don't know how to press it correctly? or what is it, is the phone broken? Please help.

    I would be inclined to connect your iPhone up to your computer and in iTunes click on your iPhone then click Restore. Assuming you have done that and that your iPhone's software is up to date then if it still doesn't work properly I would suggest that the best thing is to get it swapped out.

  • Body of the E-Mail text is truncating after 255 character

    Hi All,
    I am able to send emails to external Id  through  SO_NEW_DOCUMENT_SEND_API1.
    I need to display my content in email body . But if mu conetent is more than 255 charecters it is displaying in next line .. I need to have continous data..
    Please let me know your inputs..
    regards,
    Eswar

    Thanks for your response,
    Is there any option to send emails as rich text format?
    Is it posible to send HTML for  body of email .
    Can you plz provide some sample code.
    regards,
    Esh
    Edited by: Eshwar on Dec 17, 2010 11:39 AM

  • How to customize or change the subject of the mail send throu SM36

    HI,
    i m using SM36 to Schedule some of reports and send the output of those reports as an attachement to particular email ids.
    It is working fine people are receive mails with an output of the report as an attachement , but the subject is coming like this
    "Job PRODUCTION PLANING REPORT, Step 1"  where  "PRODUCTION PLANING REPORT" is the job name . What i want is the Subject should be only my Job Name "PRODUCTION PLANING REPORT"   the Prefix Iob and the Sufix Step 1, should not appear in the subject. How can i achive this ?
    Regards
    Edited by: nau on Jan 20, 2010 3:31 PM

    In SM36, under the 'General Data' area, the answer is right there. Click on the Spool list recepient button and place the e-mail recepient in the box. It looks like only one entry can be entered there so you may want to have a distribution group setup accordingly for multiple recepients
    My view is as per the line i can see only .html attachment  only you can send...
    See Mr NA. take intitiative and tell the clients....Clearly that if we schedule thtrough SM36 then we have limited funcitonalities like you can't attach the excel version's specially and Subject issue what you are discussing...
    So as of now my suggestion is Using the FM (if it is version 6.0 Ecc prefer using classes....) You can write extra funcitionality to report to send via Email
    Sas

Maybe you are looking for

  • Problem-Solution: Help! I'm seeing my iCloud account two or more times in Notes and Contacts!

    Problem: Help! I'm seeing my iCloud account two or more times in Notes and Contacts! Solution: Open [System Preferences] > Open [iCloud] > Uncheck [Contacts] for each duplicate iCloud you see in Contacts. ex. My iCloud Account is listed three times =

  • Dynamic variable names and invalid_character_err

    I'm neither an expert at structure notation nor dynamic variable naming conventions and would appreciate any help with the following. Thanks! This code works fine. <cfset idx="123"> <cfset form.product[idx]=StructNew()> <cfparam name="form.product[id

  • Black & White Printing MAC

    Hi, I can not get my printer to print only in greyscale or black and white. Can you please help me with this? I have almost no need to print color ever.  Thanks!

  • Bluetooth **bleep**

    Newly updated to 10.4.1.B.0.109.  Not rooted.  Even ran a repair with a full reset after the update.  I'm having a **bleep** of a time using bluetooth and wifi at the same time.  Anyone else experiencing issues?  All I'm trying to do is use a BT keyb

  • Absence Report

    Dear All, I need your help for a Absence reprot to be generated from the system if there is any standard report available - From Infotype 2001 (Absences) I need to fetch the Start date & the end date and the Quota used. I tried a couple of times in S