SALV Table - Double Click Event - Call Transaction [english]

Поділитися
Вставка
  • Опубліковано 2 лис 2024

КОМЕНТАРІ • 50

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

    You are life saver for ton of folks... Amazing !!

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

      Glad to hear that! 🤗 Thank you! 🤗

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

    Hi,
    very helpfull videos,
    watched multiple about salv tables on
    your channela and has been a great help with learning
    ABAP.
    Thank you for making them

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

      Thank you very much for your kind feedback! 😀 I'm glad the videos could help you! 🤗

  • @gpsyking
    @gpsyking Рік тому +3

    How would I make it so that when I double click a specific field, the system drills down to the field level data associated with that field. I would like to have a base level data, when I double click it drills down to 1st level data, and when I double click to 2nd level data, etc.

    • @CustAndCode
      @CustAndCode  Рік тому +2

      You have to implement all this in the methods. You have to think about where you want to display this information? In a message box, then it goes relatively fast or with splitter container. I have not needed this myself in this form yet. 🤔

    • @gpsyking
      @gpsyking Рік тому +1

      @@CustAndCode It would be great to see the two working examples with a dialog window and for more functionality with a dialog box container. This would be very useful to double click on a line to show in a pop up window field specific data from a table. Thanks!

    • @CustAndCode
      @CustAndCode  11 місяців тому +1

      @@gpsyking I put it on my long todo list 🤔

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

    Easy to follow and clear information! Thanks alot!

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

      Thank you for your feedback! 🤗😀

  • @KK-ut7mr
    @KK-ut7mr 11 місяців тому

    excellent explanation, thank you so much !

    • @CustAndCode
      @CustAndCode  11 місяців тому

      You are very welcome, and thank you for watching and commenting! 🤗

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

    Awesome video with explanation and to the mark.

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

      Thank you for your positive feedback! I am glad! 🤗

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

    Great Thankyou For amazing explanation

  • @王宪寿
    @王宪寿 2 роки тому

    Nice video,Thanks

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

      Thank you for this feedback! 😀

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

    Frist of all great video. Secondly, i am having problems because i don´t know what should i put in the field part of the parameters (set parameter id 'BES' field ...) i understand that is something of the structure you create previously, but i don´t know what is nesesary in my case.

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

      Thanks! Parameter fields are just an example! You don't need this to call a transaction. In my example I pass a field by clicking a row. This field I pass with the transaction. 🤗😀

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

      @@CustAndCode Fast answer, amazing. I ended up using (set parameter id 'BES' field ekko-ebeln). Now i need it to be activated when i click in the vbeln row but not the others. How can i restrict the click event to an specific column?

    • @CustAndCode
      @CustAndCode  Рік тому +1

      @@DanielOjedaMartel For this you have to check another event. Doubleklick is not right for this, because it belongs to the whole record. Try Hotspot event to set a link on a specific field, like I explained in this video: ua-cam.com/video/fP5Z1ew18pM/v-deo.html This should work. 🤗😀

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

      @@CustAndCode Thanks man!!

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

      @@DanielOjedaMartel You are welcome! 😀

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

    Nice video

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

    What if I want it to run with the parameter I called the transaction with? Like basically get it to execute with on top of this.

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

      I'm not sure if I understand your question clearly enough 🤔 could you give me an example? 🤗

  • @Priyakumari-dm8qt
    @Priyakumari-dm8qt 11 місяців тому

    i need to call me13 with alv double click and pass date field in condition date to and from in me13 , but in data element there is no parameter id what to do in this case

    • @CustAndCode
      @CustAndCode  11 місяців тому

      For this you have to use BDC (Batch Data Communication / Batch-Input). But I haven't create a example video how to use it. Hope I find some time in the future to make one. 🤗

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

    Nice videos, keep it up! :)

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

    How would I make it so that when they double click a specific column the system will only get the value in that field. Also can I make a hot spot on field
    ecord?

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

      Have a look a linenumber 18, here I get the column too. At linenumber 26 I only use the row, because I know which column I need. But you have here, in this method the info about the row and the column and you can use both of it. 🤗
      Hotspot is possible but I have to see for myself. If I find time I make a video about it.

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

      @@CustAndCode Okay thank you so much.
      I was able to put something together yesterday next week I'll work on the hotspot I am thinking there is an option in the CS Salv class

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

      Some of sap tcodes have a hotspot with an underline in the record when I double-click that I go to another transaction.
      I think VA03 is one,
      I tried to debug that yesterday but it brought me in the sap land and then I got confused.
      🤣

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

      @@Steveo3312 Yes, it should work! I will have a look at it next week 🤗

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

      @@Steveo3312 debugging standard transactions like VA03 is very challenging 😉 that's true! I also do this very rarely 🤗

  • @desertbeagle99__22
    @desertbeagle99__22 7 місяців тому

    Thank you very much

    • @CustAndCode
      @CustAndCode  7 місяців тому

      I'm glad you liked it. And thank you for watching! 🤗

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

    can I use this solution with cl_gui_alv_grid?

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

      Unfortunately no, this would have to be solved differently 🤗

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

      @@CustAndCode could you please give me a hint? :D

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

      @@ne01337 I have been using the SALV table for my use cases for a very long time as I find it easier to implement. Why don't you use it?

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

      @@CustAndCode I'm a trainee at my company, and my first task was to prepare a raport using reuse_alv_grid and now cl_gui_alv_grid. I guess what the third task is going to be :D

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

      @@ne01337 Ah, I understand, to display (read only) my data I always use the SALV Table. If I want to edit some data I use the reuse_alv_grid. If is that your next excersise have a look at this video: ▶ ua-cam.com/video/ZzXHYDy0UUE/v-deo.html
      🤗