72 - ABAP OOPS - ALV by CL_SALV_TABLE (Factory Method) - Creation Part2

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

КОМЕНТАРІ • 9

  • @satyampandey5143
    @satyampandey5143 3 місяці тому +2

    Sir, why the object is declared in the parameters?
    how is it returning the values?

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  3 місяці тому

      Hello Satyam - The object creation logic is in the Factory method itself. We are just getting the object from Factory Method.
      You can double click on to the Factory method and check.
      r_salv_table = NEW #( lo_salv_model_services ). R_SALV_TABLE is a returning parameter.

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

    Nice explanation

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

    Sir please make a video on click link event in which second ALV is opened when click on the first ALV column using cl_salv_table.

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

      Hello Ankur - This topic will continue minimum for 10 days and it will also be covered as a part of that.

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

    Nice sir......how we can sort any particular coloumn as month by tmg event when we save data by program.

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

      Hello - The Requirement is not clear to me. Can you please elaborate, Is it program or SM30?

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

      @@sapabapbyrahulmehta
      How we can sort any particular field or multiple fields by tmg event .....if we wants.
      It's a sm30.