Display Data in SAP - Quickly and Easily with CL_SALV_TABLE [english]

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ก.ค. 2021
  • In this video I write a small program using the CL_SALV_TABLE class to output data. For fast output of data the class CL_SALV_TABLE is very useful and easy. First you get the data into an internal table and in the next step you put the internal table to the class CL_SALV_TABLE.
    Thus, only two methods are required for the output:
    1: FACTORY and 2: DISPLAY.
    #salv_table #output
    ▬▬ My Hardware ▬▬▬▬▬▬▬▬▬▬▬▬▬
    Microphone: amzn.to/3zj2UIz
    Headphone: amzn.to/3GUBRFg
    *The links are affiliate links. There are no additional costs.
    ▬▬ My Software (free) ▬▬▬▬▬▬▬▬▬▬▬
    Video Recorder: bit.ly/678fgh6
    Video Editor: bit.ly/38Rj9lb
    ▬▬ Further Links ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    Become my subscriber: bit.ly/CustAndCodeSub
    All videos in English: bit.ly/CustAndCodeENG
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    Your code is very simple and it works! Thank you!

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

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

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

    Hi. Can we display more than 128 char length in a single field in this alv report? If yes, can you suggest a way to do it

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

      What I know that is not possible. 🤔 You can split the string an copy it in another column. But if you find an other solution feel free to share. 🤗

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

    Hello , can alv factory method run as a background job created via sm36 ? Will the output be displayed in the spool ?

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

      Yes, this should be possible. But I have never used it that way myself. 🤗

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

    How would i go about changing the color of a line based on a condition example if empty?

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

      Hi Rabie,
      Have a look at this video: ▶ th-cam.com/video/XsE1BlGUCSc/w-d-xo.html
      Here I explain how to use colors with the SALV table. Hope that helps! 😀

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

    Very interesting, could you do the video on cl_gui_alv grid editable cell. Thank you.

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

      Have you seen this video?
      th-cam.com/video/ZzXHYDy0UUE/w-d-xo.html
      Here I show you, how to edit cells and save the change in the database. 🤗

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

    Hai Bro😍, could you please making for the video of , how to debugging the program Video bro.

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

      I will make a debugging video soon :-)

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

    Hi, how to hide some functions button?

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

      These are normal ALV grid functions. Which one would you like to disable? 🤔