cancel
Showing results for 
Search instead for 
Did you mean: 

How can I query a delivery unit version?

mert_karakilic
Participant
0 Kudos

I have this table which keeps track of our software version and also supposed to hold the DU version (as some of the business logic is in the XS engine and views) for audit trail.

I have been doing some googling but so far no luck for finding a query that retrieves the DU version. I have checked the system views and couldn’t find something striking. I know you can query the version of a DU from the command line via HDBALM so that gives me hope it can be queried via ansi-sql but maybe not.

Any input would be greatly appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

pfefferf
Active Contributor

You can get the information from table "_SYS_REPO"."DELIVERY_UNITS".

Regards,
Florian

mert_karakilic
Participant
0 Kudos

Thanks a bunch! Should have checked under SYS_BIC also, SYS seemed logical but I see why SYS_REPO makes more sense now, duh! 🙂

Answers (0)