Skip to content

abap news

ABAP Code Pratics

abap news

ABAP Code Pratics

  • Home
  • About this site
  • Cart
  • Checkout
  • My account
  • Shop
    • Home
    • ABAP
    • Simple ALV: SALV
ABAP

Simple ALV: SALV

By xabap 8 June 2024 #abap, #alv, #salv

If you want to quickly display a table in a report, you can use this code.

    
    select * from exmp_table
      into table @data(lt_data).
    
    cl_salv_table=>factory(
      importing
        r_salv_table = data(lo_alv)
      changing
        t_table      = lt_data ).
    
    lo_alv->display( ).
    
  

Post navigation

Code Group: Region
Dynamic Field Creation in Popup Screen

Related Post

ABAP SAP

Enhanced Value Returning in Modern ABAP

3 April 2026
ABAP

ABAP to Text Table

13 February 2026
ABAP SAP

External Database Connection with ABAP

29 September 2024

Last Posts

  • Enhanced Value Returning in Modern ABAP
  • ABAP to Text Table
  • Report with Native SQL
  • External Database Connection with ABAP
  • STRUST Installing SSL Certificate in SAP

Archive

  • April 2026
  • February 2026
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024

Categories

  • ABAP
  • General
  • SAP

abap news

ABAP Code Pratics

Copyright © All rights reserved | Blogus by Themeansar.