cancel
Showing results for 
Search instead for 
Did you mean: 

"No object With Auto. Increment" HANA UDT does not contain the Identity column

sg2707
Participant

HI All,

When we create a UDT with object type 'No object With Auto. Increment' in SQL-based SAP B1, it will generate a table with IDENTITY column. However this is not the case in HANA. UDT created as usual, but primary column Code doesn't have identity attribute which is something not being expected. Is this a bug or supposed to be using this way?

Accepted Solutions (0)

Answers (1)

Answers (1)

dennis_reiner
Explorer

Hi,

if you want to insert a row in the table then look at this sap note: 2380703

sg2707
Participant
0 Kudos

Is it recommended to use Entity framework to insert data to this table? If yes how can i insert when using EF?