SAP ABAP - CL_SALV_TABLE Custom Buttons and Event Handling

แชร์
ฝัง

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

  • @ben11ur
    @ben11ur 3 ปีที่แล้ว +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.

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

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

  • @romanmandal6278
    @romanmandal6278 7 หลายเดือนก่อน

    Excellent and simple.
    Just what we developers want.

  • @shubhamkale4472
    @shubhamkale4472 2 ปีที่แล้ว +1

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

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

    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.

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

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

  • @saikrishna4720
    @saikrishna4720 3 ปีที่แล้ว +1

    Really useful.... it helped me

    • @itwithdustin
      @itwithdustin  2 ปีที่แล้ว

      Happy to hear that! Best wishes going forward!

  • @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 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. :)

  • @CustAndCode
    @CustAndCode 3 ปีที่แล้ว +1

    well explained 👍

    • @itwithdustin
      @itwithdustin  2 ปีที่แล้ว

      Thanks for watching! Happy I could help.

  • @rachupatil5980
    @rachupatil5980 3 ปีที่แล้ว

    Hi Team can you make videos on odata

    • @itwithdustin
      @itwithdustin  3 ปีที่แล้ว

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

  • @pradeepnarkhede9423
    @pradeepnarkhede9423 3 ปีที่แล้ว +1

    helpful thanks