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: 

Output formatting using ALV

Former Member
0 Kudos

Hi All,

My amount field value is 3000 .In List output using ALV it is displaying as 3,000 . For my requirement this grouping is not required .

I know that write fieldname <b>no-grouping</b> option is available for normal list display.

Similarly is there any option available with ALV like no-grouping .If yes, please specify.

One more option can be that i can use character field instead of amount field , but then i want the sum of that field also. Pls help.

Regards,

Savitha.

3 REPLIES 3

LucianoBentiveg
Active Contributor
0 Kudos

You can simulate that using:

fieldcat-edit_mask = '_________________'

Regards.

Former Member
0 Kudos

Hi,

I went thru the list of options in the field catlog of type lvc_t_fcat .

Didnt find anything equivalent to no-grouping option..

Regards,

Tanveer.

Former Member
0 Kudos

Savitha

Like Peluka has suggested it has to be done using the EDIT MASK for that field. Specify whatever Format you want for that field in the field catalog.

Regards,

Ravi

Note : Please mark the helpful answers