Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ALV

Former Member
0 Likes
552

hello all ,

i am a novice in ABAP. can someone guide me to study ALV reporting. I am desperately in need of it.

thanks & regards,

seenu

[email protected]

hello all ,

i am a novice in ABAP. can someone guide me to study ALV reporting. I am desperately in need of it.

thanks & regards,

seenu

[email protected]

4 REPLIES 4
Read only

uwe_schieferstein
Active Contributor
0 Likes
525

Hello Seenu

You will lot of sample reports using the following transactions:

- <b>SE83</b> (reuse library)

- <b>DWDM</b> (development workbench demos)

The sample reports (BCALV_...) contains lot of useful documentation in the header section.

Furthermore, do not miss the excellent introduction

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e8a1d690-0201-0010-b7ad-d9719a415907">An Easy Reference to ALV Grid Control</a>

Regards

Uwe

Read only

RichHeilman
Developer Advocate
Developer Advocate
Read only

Former Member
0 Likes
525

Seenu,

I am relatively new to ALV grids as well. I found some very useful example programs in the development class SLIS. If you go to se38 and search for programs in this class with ALV in the name you should find some helpful examples.

Regards

John.

Read only

Former Member
0 Likes
525

HI,

The SAP List Viewer unifies and simplifies the use of lists in the R/3 System. A uniform user interface and list format is available for all lists. This prevents redundant functions.

The SAP List Viewer can be used to view both single-level lists and multilevel sequential lists.

Single-level lists contain any number of lines that have no hierarchical relationship to each other.

Multilevel sequential lists consist of any number of lines that have two hierarchical levels. Multilevel lists have header rows and item rows; the item rows are subordinate to the header rows. For each header row there can be any number of subordinate item rows.

You can view subtotals and totals rows in both single-level lists and multilevel sequential lists.

The SAP List Viewer is used in Controlling for reports such as the following:

Reports from cost centers and business processes

Actual line item reports from cost centers and business processes

Commitment line item reports

Plan line item reports from cost centers, orders, business processes, cost objects

Budget reports

Cycle reports

Order selection (CO-PC)

Flexible itemization (CO-PC)

Features

Not all lists in the SAP R/3 components use the full range of functions available in the SAP List Viewer. Some lists in the R/3 System components offer special functions that extend beyond the normal range of the SAP List Viewer.

This documentation covers all the functions of the SAP List Viewer. The description of the lists in the applications includes all of the functions available in the SAP List Viewer as well as the additional functions.

<b>Navigation

Navigating Within the List

Detail

Choosing Detail

Sort

Sorting in Ascending/Descending Order

ABC Analysis

Select

Selecting and Deselecting Rows

Defining Exceptions

Filter

Setting and Deleting Filters

Totaling

Displaying and Deleting Sums

Creating Subtotals

Choosing Summation Levels

Defining the Breakdown of the Summation Levels

Status Display

Displaying the List Status

Columns

Optimizing the Column Width

Freezing to Columns and Unfreezing Columns

Layouts

Choosing Layouts

Changing Layouts

Saving Layouts

Layout Management

Basic List

Displaying the Basic List

Find

Finding Terms

Print

Printing Lists

Sending</b>

<b>Sending the List as a Document</b>

<b>Exporting</b>

<b>Spreadsheet</b>

<b>Text Processing</b>

<b>Transferring a List to a Local File</b>

Click the link below to know more about ALV

http://help.sap.com/saphelp_47x200/helpdata/EN/66/bc7aab43c211d182b30000e829fbfe/content.htm

Also Check the below mentioned programs

BALVST01

BALVST02

BALVST02_GRID

BALVST03_GRID

Regards,

Vara