cancel
Showing results for 
Search instead for 
Did you mean: 

Printing 0.00 for Blank fields in PLD

Former Member
0 Kudos

Hello All,

I wish to print 0.00 for fields that are blank (have no value). How do I accomplish this is PLD? Can conditional operators help - if yes, I would appreciate if someone can help me with the syntax and/or with the formula for the field.

Eg. If the amount for freight/rounding is zero, then the system should print 0.00 and not a blank space.

Regards,

Gyanesh Rupani

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Sir, Madame,

If you use the following formula you're problem will be solved.

round(024,2)

the fieldnumber 024 is for example the pricefield and 2 represents the number of decimals to be displayed. Because SAPB1 leaves the field blank if no amount is entered this formula field shows 0,00 on the lay-out.

good luck

ComputerPlan

Martin Cerasuolo

Senior Consultant

Former Member
0 Kudos

Thanks Martin - It does the job perfectly!

Cheers

Gyanesh

Answers (0)