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: 

primary key in the table

Former Member
0 Kudos

Hi All,

Can we have a primary key field declared as INT4 or should we only have the primary key field as character type.

Thanks in Advance.

Neha

9 REPLIES 9

Former Member
0 Kudos

Hi,

You can have a primary key field declared as INT4, not required to be only in CHAR.

Regards,

Satish

0 Kudos

Hi ,

I am getting dump as CONVT_NO_NUMBER when executing the custom table through SE16N.is it becoz of the field type INT4 which i used for primary key

0 Kudos

Hi,

Can you tell what is exactly the short dump?

Can you give the description replated to short dump?

Thanks

Swati.

Former Member
0 Kudos

Hi,

Yes, you can have primary key field declared as INT4 .

Explain me whatz d type of type.

Regards,

Muneesh Gitta.

Former Member
0 Kudos

Hi

You can declare Primary Key field as INT4.

Thank you

Nikunj Shah

manubhutani
Active Contributor
0 Kudos

It can be of any type..

error is related to something...

let me know the exact issue..

please reward points

Former Member
0 Kudos

Hi,

Primary key can be of any type.

Regards,

vineela.

Former Member
0 Kudos

Hi Neha,Primary Key can be of INT4 type.Pls let us know the dump details.

Regards

R Adarsh

Former Member
0 Kudos

Primary kay can be of any data-type but the values in the field should be of unique in nature..