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: 

field declaration

Former Member
0 Kudos
89

i want to create a field in ztable that accepts decimal values also,ex:12.333.how to declare that field.plz give solution

3 REPLIES 3

Former Member
0 Kudos
63

Hi Srinivas,

If you want to create a field for price, just refer to any currency field.

It is always better to refer the fields to some data element. If you don't find any create your own data element and assign it to this table.

Reward points if useful.

Regards,

Atish

Former Member
0 Kudos
63

hi srinivas,

if u define that field data type with<b> f</b> then it works.

or

on the table select currency/quntity field tab,

there u can define reference table and field

for ex if its currency field define table is ekko and field is waers

and if its quantity field define table is ekpo and field is meins.

reward points if helpful.

regards,

seshu.

Former Member
0 Kudos
63

hi,

Create Domain , DATATYPE is CURR and give length and decimal Places Assign this domain to field

Regards,

Harikrishna