2009 Jun 30 5:27 PM
HI,
I am using ALV_GRID_DISPLAY FM to display me o/p.I want to display like
field value1 value2 value3
x A B C
x A1 B1 C1
y v1 v2 v3
y v3 v4 v5
y v6 v7 v8
z v9 v10 v11
I mean i want to leave a space after every new value of field as per given below.
could anyone please let me knw how to display the same by using alv grid display fm?
rgds,
rag
2009 Jun 30 5:37 PM
You need to manually insert a blank row before every new value using at new statement of Internal Table displaying ALV Data.
Don't forgot to opt for Display No Zeros for numeric fields.
You need to manually insert a blank row before every new value using at new statement of Internal Table displaying ALV Data.
Don't forgot to opt for Display No Zeros for numeric fields.
2009 Jun 30 5:37 PM
You need to manually insert a blank row before every new value using at new statement of Internal Table displaying ALV Data.
Don't forgot to opt for Display No Zeros for numeric fields.
2009 Jun 30 5:40 PM
Hi,
In the internal table you can append the initial line at every new value in the field.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |