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 Display

Former Member
0 Likes
458

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
431

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.

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

2 REPLIES 2
Read only

Former Member
0 Likes
432

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.

Read only

Former Member
0 Likes
431

Hi,

In the internal table you can append the initial line at every new value in the field.