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

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ส.ค. 2024
  • In this video I show how to display data with a SALV table and create a hotspot or link.
    I create a method that then outputs the row, column and content of the clicked field. I am extending the code from an earlier video of mine to do this, namely where I implemented the double click in the SALV table.
    ▶ • SALV Table - Double Cl...
    #SAP #salv #click
    ▬▬ My Hardware ▬▬▬▬▬▬▬▬▬▬▬▬▬
    Microphone: amzn.to/3zj2UIz
    Headphone: amzn.to/3GUBRFg
    *The links are affiliate links. There are no additional costs.
    ▬▬ My Software (free) ▬▬▬▬▬▬▬▬▬▬▬
    Video Recorder: bit.ly/678fgh6
    Video Editor: bit.ly/38Rj9lb
    Thumbnail: bit.ly/CustAnd...
    ▬▬ Further Links ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    Become my subscriber: bit.ly/CustAnd...
    All videos in English: bit.ly/CustAnd...

ความคิดเห็น • 16

  • @arihanttnandi
    @arihanttnandi ปีที่แล้ว

    Thankyou so so very much. keep growing

    • @CustAndCode
      @CustAndCode  ปีที่แล้ว

      Thank you very much! 🤗😀

  • @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. 🤗
      th-cam.com/video/ZzXHYDy0UUE/w-d-xo.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. 🤔

  • @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:
      ➡th-cam.com/video/R06MXVZbx2k/w-d-xo.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 🤔

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