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

increment

Former Member
0 Likes
658

Hi!

How must a field be declared for a transparent table when it has to be auto incremented and

is takes the incrementation place ?

Regards

Ertas

1 ACCEPTED SOLUTION
Read only

anversha_s
Active Contributor
0 Likes
631

decalre it as INT

4 REPLIES 4
Read only

anversha_s
Active Contributor
0 Likes
632

decalre it as INT

Read only

Former Member
0 Likes
631

INT1, INT2 or INT4 ?

Whats is about incrementing and getting the next number. Automatically ?

regards

ertas

Read only

0 Likes
631

Hi,

declare it as INT4.

Also when u update a record in data base, use the function module. - NUMBER_GET_NEXT.

This will create a next number. save it in data base.

Please keep in your mind that, database table cannot automatically increment the number. That you have to do programatically.

Regards,

Anversha