SALV Table And Tooltips [english]

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ต.ค. 2024

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

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

    Great job!

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

      many thanks! 🤗😀

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

    Does this work for the factory hierarchy class (cl_salv_hierseq_table?)
    The code below compiled but did not produce a tooltip:
    gr_hierseq type ref to cl_salv_hierseq_table.
    .
    .
    .
    data(o_tooltips) = gr_hierseq->get_functional_settings( )->get_tooltips( ).
    o_tooltips->add_tooltip( type = cl_salv_tooltip=>c_type_icon
    value = |{ icon_transport }|
    tooltip = 'Test' ).
    Thanks

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

      Unfortunately I haven't used the factory hierarchy class yet. The code looks good it should work in my opinion. If I find enough time I try it myself. 🤗