Still having problem on email

Hi Gurus,
I still can receive two email attachments.
MESSAGE1.PDF
EXPECTED.DAT
Why is the MESSAGE1.PDF always appearing in my email?
Thanks in advance.
Benedict

* Fill the document data.
  w_doc_data-doc_size = 1.
* Populate the subject/generic message attributes
  w_doc_data-obj_langu = sy-langu.
  w_doc_data-obj_name  = 'SAPRPT'.
  w_doc_data-obj_descr = ld_mtitle .
  w_doc_data-sensitivty = 'F'.
* Fill the document data and get size of attachment
  CLEAR w_doc_data.
  READ TABLE it_attach INDEX w_cnt.
  w_doc_data-doc_size =
     ( w_cnt - 1 ) * 255 + STRLEN( it_attach ).
  w_doc_data-obj_langu  = sy-langu.
  w_doc_data-obj_name   = 'SAPRPT'.
  w_doc_data-obj_descr  = ld_mtitle.
  w_doc_data-sensitivty = 'F'.
  CLEAR t_attachment.
  REFRESH t_attachment.
  t_attachment[] = it_attach[].
* Describe the body of the message
  CLEAR t_packing_list.
  REFRESH t_packing_list.
  t_packing_list-transf_bin = space.
  t_packing_list-head_start = 1.
  t_packing_list-head_num = 0.
  t_packing_list-body_start = 1.
  DESCRIBE TABLE it_message LINES t_packing_list-body_num.
  t_packing_list-doc_type = 'RAW'.
  APPEND t_packing_list.
* Create attachment notification
  t_packing_list-transf_bin = 'X'.
  t_packing_list-head_start = 1.
  t_packing_list-head_num   = 1.
  t_packing_list-body_start = 1.
  DESCRIBE TABLE t_attachment LINES t_packing_list-body_num.
  t_packing_list-doc_type   =  ld_format.
  t_packing_list-obj_descr  =  ld_attdescription.
  t_packing_list-obj_name   =  ld_attfilename.
  t_packing_list-doc_size   =  t_packing_list-body_num * 255.
  APPEND t_packing_list.
Please check your code. ABove code should not be in Loop.
Check tables PACKING_LIST in debug mode.

Similar Messages

  • E71 Yahoo email - Still Having Problems

    I followed the instructions in the other thread(s) and I am still having problems.  I get most of my Nokia Messaging push e-mail and then I get a bunch under the date 1/1/0000 and their subject lines are blank.  Some of them are new, some are old.  Any suggestions on how to fix this?  As previously stated, uninstalling this e-mail address, deleting an inbox email from a computer and reinstalling the email address on the phone doesn't work.  Neither does completely uninstalling and reinstalling the Nokia Messaging app. 

    Thanks for the quick reply, Jason.
    I've tried updating from .02.05 to 2..02 several times (although other posts on this forum suggest that this shouldn't be possible). After the dri've on the Micro is formatted during the upgrade process, I get an error when the unit tries to reboot stating that the unit 'can't be started correctly', and that I should reboot and start the process over. The update process fails in the same place every time.
    I've tried disabling the Enable Detector feature in MediaSource before updating, but that doesn't help either.
    Now, I'm guessing that the only way to upgrade to 2..02 was from .0.03, but I evidently chose poorly. Is there <EM>anything</EM> I can do, or am I stuck with crippled functionality?
    Thanks again for your help!
    T.Message Edited by terrylar on 05-9-2005 04:6 PM

  • "You may not be eligible" - anyone still having problems?

    Is anyone still having the problem when trying to apply for the $100 credit?
    Are you getting the "You may not be eligible" page, even though you know you are?
    Have you heard back from iPhone support or [email protected]?
    I haven't, I also havne't heard back from the manager from the 5th ave Apple Store. I just want to know what is going on and whether or not anyone else is still having problems or if anyone else has found a REAL solution?
    PLEASE DO NOT START BLASTING THIS POST, I WOULD LIIKE TO FIND A SOLUTION WITHOUT PEOPLE COMPLAINING AND GETTING THIS POST REMOVED.
    THANKS,
    Gabe

    I was able to get my credit this weekend after being told I was initially ineligible.
    Turns out, as I assumed, someone entered in the wrong iPhone serial number for my device at AT&T so Apple never got the correct number.
    So, here's what I did to fix it.
    I had emailed [email protected] but I also called AT&T and got transferred to the iPhone AppleCare folks. I explained to them that I had never returned my phone, never got a replacement, and that I couldn't have a replacement phone because the IMEI number on my AT&T receipt (there was no iPhone serial number on my receipt, just the IMEI) and the IMEI on the back of my iPhone match. This is the number AT&T uses to validate my iPhone is a working device on their network.
    Anyway, after explaining this to the AppleCare folks, I was placed on hold for a good 15 minutes. When she returned she gave me a case number and told me to call Apple Customer Relations during business hours. However, about 2 hours later my credit worked on the web site. About 6 hours later I received an email from [email protected] that they fixed the data problem and I could get my credit. But by that time I'd already spent it =)
    So, the best thing for you to do is call AppleCare. If you don't get the resolution you're looking for, call back. I had to call a total of 5 times before getting a case number and before I got my credit.
    Good luck!

  • HOW DO YOU TURN OFF "FIREFOX PREVENTED THIS PAGE FROM AUTOMATICALLY RELOADING". I did the "see Advanced - General - Accessiblity. and still having problems

    HOW DO YOU TURN OFF "FIREFOX PREVENTED THIS PAGE FROM AUTOMATICALLY RELOADING". I did perform the "see Advanced - General - Accessibility. It worked for me and my "user" site (don't know how to say my site) and still having problems with my wife's. I have gone to OPTIONS → GONE TO → ADVANCE and CLICKED THE LINE → ""Warn me when websites try to redirect or reload the page…""
    This did not rememdy the problem. I did try to get on the other site suggested
    http://kb.mozillazine.org/Accessibility.blockautorefresh
    but got a 404 error...
    I have googled the "ff prevented...." and after a number of hours searching I still have not found a fix...
    REALLY HOPE SOMEONE CAN HELP ME....
    JM

    You should still disable this setting:
    *Firefox > Options/Preferences > Advanced > General : Accessibility : [ ] "Warn me when web sites try to redirect or reload the page"
    The setting in "Options > Advanced > General" is meant as an accessibility feature, as you can see by the label of that section, so that people with disabilities or people who use screen readers do not get confused and is not meant as a safety protection to stop redirecting.
    What is the value of the <b>accessibility.blockautorefresh</b> pref on the <b>about:config</b> page?
    *http://kb.mozillazine.org/accessibility.blockautorefresh
    If you have problems with preferences, see:
    *http://kb.mozillazine.org/Preferences_not_saved
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • I had already update mi new factory unlocked iPhone 4S to iOS 5.1.1 and I still having problems with "invalid sim". I'm from Argentina and here we don't have official service. PLEASE HELP ME, WHAT CAN I DO??? In Argentina is too expensive an iPhone 4S.

    I had already update mi new factory unlocked iPhone 4S to iOS 5.1.1 and I still having problems with "invalid sim". I'm from Argentina and here we don't have official service. PLEASE HELP ME, WHAT CAN I DO??? In Argentina is too expensive an iPhone 4S. Please I need help to continue believing in Apple. Thanks a lot. If anybody speak spanish better.  

    Was it purchased from an official Apple Store, not a reseller?  Only Apple Stores sell official factory unlocked phones.  The others sell hacked to unlock phones, and the unlocking is unstable.
    Try these steps, as needed:
    1. Reset phone - press both home and on/off buttons for at least 10 seconds until the Apple logo appears.
    2. Settings > General > Reset > Reset Network Settings.
    3. Replace SIM card (and reset network settings again)
    4. Restore Phone in iTunes using a backup
    5. Restore in iTunes as new, without using a backup

  • I use only two channels, have plenty of memory in my hard disk, and external hard drive, no effects, and still having problems with Garage band. Giving messages as you have too many live channels

    I'm frustrated, I am doing everything you recommend, I use only two channels, have plenty of memory in my hard disk, and external hard drive, no effects, and still having problems with Garage band. Giving messages as you ave too many live channels, the disk is slow prepare...can you help?

    Quote from: Richard on 15-November-07, 20:33:05
    tornado2003,
    What you need to do is boot into Safe Mode. Then delete the VGA Drivers.
    After that boot normally and install the latest nVidia ForceWare Drivers
    Take Care,
    Richard
    i guess you missed that:
    Quote from: tornado2003 on 15-November-07, 17:26:52
    ive tryed booting xp in safe mode but it just freezes after it loads up a couple of needed files .
    ive even formatted my hard drive and tryed installing a fresh xp on it but it just keeps locking up when it gets to the "starting windows setup" .(this is just after it loads all the drivers from the xp cd)

  • I am still having problems with my music videos freezing (all purchased from iTunes) since the update.  Have restarted, rebooted etc. and it is worse than before.  Help!  Spent a lot of money on these and they won't play properly.

    I am still having problems with my music videos freezing (all purchased on iTunes) since the update.  The first day of the update, no problems...played 6 hours of music videos and no freezing.  Today...every single video froze!!! So frustrating!  I rebooted, restarted, powered down and no help.   I would appreciate any suggestions.  Thanks.

    I don't know how to do this without using a mouse point.
    This may help, http://www.computerhope.com/issues/ch000542.htm
    As for question #2, you call tell how iTunes is sorting songs by the up or down arrow next to a header name.
    Even the original order that the songs were entered or date added or last played can be sorted.
    Much easier with a mouse or touch pad.

  • HT4906 Both my iPhoto, Aperture and OX is update still having problem asking me to update my iPhoto.

    Both my iPhoto, Aperture and OX is update still having problem asking me to update my iPhoto.

    Make a temporary, backup copy (select the library and type Command+D) if you don't already have a currnet backup of the library and  apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Since only one option can be run at a time start with Option #1, followed by #3 and then #4 as needed.
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download iPhoto Library Manager and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • HT1430 I am having problems receiving emails on my mini ipad, if my wi fi is not on for say 2 days then I switch it on it will not give me the last 3 days emails, only the day I am on.

    I am having problems receiving emails on my ipad mini, if my wi fi has been off for 3 days for eg. when I switch it on it will only send me emails from that day and not from the previous 3 days

    Have you already looked at these emails on a computer?

  • HT6058 I have updated my I pad dut I'm still having problems my iPad seems to freeze and when I go to put in my pin it take a few seconds before the numbers go in and my games stop and start and stop and start for a bit before they run properly

    I have updated my I pad dut I'm still having problems my iPad seems to freeze and when I go to put in my pin it take a few seconds before the numbers go in and my games stop and start and stop and start for a bit before they run properly

    Try this  - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.) No data/files will be erased.
     Cheers, Tom

  • Hello, i not long ago purchased light room 5 and it downloaded and was working great! but the my computer crashed and i was unable to retrieve it and i am still having problems! i DO NOT WANT TO PAY AGAIN!IS THERE ANY WAY I CAN GET IT BACK!

    hello, i not long ago purchased light room 5 and it downloaded and was working great! but the my computer crashed and i was unable to retrieve it and i am still having problems! i DO NOT WANT TO PAY AGAIN!IS THERE ANY WAY I CAN GET IT BACK!

    You should be able to download Lightroom 5.4 again, without problems, for free
    From Google, type in
    Lightroom 5.4 download Windows
    or
    Lightroom 5.4 download Mac
    and please don't type in all capitals thank you

  • Hi all, I'm still having problems with my security questions as they were not the ones I answered. Now I'm confused

    Still having problems with my security questions as they were not the ones I answered and now I'm confused.

    Howdy Paul,
    If you are having an issue with your Apple ID security questions, you can reset them using the steps in this article -
    If you forgot the answers to your Apple ID security questions - Apple Support
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • I'm still having problems downloading. Can anybody help? Everytime I try yo download, it's saying my Adobe Flash CS4 won't download.

    I'm still having problems downloading. Can anybody help? Everytime I try yo download, it's saying my Adobe Flash CS4 won't download.

    UP%20%26 COMIN' what specific error message do you receive when you try to download the Creative Suite 4 installation files?  Which Creative Suite 4 title are you downloading?  Are you downloading the installation files from https://helpx.adobe.com/creative-suite/kb/cs4-product-downloads.html?

  • My ipod jumps from one screen / app to another on it's own. Sometimes I can't unlock or even shut off. I've tried the reset, I've tried back up, even tried restoring to factory settings and is still having problem. Any ideas of what I can do.

    My ipod jumps from one screen / app to another on it's own. Sometimes I can't unlock or even shut off. I've tried the reset, I've tried back up, even tried restoring to factory settings and is still having problem. Any ideas of what I can do.

    When you still have the problem after restoring to factory defaults/new iPod then you very likely have a hardware problem and an appointment a th Genius Bar of an Apple store is in order.

  • I'm still having problems!!!!

    im still having problems after trying to update my settings, case # 352358323

    ShirleyAnnM wrote:
    Hello
    Thank you for your reply
    Yes, I can receive SMS via wi-fi when I'm at home
    No, you can't, because SMS messages do not travel over the data network, whether it's cellular or WiFi.
    Are the message bubbles blue or green? Green are SMS or MMS messages. Blue are iMessages. Both iMessages and MMS messages require a data connection. MMS requires a cellular data connection, iMessages can be cellular or WiFi. MMS messages travel on the voice network.

Maybe you are looking for

  • Officejet pro 8600 not printing. lost in print que

    Out of the blue printer begins loosing print jobs. Have reset printer like HP instructs, and I have turned off both iMac and printer and restarted them. There is nothing to print. The que goes empty - before and after a reset, the print job shows to

  • G5 Dual 2.5GHz freezes with a very high pitch sound

    Hi My G5 Dual 2.5GHz freezes with a very high pitch sound from inside the comp. It happens occasionally after a few days of everything running smoothly. Someone can help ? PowerMac G5 Dual 2.5 GHz   Mac OS X (10.4.9)  

  • Problem while passing parameter from report to report.

    Hi I'm using forms and reports 10g, hava a problem while passing the parameter from reports to report. i'm using srw.set_hyperlink to call report from report. i have created a key value in the cgicmd.dat file called faccre802005-2006: report=faccre80

  • HCM F&P: Error in process object reading

    Hi Experts, I am working on Employee Transfer scenario. So I copied the standard Process ORG_CHANGE and made the changes in Workflow, Form scenario and Form according to my reqirement . But when the Reciever manager opens the form it is throwing one

  • ALV Column size changing

    Hi, How to change column size of ALV report during run time Regards,