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: 

VA02 - Condtions

Former Member
0 Kudos

Hi All,

I have a small requirement and I tried various options , finally I gave up and thought of posting on sdn.

I have a small screen program to upload prices. The field on the screen is of type KBETR. So the initial value is 0.00

I want to display it as blank instead of 0.00. I looked at VA02. I tried to change the value on the condition table to 0.00 and it made it blank. When I look at the code, there is no conversion exit and there is no code.

I do not want to create the conversion exit because the field KBETR can be of 2 decimals or 4 decimals in case of USD4.

Is there any other way around?

Thanks.

1 REPLY 1

Former Member
0 Kudos

Solved on my own