Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

SAPHUB

SAP FOR BEGINNERS

HOME ABAP TUTORIAL SUBMIT A TIP

What is SAP ALV? SEARCH …

 January 29, 2012  ABAP Tutorial 5

Cloud & DevOps Architect


Get hands-on Cloud & DevOps certi cation training and have a
successful career!

ALV stands for ABAP List Viewer. ALV gives us a standard List format and
user interface to all our ABAP reports. ALV is created by a set of standard
function modules provided by SAP.

ALV provides a lot of inbuilt functions to our reports and some of the
functions  are listed below.

Sorting of records
Filtering of records
Totals and Sub-totals
Download the report output to Excel/HTML NEWSLETTER
Changing the order of the columns in the report
Hide the unwanted columns  from the report Enter your email address:

Because of the above functions, ALV substantially decreases the report


development time. ALV takes care of rendering the list and we can
SUBSCRIBE
concentrate only on the data retrieval part.

Some of the function modules used to create ALV reports are listed below. Delivered by FeedBurner
/
Function Module Description
SAPHub
2,630 likes
REUSE_ALV_LIST_DISPLAY Display an ALV list

REUSE_ALV_GRID_DISPLAY Display an ALV grid

REUSE_ALV_COMMENTARY_WRITE Output List header information Like Page Con

REUSE_ALV_VARIANT_F4 Display variant selection dialog Be the first of your friends to like this
box

REUSE_ALV_VARIANT_EXISTENCE Checks whether a variant exists

REUSE_ALV_FIELDCATALOG_MERGE Create eld catalog from


dictionary structure or internal
table

Simple ALV report. RECENT POSTS

SAP FM RV_CONDITION_COPY
DATA: it_spfli TYPE TABLE OF spfli.
SAP Condition Records Internal
SELECT * FROM spfli INTO TABLE it_spfli. Error VK067

Error While using


CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
BAPI_PRICES_CONDITIONS
EXPORTING
i_structure_name = 'SPFLI' Starting ABAP New Debugger
TABLES
Selecting ABAP Classic or New
t_outtab = it_spfli.
Debugger

Simple ALV Output List CATEGORIES

ABAP Dictionary

ABAP General

ABAP Tutorial

ABAP Workbench

ALE IDoc

ALV

Debugging

Enhancements

FI

Files

LSMW

MM
Tweet
/

You might also like