Skip to Content
0
Former Member
Nov 14, 2004 at 02:58 PM

Autogenerate Primary Key

38 Views

When creating a new object (or table row) it is convenient to generate a unique identifier using the database auto-increment feature (supported by databases such as MSSQL and MySQL). However, this auto-increment feature is not supported by SAP.

What is the best way to generate a unique identifier (primary key) using Java (eg. for a Entity CMP EJB)?

Can we call the ABAP number range generator from Java ? If so, how can we set this up using the Sneak Preview SAP Enterprise Portal 6.0 ?

Regards,

Alton