Hi Sir, In the video, I observed that the cl_salv_table reference was used to display an email attachment in XLSX format. My question is: Can we still achieve sending an email attachment in XLSX format without using the cl_salv_table reference or calling the factory method? If possible, could you please make a small video demonstrating this?
Hi, this video is supper helpful, I will watch the others. Thanks a lot for this. I do have couple of questions: 1, right now with current code file in the mail is coming to me as .EXT, do you know how to remove that? 2, why did I had to add the commit work statement and code in the video did not needed it? Thanks a lot again for all the help. 😁
This video is very useful, but my requirement is report an internal table converted to PDF and sent by email. I need a program or video. Please reply to me, sir.
How to send the data of Table spfli to external E_Mail address, but not as excel file .The data will be displayed in body as email ? . Thanks in advance
Hi Radouane, you can append the table data in the e-mail text (using HTML if you wish). Just be sure to change the doc type to ‘HTM’ in cl_bcs. I’ll try to make a video on this before the week is out.
@@firozkhan-n3p just call the add_recipient method for each recipient, or create a new message if you prefer. E-mail groups or reading SAP Distribution lists are good to consider at that point.
Need to send email periodically for multiple users ... Please make a video on it. users also used that report for their general task and need to send that report 1st day of every month(Background send email)
Hi Rajib! I have existing videos on e-mail and background jobs, if those don’t address your specific inquiry, please feel free to elaborate, or send an e-mail to dustin@dustinredmond.com and I can try to help. Thanks for watching!
Hi Sir... Please share your source code because i believe like me a lot of people end up typing the whole thing till we realize thats not our requirement. That way we can save time..
I know this very late comment but when tried this code I am not getting any error but when try to check in sost tcode it is not showing any commit of the email. What might be the problem anyone any idea??
Hi Shashi, all source code is shown throughout the video. Although, I do plan on creating a GitHub repo for future videos. Stay tuned, and thanks for watching!
Hi Sir,
In the video, I observed that the cl_salv_table reference was used to display an email attachment in XLSX format. My question is: Can we still achieve sending an email attachment in XLSX format without using the cl_salv_table reference or calling the factory method? If possible, could you please make a small video demonstrating this?
im getting an error that the file is not in the right format or maybe broken while trying to open the file after the sent.
That was very helpful video for my project. Thank you!
can u share source code please thank u
Hi, this video is supper helpful, I will watch the others.
Thanks a lot for this.
I do have couple of questions:
1, right now with current code file in the mail is coming to me as .EXT, do you know how to remove that?
2, why did I had to add the commit work statement and code in the video did not needed it?
Thanks a lot again for all the help.
😁
thankk you. i just saw ur videos. it is very helpful.
Where to add Commit work?
This video is very useful, but my requirement is report an internal table converted to PDF and sent by email. I need a program or video. Please reply to me, sir.
not working for me what i have to do but the message passing as success
How to use it with alv grid display
Great video
How to send the data of Table spfli to external E_Mail address, but not as excel file .The data will be displayed in body as email ? . Thanks in advance
Hi Radouane, you can append the table data in the e-mail text (using HTML if you wish). Just be sure to change the doc type to ‘HTM’ in cl_bcs. I’ll try to make a video on this before the week is out.
@@itwithdustin all right . thanks for your reponse
Getting an error while running 'Access using a 'ZERO' object reference is not possible.'
Hi Sir,
How to add multiple recipients to send email as attachment?
@@firozkhan-n3p just call the add_recipient method for each recipient, or create a new message if you prefer. E-mail groups or reading SAP Distribution lists are good to consider at that point.
HI
Thank you for the codes shown in the video.
However, when I run the program, it says mail sent, but SOST does not appear. Can you help with this ?
same problem
@@muhdhaziq652 send on commit work to use
@@ersinb8610how to add that and where exactly?
hi, do you have source code please
can you explain this please , I can not see the email in SOST
@@ersinb8610
Need to send email periodically for multiple users ... Please make a video on it. users also used that report for their general task and need to send that report 1st day of every month(Background send email)
Hi Rajib! I have existing videos on e-mail and background jobs, if those don’t address your specific inquiry, please feel free to elaborate, or send an e-mail to dustin@dustinredmond.com and I can try to help. Thanks for watching!
Hi,, is this possible to send data alsong with borders in excel through mail in sap
Hi, yes, this is possible. Check out the abap2xlsx project. They allow sending formatted spreadsheets via easy to use OO API.
1:23 There is no bcsy_ text ?
Hi Sir... Please share your source code because i believe like me a lot of people end up typing the whole thing till we realize thats not our requirement. That way we can save time..
Hi, how to send the top_of_page information to Excel file like TITLE INFORMATION, Date,.. in top of Excel.
please let me know .
So long as the top-of-page is applied before calling the to_xml method, this should be applied. Let me know if still issues exist.
@@itwithdustin still facing the issue it will not capturing the excel file.
@@raheemabap4095 I responded to your e-mail, let’s chat there and figure out what’s causing the issue.
have someone the source code please
I tried this it is not working
@@srihariug6755 Do you receive an error, if so, what is the message?
I know this very late comment but when tried this code I am not getting any error but when try to check in sost tcode it is not showing any commit of the email.
What might be the problem anyone any idea??
share source code please thank u
Hi Shashi, all source code is shown throughout the video. Although, I do plan on creating a GitHub repo for future videos. Stay tuned, and thanks for watching!
That was very helpful video. Share source code please - thank You.
hi, did you get the source code please
I sent an email to your email adress. Please check your inbox. Thank you.
I replied, hope that it helped. :)
Could you also share source code with me, Thank