SAP ABAP - CL_SALV_TABLE Custom Buttons and Event Handling

Поділитися
Вставка
  • Опубліковано 5 вер 2024
  • In this video I show you how to create custom buttons on the application toolbar when using CL_SALV_TABLE. I also show you how to handle events on a cell of the ALV table, such as double click event handling.
    If you have any questions, or suggestions for the next video, please feel free to leave a comment, or shoot me an e-mail directly at: dustin@dustinredmond.com

КОМЕНТАРІ • 22

  • @ben11ur
    @ben11ur 2 роки тому +5

    really helpful, I got a better undestanding on CL_SALV_TABLE.
    please do a video covering the select all buttons and the others funcionalities.

  • @romanmandal6278
    @romanmandal6278 5 місяців тому

    Excellent and simple.
    Just what we developers want.

  • @umadevisrinivasa8238
    @umadevisrinivasa8238 Рік тому

    Today your video has saved me. Very Grateful to you sir.

  • @rachupatil5980
    @rachupatil5980 3 роки тому +1

    Hello,
    Thank you so much for the video.

    • @itwithdustin
      @itwithdustin  3 роки тому

      Glad it was helpful. If you have anymore ABAP or SAP questions, feel free to recommend a topic, I'm happy to make videos that help you and others like you. :)

  • @saikrishna4720
    @saikrishna4720 2 роки тому +1

    Really useful.... it helped me

    • @itwithdustin
      @itwithdustin  2 роки тому

      Happy to hear that! Best wishes going forward!

  • @jandales4657
    @jandales4657 10 місяців тому

    To my humble opinion you can make the alv editable so a cell can be changed in the alv grid and so question 3 is not answered right. You can't make a individual cell editable, but you can make the alv grid editable and can change the cell you like.

  • @CustAndCode
    @CustAndCode 2 роки тому +1

    well explained 👍

    • @itwithdustin
      @itwithdustin  2 роки тому

      Thanks for watching! Happy I could help.

  • @shubhamkale4472
    @shubhamkale4472 2 роки тому +1

    Can you please make a detailed video on editable alv using oops abap.

  • @taglastamas3933
    @taglastamas3933 Рік тому

    Great video, but is there a way to read the data from a table which has been created in runtime after an xml transformation?

  • @pradeepnarkhede9423
    @pradeepnarkhede9423 2 роки тому +1

    helpful thanks

  • @anmolsurin9358
    @anmolsurin9358 2 роки тому

    make a video on how to create a checkbox and button and the selected checkbox should trigger some event when the button is pressed

    • @itwithdustin
      @itwithdustin  2 роки тому

      I will look into doing a video like this. Thanks for watching.

  • @swetashalini5739
    @swetashalini5739 2 роки тому

    what if i want to add one more extra field which is not in spfli and still i want to display in alv

    • @itwithdustin
      @itwithdustin  2 роки тому

      Hello, and thanks for watching! You would just need to add an additional field to the structure that is passed to the factory method of cl_salv_table. You can define a custom structure with the TYPES BEGIN OF syntax.

  • @iqboladahamjonov9835
    @iqboladahamjonov9835 3 роки тому

    Great tutorial thanks. I have one question here, is it possible to make the custom buttons depend on each other. Lets say for example, 'Change' button should not be available or visible until the user clicks the 'view' button. How to implement this scenario? is there any quick methods for it. Thanks

    • @itwithdustin
      @itwithdustin  3 роки тому +1

      Hello, glad you liked the tutorial. I’m fairly certain that this behavior can be implemented for the added functions.
      I believe you could just create a new instance of the ALV with the modified text/buttons. I will check the API to see if there’s a better/easier way to do this.

    • @iqboladahamjonov9835
      @iqboladahamjonov9835 3 роки тому

      @@itwithdustin Thanks for the reply, I figured it out. it was achieved by following the answer from this question. Thanks

  • @rachupatil5980
    @rachupatil5980 2 роки тому

    Hi Team can you make videos on odata

    • @itwithdustin
      @itwithdustin  2 роки тому

      Hello, I’m not terribly versed on oData, but I’ll take a look.