SALV Table - Set Link Click Event and Hotspot [english]

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

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

  • @luizcarlosdelucardians6625
    @luizcarlosdelucardians6625 22 дня назад

    Excellent! Thank you.

    • @CustAndCode
      @CustAndCode  16 дней назад

      Thank you very much! and thanks for watching 🤗

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

    Thankyou so so very much. keep growing

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

    Thank you so much for this video can you please upload a video on how we can edit a column in salv

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

      Ever since the CL_SALV_TABLE class was released, one question was ever present - how to make it editable? 🙃 Unfortunately, to my knowledge, this is still not possible. 🙄
      I have found for me a solution that I describe in this video. 🤗
      ruclips.net/video/ZzXHYDy0UUE/видео.html

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

    Thank you For making such a Good videos on ABAP its really good. can you please explain how to use I_BACKGROUND_ID in SALV 'ALV_BACKGROUND' at header. I already try but it only show at right side on the top i want to display for entire header (TOP OF PAGE).

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

      I have never used this option until now. I would have to take a look at it myself. 🤔

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

    Is it possible to make SALV columns editable .

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

      As far as I know it is not possible. There are some pakages on github, but I haven't tried it yet. 🤔

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

    This is a good video for full srceen alv. Thank you. Could you please introduce some methods about how to download alv with layout which changed anytime.

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

      I am not sure if I know what you mean. Do you mean the export of data from an ALV to a e.g. Excel with formatting options? 🤔

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

      Thanks for your reply. Yes, I want to download to Excel.For example, first time I will download with current format.The second time will do the total and hide some items then download to Excel.

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

      @@xyli8225 Ok, Have you tried this video:
      ➡ruclips.net/video/R06MXVZbx2k/видео.html
      Here I show how to download/export an internal table to excel. If you want to hide some columns you only have to modify the internal table before the export.

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

      It helped a lot.Thank you.
      Actually I had downloaded ALV to Excel like this as below.
      Step1 Display ALV use cl_gui_alv_grid.
      Step2 Hide some items and changed the sequence of items that not be hidden.Then do the total of amount item.
      Step3 Click the addon button to download ALV to Excel.
      I used method get_frontend_fieldcatalog get_subtotals get_sort_criteria to achieve .
      Now I want to use cl_salv_table to achieve this like above.Cloud you help on this?

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

      @@xyli8225 I have not had this requirement myself until now. Maybe I'll find time to take a look at it in the next few weeks. I can't promise anything 🤔