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

Output formatting using ALV

Former Member
0 Likes
515

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.

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
Read only

LucianoBentiveg
Active Contributor
0 Likes
486

You can simulate that using:

fieldcat-edit_mask = '_________________'

Regards.

Read only

Former Member
0 Likes
486

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.

Read only

Former Member
0 Likes
486

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