77 - ABAP OOPS - ALV by CL_SALV_TABLE(Factory Method) - Function Settings Part1

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ส.ค. 2024
  • -Written the Logic to Enable the Default/Full Functions in the Application Tool bar of Full Screen Display of ALV Table Output.
    Steps:
    -Called the Method GET_FUNCTIONS of CL_SALV_TABLE Class.
    -Called the Method SET_ALL/SET_DEFAULT of CL_SALV_FUNCTIONS_LIST Class.

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

  • @abhiramymary4401
    @abhiramymary4401 หลายเดือนก่อน +1

    Can you please tell why ascending , descending buttons are not there in my alv , using container ?

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

      Hello - Just move on to next videos, I explained this part.

  • @gauravkandari1685
    @gauravkandari1685 5 หลายเดือนก่อน +1

    Hi Sir,
    Can you tell me how to make editable columns through this class

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  5 หลายเดือนก่อน +1

      Hello Gaurav - Editable ALV is not possible through CL_SALV_TABLE. It is explained in the introduction video itself. If you need editable ALV, you need to use CL_GUI_ALV_GRID class or function modules - REUSE_ALV_GRID_DISPLAY/REUSE_ALV_LIST_DISPLAY function modules.

  • @meghamalali9597
    @meghamalali9597 8 หลายเดือนก่อน

    Can you please tell how to edit the single field and edited field should update in base table using salv_table class

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  8 หลายเดือนก่อน

      Hello Megha, Editable functionality is not possible through CL_SALV_TABLE. Please refer the initial videos of CL_SALV_TABLE.