Application Development 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: 

SQ01/ Sap List Viewer

Former Member
0 Kudos

Hi,

I have to create an output for set of values taken from Tables which should be Displayed in <u>SAP List Viewer</u>. Can anyone please let me know whats this <b>"SAP List Viewer."</b> send me some examples on that.

Thanks ...

Avi.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Have a look at below link.

<a href="http://help.sap.com/saphelp_nw04s/helpdata/en/66/bc7aab43c211d182b30000e829fbfe/frameset.htm">SAP List Viewer</a>

Best Regards,

Vibha

*Please mark all the helpful answers

3 REPLIES 3

Former Member
0 Kudos

Have a look at below link.

<a href="http://help.sap.com/saphelp_nw04s/helpdata/en/66/bc7aab43c211d182b30000e829fbfe/frameset.htm">SAP List Viewer</a>

Best Regards,

Vibha

*Please mark all the helpful answers

Former Member
0 Kudos

hi Avi,

SAP List Viewer(ALV) is a standard table like grid provided by SAP to output data.

Goto SE38 and execute the program BCALV_GRID_DEMO; the output shown is an ALV grid. You can see the same program logic to write your program.

Also you can refer to BCALV* programs (in se38 enter BCALV* and press F4) to see various options with ALV programming

Hope this helps.

Sajan Joseph.

Former Member
0 Kudos

The SAP List Viewer unifies and simplifies the use of lists in the SAP 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.

&#9679; Single-level lists contain any number of rows that have no hierarchical relationship to each other.

&#9679; Multilevel sequential lists consist of any number of rows 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:

&#9679; Reports from cost centers and business processes

&#9679; Actual line item reports from cost centers and business processes

&#9679; Commitment line item reports

&#9679; Plan line item reports from cost centers, orders, business processes, cost objects

&#9679; Budget reports

&#9679; Cycle reports

&#9679; Order selection (CO-PC)

&#9679; Flexible itemization (CO-PC)