Application Development and Automation 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: 
Read only

Table creation

Former Member
0 Likes
839

Hi Friends,

I want a table field which accepts number upto '999999999999' and also accepts amount as negative or positive value, can any one please tell me what datatype or reference field I should take while creating a table.

Regards,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
815

You can create a custom domain for the amount field, specify desired value for the field length. Create data element for this domain and use the same in your custom table.

7 REPLIES 7
Read only

Former Member
0 Likes
816

You can create a custom domain for the amount field, specify desired value for the field length. Create data element for this domain and use the same in your custom table.

Read only

Former Member
0 Likes
815

Hi,

You can use this data element: WKGXXX.

Or you can find others data element with Data Type Currency field that have SIGN.

Regards,

Read only

Former Member
0 Likes
815

Hi,

Use data type CURR length 15 decimals 2.

You can also use the data element MAXBT.

Message was edited by:

Velangini Showry Maria Kumar Bandanadham

Read only

Former Member
0 Likes
815

Hi Line,

You can use the data elements BREST, KAWRT...

or else create a data element using the domain WERTV8.

<b>Reward points if this helps,</b>

Kiran

Read only

0 Likes
815

Hi,

What shall I take my dataclass and size catagory as this table will hold daily transactional data.

Regards,

Line

Read only

0 Likes
815

Hi

Can I take any field type (already used in other tables) for creating a ztable.

Line

Read only

Former Member
0 Likes
815

Hi,

For the negative value take the data type as INT4 which accepts negative and positive value.

Regards,