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: 

D

Former Member
6 REPLIES 6

Sandeep_Kumar
Advisor
Advisor
0 Kudos

Hi Syed,

try this:

In the Domain specify : No. of chars -- 2

No. of decimal places -- 2

output length -- 4.

*reward if helps

Regards,

Sandeep

Former Member
0 Kudos

Hi

It should be :

No. characters 4

Decimal places 2

Output length 5

Regards,

Dharitree

ferry_lianto
Active Contributor
0 Kudos

Hi,

Please try this.

Data type: DEC

No. characters: 4

Decimal places: 2

Output length: 5

Regards,

Ferry Lianto

Former Member
0 Kudos

Data type = DEC

No. Characters = 4

Decimal places = 2

Output Length = 5 if checkbox sign is unchecked (No negative values)

= 6 if checkbox sign is checked (Allows for negative values)

Former Member
0 Kudos

Please see this Domain :WRBTR in se11 , it is a CURR data type with Decimal of 2 Place's similary for the DEC data type also

Girish

Former Member
0 Kudos

Hi,

Just try with the following and see it is ok.

Data type : DEC

No. characters : 4

Decimal places : 2

Output length : 5. (6 if sign checkbox is checked.)

Regards

Harish.