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: 

set a field to blank in an ALV grid control

Former Member
0 Kudos
173

Hi,

Does anyone know how to set a field to blank using an ALV grid control?

Currently, my program displays 0.000 in a field patterned after EKPO-MENGE, but i want it to just display a blank field.

Thanks!

5 REPLIES 5

Former Member
0 Kudos
83

setting the field NO_ZERO to 'X' in the filed catalaog for EKPO-MENGE, field

Former Member
0 Kudos
83

HI,

At the time of prepare fieldcatelog you need to pass 'X' to fieldcat-no_zero = 'X' for field ekpo-menge.

Cheers,

Bujji

former_member188685
Active Contributor
0 Kudos
83

Not possible.

Regards

vijay

Former Member
0 Kudos
83

HI

GOOD

HOW CAN YOU KNOW THAT WHICH FILED VALUE IS 0.000 ,IF YOU CAN KNOW THIS THAN STORE THAT VALUE INTO A BLANK STRING AND PASS THROUGH THE FIELD CATALOG.I HOPE IT WILL WORK.

THANKS

MRUTYUN

0 Kudos
83

Hi,

What i did was to set the field to a character then set it to blank.