SAP ABAP - Email an ALV Report

Поделиться
HTML-код
  • Опубликовано: 26 окт 2024

Комментарии • 46

  • @te-09mrudula_chaudhari39
    @te-09mrudula_chaudhari39 Месяц назад

    Great video

  • @firozkhan-n3p
    @firozkhan-n3p 2 месяца назад

    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?

  • @Pekinceler
    @Pekinceler 3 года назад +1

    thankk you. i just saw ur videos. it is very helpful.

  • @feyzanur8860
    @feyzanur8860 2 года назад

    That was very helpful video for my project. Thank you!

  • @omarrobles7629
    @omarrobles7629 2 года назад

    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.
    😁

  • @vijaysurya1254
    @vijaysurya1254 9 месяцев назад

    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.

  • @DatGelika
    @DatGelika 11 месяцев назад

    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.

  • @JAHIR-n5p
    @JAHIR-n5p 15 дней назад

    not working for me what i have to do but the message passing as success

  • @maheshnarayan844
    @maheshnarayan844 Год назад +1

    Where to add Commit work?

  • @radouaneelmhamedi6193
    @radouaneelmhamedi6193 2 года назад +1

    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

    • @itwithdustin
      @itwithdustin  2 года назад +2

      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.

    • @radouaneelmhamedi6193
      @radouaneelmhamedi6193 2 года назад

      @@itwithdustin all right . thanks for your reponse

  • @imvision1276
    @imvision1276 Год назад

    Getting an error while running 'Access using a 'ZERO' object reference is not possible.'

  • @firozkhan-n3p
    @firozkhan-n3p 2 месяца назад

    Hi Sir,
    How to add multiple recipients to send email as attachment?

    • @itwithdustin
      @itwithdustin  2 месяца назад

      @@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.

  • @RajibHossain007
    @RajibHossain007 3 года назад

    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)

    • @itwithdustin
      @itwithdustin  2 года назад

      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!

  • @ersinb8610
    @ersinb8610 Год назад

    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 ?

    • @muhdhaziq652
      @muhdhaziq652 Год назад

      same problem

    • @ersinb8610
      @ersinb8610 Год назад +1

      @@muhdhaziq652 send on commit work to use

    • @maheshnarayan844
      @maheshnarayan844 Год назад +1

      ​@@ersinb8610how to add that and where exactly?

    • @xxcc5101
      @xxcc5101 Год назад

      hi, do you have source code please

    • @xxcc5101
      @xxcc5101 Год назад

      can you explain this please , I can not see the email in SOST
      @@ersinb8610

  • @arishashahid7666
    @arishashahid7666 Год назад

    How to use it with alv grid display

  • @vishalwall
    @vishalwall 7 месяцев назад

    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..

  • @raheemabap4095
    @raheemabap4095 2 года назад

    Hi, how to send the top_of_page information to Excel file like TITLE INFORMATION, Date,.. in top of Excel.
    please let me know .

    • @itwithdustin
      @itwithdustin  2 года назад +1

      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.

    • @raheemabap4095
      @raheemabap4095 2 года назад

      @@itwithdustin still facing the issue it will not capturing the excel file.

    • @itwithdustin
      @itwithdustin  2 года назад

      @@raheemabap4095 I responded to your e-mail, let’s chat there and figure out what’s causing the issue.

  • @saiteja7067
    @saiteja7067 2 года назад

    Hi,, is this possible to send data alsong with borders in excel through mail in sap

    • @itwithdustin
      @itwithdustin  2 года назад

      Hi, yes, this is possible. Check out the abap2xlsx project. They allow sending formatted spreadsheets via easy to use OO API.

  • @darksentinel5387
    @darksentinel5387 Год назад

    1:23 There is no bcsy_ text ?

  • @srihariug6755
    @srihariug6755 24 дня назад

    I tried this it is not working

    • @itwithdustin
      @itwithdustin  23 дня назад

      @@srihariug6755 Do you receive an error, if so, what is the message?

  • @ShwetaBhat-h9k
    @ShwetaBhat-h9k 10 месяцев назад

    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??

  • @xxcc5101
    @xxcc5101 Год назад

    have someone the source code please

  • @shashikumar-lu4mw
    @shashikumar-lu4mw 2 года назад

    share source code please thank u

    • @itwithdustin
      @itwithdustin  2 года назад +2

      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!

  • @suleymanhilmiyldrm2761
    @suleymanhilmiyldrm2761 3 года назад +1

    I sent an email to your email adress. Please check your inbox. Thank you.

    • @itwithdustin
      @itwithdustin  3 года назад

      I replied, hope that it helped. :)

    • @birdych28
      @birdych28 2 года назад +1

      Could you also share source code with me, Thank

  • @pl_swedish3729
    @pl_swedish3729 Год назад

    That was very helpful video. Share source code please - thank You.

    • @xxcc5101
      @xxcc5101 Год назад

      hi, did you get the source code please