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: 

ALV Report

0 Kudos
248

Hi all,

I have a report in which I am displaying only two columns 'material grp description' and 'closing balance value'

But below the ALV grid display, I need to display four fields with their respective values in tabular form, how this can be done.

Ex: opening balance 289736783.00

Receipt 5678987.00

Issue 78376539.00

closing balance 8798983498.00

I want the above values in tabular form below the ALV_GRID_DISPLAY, how it can be done? please suggest

3 REPLIES 3

matt
Active Contributor
0 Kudos
209

Use a splitter container. Put the alv with two columns in the top container. In the bottom container, put an alv with four columns (and only one row) containing the four fields.

0 Kudos
209

Hi Matthew,

I have an internal table, from that I am going to do summation of opening balance, receipt, Issue and closing balance. The total sum of these values I need to display at the bottom of ALV_GRID_DISPLAY in tabular form with four rows and two columns, like below,

top table is ALV which I am displaying, below is sum of data from an internal table for their respective value.

Is this possible with splitter container?

209

Don't post comments as answers. It says:

Before answering

You should only submit an answer when you are proposing a solution to the poster's problem. If you want the poster to clarify the question or provide more information, please leave a comment instead, requesting additional details. When answering, please include specifics, such as step-by-step instructions, context for the solution, and links to useful resources. Also, please make sure that your answer complies with our Rules of Engagement.