cancel
Showing results for 
Search instead for 
Did you mean: 

Impex insertion order

filipev
Discoverer
0 Kudos

Good morning,
I am inserting new records using an impex and the target entity is of type ComposedType

INSERT_UPDATE Sports; sportsUnit(code)[unique = true]; qualifier(code)[unique = true]; value                                   ;

Is there a way to order the inserted records ?

Without an established order, it seems that they are being randomly inserted.

Thank you

Accepted Solutions (1)

Accepted Solutions (1)

StefanKruk
Active Participant

Impexes will most likely imported with the MultiThread Importer.

Therefore lines will be imported parallel and the order is determined as first come, first server.

If you want to have a dedicated order add a dedicated `SportsDao` Implementation where you get the Entries in the Order you want.

If you have a relation to another Object you can specify the Order with `ordering.attribute` (https://help.sap.com/docs/SAP_COMMERCE/d0224eca81e249cb821f2cdf45a82ace/bae7ed9732a4423f867114217ae2...)

Answers (0)