2023 May 17 8:37 AM
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
2023 May 17 8:56 AM
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.
2023 May 17 9:58 AM
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?
2023 May 17 1:00 PM
Don't post comments as answers. It says:
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.