cancel
Showing results for 
Search instead for 
Did you mean: 

Decimal Field pattern and Limit Length

Former Member
0 Kudos

Hi,

I have a Decimal Field (Amount), which has the following properties:

Max Leading digits: 15

Max Trailing digits: 2

Now, I want to set the display pattern and edit pattern to this field. When I enter some value, '.00' should add automatically to the end. I tried with some patterns, but when I use any pattern, the Limiting of length is not working.

What is the exact data pattern I have to use?

Note: I am using Adobe Designer 8.0

Thanks,

Prabhakar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Prabhakar,

Use the following pattern "zzzzzzzzzzzzzzz9.99", it worked for me.

Hope this helps!!

Cheers,

Arafat

Former Member
0 Kudos

Hi,

Why don't you try giving validation in R/3 side. Because even i tried giving patterns its not allowing.