cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro ALV : Blank value when qty/currency field is 0.000

former_member182760
Participant
0 Kudos

Hello Guys,

My requirement is to display blank value in ALV column field whenever value is initial in quantity or currency field.

Right now its showing 0.000.

Thanks,

Ashish

Accepted Solutions (1)

Accepted Solutions (1)

vimal
Active Participant
0 Kudos


Just for SDN Community , try following highlighted property(Display leading Zeros)  of attribute as "Zeros as blanks" :

former_member182760
Participant
0 Kudos

Thanks Vimal..

You are great help always.

Answers (1)

Answers (1)

former_member184578
Active Contributor
0 Kudos

Hi,

You need to clear the currency/ quantity unit reference if the value is initial to display blank. Refr this thread: https://scn.sap.com/thread/305293

Or Alternately, you can use Cell Variants and change the Cell to Text with Char type if the value is 0. You can refer this document for cell Variants usage in WDA ALV.

Cell Variants in WDA ALV

hope this helps,

Regards,

Kiran

former_member182760
Participant
0 Kudos

Hi Kiran,

Thanks for reply. Its not about reference field. I just want display fields in lower limit column and upper limit column as blank whenever there is no value.

Regards,

Ashish